summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+4
* Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-2/+2
|\
| * attr: use consistent sgid stripping checksChristian Brauner2022-10-181-2/+2
* | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
|/
* attr: port attribute changes to new typesChristian Brauner2022-06-261-1/+1
* quota: port quota helpers mount idsChristian Brauner2022-06-261-1/+1
* ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* fs/ocfs2: fix comments mentioning i_mutexhongnanli2022-03-221-2/+2
* ocfs2: cleanup some return variablesJoseph Qi2022-03-221-6/+3
* ocfs2: fix data corruption on truncateJan Kara2021-11-061-2/+6
* ocfs2: issue zeroout to EOF blocksJunxiao Bi2021-07-301-39/+60
* ocfs2: fix zero out valid dataJunxiao Bi2021-07-301-2/+2
* ocfs2: fix data corruption by fallocateJunxiao Bi2021-06-051-5/+50
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-0/+2
|\
| * ocfs2: convert to fileattrMiklos Szeredi2021-04-121-0/+2
* | ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-091-2/+6
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-8/+10
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+6
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
* ocfs2: fix oops when writing cloned fileGang He2020-02-041-8/+6
* ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang2019-11-061-44/+90
* ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu2019-10-191-0/+2
* fs/ocfs2/file.c: remove set but not used variableszhengbin2019-09-241-3/+0
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-241-3/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge2018-11-031-2/+2
* ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong2018-10-301-2/+66
* ocfs2: support partial clone range and dedupe rangeDarrick J. Wong2018-10-301-5/+2
* vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-8/+8
* vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-301-1/+1
* vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-16/+8
* vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-6/+6
* vfs: dedupe: return intMiklos Szeredi2018-07-061-11/+6
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+3
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-3/+3
* | ocfs2: clean up redundant function declarationsJia Guo2018-06-071-5/+5
|/
* ocfs2: keep the trace point consistent with the function nameJia Guo2018-04-051-4/+4
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-051-3/+3
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-1/+1
* ocfs2: nowait aio supportGang He2018-01-311-21/+80
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-151-2/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-7/+0
|\
| * ocfs2: clean up some dead codeJun Piao2017-09-061-7/+0
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
|/