index
:
linux/kernel/git/baikal/linux.git
boot/bt1
clk/bt1
dmac/bt1
edac/bt1
edac/fix
edac/map
edma/fix
for-landau-next
gmac/ext1/vlan
gmac/ext2/vlan
gmac/ext3/xdp
gmac/ext4/gpio
gmac/ext5/pcs
gmac/fix1
gmac/fix2
gmac/fix3
gmac/fix4/perf
gmac/fix5/err
gmac/fix6/stat
gmac/fix7/eng
gmac/fix8/mtu
gmac/fix9/vlan
i2c/bt1
mips/bpf
mips/bt1
mips/eva
pcie/bt1
pvt/bt1
spi/bt1
uart/bt1
xgmac/bt1
xgmac/ext1/pcs
xgmac/ext2/mv
LANDAU Linux Baikal Fork
LANDAU Linux Baikal Maintainers Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
remap_range.c
Age
Commit message (
Expand
)
Author
2024-11-03
convert vfs_dedupe_file_range().
Al Viro
2024-11-03
regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
Al Viro
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-04-15
vfs: export remap and write check helpers
Darrick J. Wong
2024-02-06
remap_range: merge do_clone_file_range() into vfs_clone_file_range()
Amir Goldstein
2023-12-12
fsnotify: optionally pass access range in file permission hooks
Amir Goldstein
2023-11-24
remap_range: move file_start_write() to after permission hook
Amir Goldstein
2023-11-24
remap_range: move permission hooks out of do_clone_file_range()
Amir Goldstein
2023-05-24
fs: use UB-safe check for signed addition overflow in remap_verify_area
David Sterba
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2022-12-13
Merge tag 'vfs-6.2-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-11-30
fs/remap_range: avoid spurious writeback on zero length request
Brian Foster
2022-10-26
fs: use type safe idmapping helpers
Christian Brauner
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-07-17
fsdax: dedup file range to use a compare function
Shiyang Ruan
2022-07-14
Revert "vf/remap: return the amount of bytes actually deduplicated"
Linus Torvalds
2022-07-13
vf/remap: return the amount of bytes actually deduplicated
Ansgar Lößer
2022-07-13
fs/remap: constrain dedupe of EOF blocks
Dave Chinner
2022-06-29
remap_range: Remove check of uptodate flag
Matthew Wilcox (Oracle)
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-14
fs/remap_range: Pass the file pointer to read_mapping_folio()
Matthew Wilcox (Oracle)
2022-03-14
fs: allow cross-vfsmount reflink/dedupe
Josef Bacik
2022-01-08
fs: Convert vfs_dedupe_file_range_compare to folios
Matthew Wilcox (Oracle)
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
2021-01-24
ioctl: handle idmapped mounts
Christian Brauner
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
2020-12-14
vfs: verify source area in vfs_dedupe_file_range_one()
Miklos Szeredi
2020-10-15
vfs: move the remap range helpers to remap_range.c
Darrick J. Wong
2020-10-14
vfs: move generic_remap_checks out of mm
Darrick J. Wong