aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.h
AgeCommit message (Expand)Author
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2017-06-19xfs: separate function to check if inode shares extentsDarrick J. Wong
2017-06-19xfs: reflink find shared should take a transactionDarrick J. Wong
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong
2016-11-24xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cowChristoph Hellwig
2016-11-24xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig
2016-11-08xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-05xfs: unshare a range of blocks via fallocateDarrick J. Wong
2016-10-05xfs: add dedupe range vfs functionDarrick J. Wong
2016-10-05xfs: reflink extents from one file to anotherDarrick J. Wong
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong
2016-10-05xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong
2016-10-04xfs: allocate delayed extents in CoW forkDarrick J. Wong
2016-10-04xfs: create delalloc extents in CoW forkDarrick J. Wong
2016-10-04xfs: introduce the CoW forkDarrick J. Wong