summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-111-2/+0
* xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2018-07-111-2/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: separate function to check if inode shares extentsDarrick J. Wong2017-06-191-0/+2
* xfs: reflink find shared should take a transactionDarrick J. Wong2017-06-191-3/+3
* xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-03-071-2/+2
* xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig2017-02-061-2/+2
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-02-021-0/+2
* xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2016-11-241-1/+1
* xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig2016-11-241-1/+1
* xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster2016-11-081-2/+0
* xfs: optimize writes to reflink filesChristoph Hellwig2016-10-201-2/+2
* xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig2016-10-201-5/+2
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-051-0/+2
* xfs: unshare a range of blocks via fallocateDarrick J. Wong2016-10-051-0/+4
* xfs: add dedupe range vfs functionDarrick J. Wong2016-10-051-1/+4
* xfs: reflink extents from one file to anotherDarrick J. Wong2016-10-051-0/+2
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-051-0/+1
* xfs: implement CoW for directio writesDarrick J. Wong2016-10-051-0/+2
* xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong2016-10-051-0/+8
* xfs: allocate delayed extents in CoW forkDarrick J. Wong2016-10-041-0/+4
* xfs: create delalloc extents in CoW forkDarrick J. Wong2016-10-041-0/+9
* xfs: introduce the CoW forkDarrick J. Wong2016-10-041-0/+23