summaryrefslogtreecommitdiff
path: root/fs/ocfs2/file.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-01ocfs2: nowait aio supportGang He1-21/+80
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-16ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen1-2/+7
2017-09-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2017-09-07ocfs2: clean up some dead codeJun Piao1-7/+0
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-6/+5
2017-02-28fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-23ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren1-13/+45
2016-12-10ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong1-3/+32
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong1-4/+3
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+6
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-10/+24
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro1-32/+2
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-6/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-20ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-05-13ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi1-2/+2
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-04-11don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-7/+7
2016-03-26ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding1-18/+9
2016-03-26ocfs2: code clean up for direct ioRyan Ding1-132/+6
2016-01-23wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-15ocfs2: return non-zero st_blocks for inline dataJohn Haxby1-0/+8
2015-09-05ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2015-09-05ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi1-9/+0
2015-09-05ocfs2: fix several issues of append dioJoseph Qi1-1/+4
2015-09-05ocfs2: fix race between dio and recover orphanJoseph Qi1-1/+1
2015-09-05ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioRyan Ding1-14/+14
2015-07-23ocfs2: Handle error from dquot_initialize()Jan Kara1-4/+10
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara1-4/+4
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-25ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang1-27/+4
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2015-04-12ocfs2: use __generic_file_write_iter()Al Viro1-57/+7
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-5/+5
2015-04-12switch generic_write_checks() to iocb and iterAl Viro1-9/+10
2015-04-12ocfs2: move generic_write_checks() before the alignment checksAl Viro1-24/+18
2015-04-12ocfs2_file_write_iter: stop messing with pposAl Viro1-12/+12
2015-04-12Merge branch 'for-linus' into for-nextAl Viro1-6/+11
2015-04-12generic_write_checks(): drop isblk argumentAl Viro1-2/+1
2015-04-12make new_sync_{read,write}() staticAl Viro1-4/+0
2015-04-09ocfs2: _really_ sync the right rangeAl Viro1-4/+10