summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_reflink.h
AgeCommit message (Expand)Author
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-01-20xfs: change return value of xfs_inode_need_cow to intzhengbin
2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig
2018-10-18xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig
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