summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-1/+1
* ocfs2: convert to new timestamp accessorsJeff Layton2023-10-181-14/+16
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-6/+1
|\
| * fs: convert block_commit_write to return voidBean Huo2023-08-181-6/+1
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-8/+10
|\ \
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | ocfs2: convert to ctime accessor functionsJeff Layton2023-07-241-7/+9
| |/
* / vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-2/+3
|/
* Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-3/+40
|\
| * splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
| * ocfs2: Provide a splice-read wrapperDavid Howells2023-05-241-2/+39
* | ocfs2: check new file size on fallocate callLuís Henriques2023-06-121-1/+7
|/
* quota: port to mnt_idmapChristian Brauner2023-01-191-2/+1
* fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* 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