aboutsummaryrefslogtreecommitdiffstats
path: root/fs/remap_range.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-06remap_range: merge do_clone_file_range() into vfs_clone_file_range()Amir Goldstein1-22/+9
2023-12-12fsnotify: optionally pass access range in file permission hooksAmir Goldstein1-1/+7
2023-11-24remap_range: move file_start_write() to after permission hookAmir Goldstein1-8/+13
2023-11-24remap_range: move permission hooks out of do_clone_file_range()Amir Goldstein1-8/+8
2023-05-24fs: use UB-safe check for signed addition overflow in remap_verify_areaDavid Sterba1-1/+4
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+3
2022-12-13Merge tag 'vfs-6.2-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+2
2022-11-30fs/remap_range: avoid spurious writeback on zero length requestBrian Foster1-5/+2
2022-10-26fs: use type safe idmapping helpersChristian Brauner1-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+26
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-10/+1
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan1-5/+26
2022-07-14Revert "vf/remap: return the amount of bytes actually deduplicated"Linus Torvalds1-1/+1
2022-07-13vf/remap: return the amount of bytes actually deduplicatedAnsgar Lößer1-1/+1
2022-07-13fs/remap: constrain dedupe of EOF blocksDave Chinner1-1/+2
2022-06-29remap_range: Remove check of uptodate flagMatthew Wilcox (Oracle)1-10/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-8/+8
2022-03-14fs/remap_range: Pass the file pointer to read_mapping_folio()Matthew Wilcox (Oracle)1-8/+8
2022-03-14fs: allow cross-vfsmount reflink/dedupeJosef Bacik1-6/+1
2022-01-08fs: Convert vfs_dedupe_file_range_compare to foliosMatthew Wilcox (Oracle)1-61/+55
2021-08-23fs: remove mandatory file locking supportJeff Layton1-12/+0
2021-01-24ioctl: handle idmapped mountsChristian Brauner1-2/+5
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-14vfs: verify source area in vfs_dedupe_file_range_one()Miklos Szeredi1-1/+9
2020-10-15vfs: move the remap range helpers to remap_range.cDarrick J. Wong1-3/+477
2020-10-14vfs: move generic_remap_checks out of mmDarrick J. Wong1-0/+97