summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: reflink extents from one file to anotherDarrick J. Wong2016-10-051-0/+428
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-051-0/+37
* xfs: implement CoW for directio writesDarrick J. Wong2016-10-051-3/+104
* xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong2016-10-051-0/+242
* xfs: allocate delayed extents in CoW forkDarrick J. Wong2016-10-041-0/+84
* xfs: create delalloc extents in CoW forkDarrick J. Wong2016-10-041-0/+216
* xfs: introduce the CoW forkDarrick J. Wong2016-10-041-0/+114