summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-2/+1
* xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong2020-07-061-1/+0
* xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong2020-07-061-2/+1
* xfs: change return value of xfs_inode_need_cow to intzhengbin2020-01-201-1/+1
* xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig2019-10-211-2/+2
* xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong2019-02-251-1/+1
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-0/+13
* xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig2019-02-211-2/+0
* xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig2019-02-211-1/+2
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-2/+13
|\
| * xfs: remove xfs_reflink_remap_rangeDarrick J. Wong2018-10-301-0/+10
| * xfs: support returning partial reflink resultsDarrick J. Wong2018-10-301-1/+1
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-1/+1
| * vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-301-1/+2
* | xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig2018-10-181-1/+1
* | xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig2018-10-181-1/+1
|/
* 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