aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/file.c
AgeCommit message (Expand)Author
2022-05-09ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli
2022-03-22ocfs2: cleanup some return variablesJoseph Qi
2021-11-06ocfs2: fix data corruption on truncateJan Kara
2021-07-30ocfs2: issue zeroout to EOF blocksJunxiao Bi
2021-07-30ocfs2: fix zero out valid dataJunxiao Bi
2021-06-05ocfs2: fix data corruption by fallocateJunxiao Bi
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-12ocfs2: convert to fileattrMiklos Szeredi
2021-04-09ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-02-04ocfs2: fix oops when writing cloned fileGang He
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang
2019-10-19ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu
2019-09-24fs/ocfs2/file.c: remove set but not used variableszhengbin
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner
2018-11-03ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge
2018-10-30ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong
2018-10-30ocfs2: support partial clone range and dedupe rangeDarrick J. Wong
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi
2018-07-06vfs: dedupe: return intMiklos Szeredi
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-07ocfs2: clean up redundant function declarationsJia Guo
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-04-05ocfs2: keep the trace point consistent with the function nameJia Guo
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun
2018-01-31ocfs2: nowait aio supportGang He
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-15ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06ocfs2: clean up some dead codeJun Piao
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-22ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren
2016-12-10ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds