summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix error initializationDarrick J. Wong2016-10-101-1/+1
* xfs: remove isize check from unshare operationDarrick J. Wong2016-10-101-12/+6
* xfs: reduce stack usage of _reflink_clear_inode_flagDarrick J. Wong2016-10-101-24/+16
* xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong2016-10-101-2/+2
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-051-0/+38
* xfs: don't allow reflink when the AG is low on spaceDarrick J. Wong2016-10-051-0/+35
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-7/+34
* xfs: unshare a range of blocks via fallocateDarrick J. Wong2016-10-051-0/+255
* xfs: add dedupe range vfs functionDarrick J. Wong2016-10-051-1/+126
* 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
OpenPOWER on IntegriCloud