aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/file.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-7/+0
2017-09-06ocfs2: clean up some dead codeGravatar Jun Piao 1-7/+0
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-6/+5
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2017-02-22ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsGravatar Eric Ren 1-13/+45
2016-12-10ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresGravatar Darrick J. Wong 1-3/+32
2016-12-10ocfs2: convert inode refcount test to a helperGravatar Darrick J. Wong 1-4/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+6
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-10/+24
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-3/+0
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Gravatar Al Viro 1-32/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-6/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-19ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Gravatar Ashish Samant 1-10/+24
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-05-12ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangGravatar Junxiao Bi 1-2/+2
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-7/+7
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueGravatar Ryan Ding 1-18/+9
2016-03-25ocfs2: code clean up for direct ioGravatar Ryan Ding 1-132/+6
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2016-01-14ocfs2: return non-zero st_blocks for inline dataGravatar John Haxby 1-0/+8
2015-09-04ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Gravatar Tariq Saeed 1-1/+8
2015-09-04ocfs2: clean up unused local variables in ocfs2_file_write_iterGravatar Joseph Qi 1-9/+0
2015-09-04ocfs2: fix several issues of append dioGravatar Joseph Qi 1-1/+4
2015-09-04ocfs2: fix race between dio and recover orphanGravatar Joseph Qi 1-1/+1
2015-09-04ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioGravatar Ryan Ding 1-14/+14
2015-07-23ocfs2: Handle error from dquot_initialize()Gravatar Jan Kara 1-4/+10
2015-07-23quota: Propagate error from ->acquire_dquot()Gravatar Jan Kara 1-4/+4
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2015-06-24ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioGravatar WeiWei Wang 1-27/+4
2015-06-02writeback: separate out include/linux/backing-dev-defs.hGravatar Tejun Heo 1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-4/+4
2015-04-11ocfs2: use __generic_file_write_iter()Gravatar Al Viro 1-57/+7
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsGravatar Al Viro 1-5/+5
2015-04-11switch generic_write_checks() to iocb and iterGravatar Al Viro 1-9/+10
2015-04-11ocfs2: move generic_write_checks() before the alignment checksGravatar Al Viro 1-24/+18
2015-04-11ocfs2_file_write_iter: stop messing with pposGravatar Al Viro 1-12/+12
2015-04-11Merge branch 'for-linus' into for-nextGravatar Al Viro 1-6/+11
2015-04-11generic_write_checks(): drop isblk argumentGravatar Al Viro 1-2/+1
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-4/+0
2015-04-09ocfs2: _really_ sync the right rangeGravatar Al Viro 1-4/+10
2015-04-08ocfs2_file_write_iter: keep return value and current position update in syncGravatar Al Viro 1-1/+1
2015-04-08[regression] ocfs2: do *not* increment ->ki_pos twiceGravatar Al Viro 1-1/+0
2015-03-12fs: remove ki_nbytesGravatar Christoph Hellwig 1-5/+3