aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-05xfs: unshare a range of blocks via fallocateDarrick J. Wong1-0/+255
2016-10-05xfs: add dedupe range vfs functionDarrick J. Wong1-1/+126
2016-10-05xfs: reflink extents from one file to anotherDarrick J. Wong1-0/+428
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong1-0/+37
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong1-3/+104
2016-10-05xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong1-0/+242
2016-10-04xfs: allocate delayed extents in CoW forkDarrick J. Wong1-0/+84
2016-10-04xfs: create delalloc extents in CoW forkDarrick J. Wong1-0/+216
2016-10-04xfs: introduce the CoW forkDarrick J. Wong1-0/+114