aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20xfs: change return value of xfs_inode_need_cow to intzhengbin1-1/+1
2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig1-2/+2
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong1-1/+1
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig1-0/+13
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig1-2/+0
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig1-1/+2
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+13
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong1-0/+10
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong1-1/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong1-1/+2
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig1-1/+1
2018-10-18xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig1-1/+1
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig1-2/+0
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig1-2/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2017-06-19xfs: separate function to check if inode shares extentsDarrick J. Wong1-0/+2
2017-06-19xfs: reflink find shared should take a transactionDarrick J. Wong1-3/+3
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig1-2/+2
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig1-2/+2
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong1-0/+2
2016-11-24xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cowChristoph Hellwig1-1/+1
2016-11-24xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig1-1/+1
2016-11-08xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster1-2/+0
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig1-2/+2
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig1-5/+2
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-0/+2
2016-10-05xfs: unshare a range of blocks via fallocateDarrick J. Wong1-0/+4
2016-10-05xfs: add dedupe range vfs functionDarrick J. Wong1-1/+4
2016-10-05xfs: reflink extents from one file to anotherDarrick J. Wong1-0/+2
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong1-0/+1
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong1-0/+2
2016-10-05xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong1-0/+8
2016-10-04xfs: allocate delayed extents in CoW forkDarrick J. Wong1-0/+4
2016-10-04xfs: create delalloc extents in CoW forkDarrick J. Wong1-0/+9
2016-10-04xfs: introduce the CoW forkDarrick J. Wong1-0/+23