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