summaryrefslogtreecommitdiff
path: root/fs/ocfs2/file.c
Commit message (Expand)AuthorAge
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* fs: add i_blocksize()Fabian Frederick2017-02-27
* ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren2017-02-22
* ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong2016-12-10
* ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| | |/ | |/|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
| |\ \ \ | | |/ / | |/| |
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| | |/
* | | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-05
|/ /
* | ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-09-19
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-17
|\
| * Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
| |\
| | * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
* | | ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi2016-05-12
|/ /
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding2016-03-25
* ocfs2: code clean up for direct ioRyan Ding2016-03-25
* wrappers for ->i_mutex accessAl Viro2016-01-22
* ocfs2: return non-zero st_blocks for inline dataJohn Haxby2016-01-14
* ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed2015-09-04
* ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi2015-09-04
* ocfs2: fix several issues of append dioJoseph Qi2015-09-04
* ocfs2: fix race between dio and recover orphanJoseph Qi2015-09-04
* ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioRyan Ding2015-09-04
* ocfs2: Handle error from dquot_initialize()Jan Kara2015-07-23
* quota: Propagate error from ->acquire_dquot()Jan Kara2015-07-23
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
* | ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang2015-06-24
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* ocfs2: use __generic_file_write_iter()Al Viro2015-04-11
* mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-11
* switch generic_write_checks() to iocb and iterAl Viro2015-04-11
* ocfs2: move generic_write_checks() before the alignment checksAl Viro2015-04-11
* ocfs2_file_write_iter: stop messing with pposAl Viro2015-04-11
* Merge branch 'for-linus' into for-nextAl Viro2015-04-11
|\
| * ocfs2: _really_ sync the right rangeAl Viro2015-04-09
| * ocfs2_file_write_iter: keep return value and current position update in syncAl Viro2015-04-08
| * [regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro2015-04-08
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-11
* | make new_sync_{read,write}() staticAl Viro2015-04-11
* | fs: remove ki_nbytesChristoph Hellwig2015-03-12
|/
* ocfs2: set append dio as a ro compat featureJoseph Qi2015-02-16
* ocfs2: complete the rest request through buffer ioJoseph Qi2015-02-16
* ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi2015-02-16