summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_exchrange.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong1-1/+142
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-04-16xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong1-7/+82
2024-04-16xfs: make file range exchange support realtime filesDarrick J. Wong1-0/+9
2024-04-16xfs: bind together the front and back ends of the file range exchange codeDarrick J. Wong1-1/+333
2024-04-16xfs: create deferred log items for file mapping exchangesDarrick J. Wong1-0/+49
2024-04-16xfs: introduce new file range exchange ioctlDarrick J. Wong1-0/+339