aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-8/+10
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+6
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-02-04ocfs2: fix oops when writing cloned fileGang He1-8/+6
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang1-44/+90
2019-10-19ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu1-0/+2
2019-09-24fs/ocfs2/file.c: remove set but not used variableszhengbin1-3/+0
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi1-3/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2018-11-03ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge1-2/+2
2018-10-30ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong1-2/+66
2018-10-30ocfs2: support partial clone range and dedupe rangeDarrick J. Wong1-5/+2
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-8/+8
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong1-1/+1
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-16/+8
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi1-6/+6
2018-07-06vfs: dedupe: return intMiklos Szeredi1-11/+6
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-3/+3
2018-06-07ocfs2: clean up redundant function declarationsJia Guo1-5/+5
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-3/+3
2018-04-05ocfs2: keep the trace point consistent with the function nameJia Guo1-4/+4
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun1-3/+3
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun1-1/+1
2018-01-31ocfs2: nowait aio supportGang He1-21/+80
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-15ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen1-2/+7
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2017-09-06ocfs2: 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-02statx: Add a system call to make enhanced file info availableDavid Howells1-6/+5
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-22ocfs2: 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-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-10/+24
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-32/+2
2016-09-27fs: 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-19ocfs2: 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/viro/vfsLinus Torvalds1-1/+1
2016-05-12ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi1-2/+2