aboutsummaryrefslogtreecommitdiffstats
path: root/fs/remap_range.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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