summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong2020-11-041-1/+2
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong2020-07-061-95/+2
* xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong2020-07-061-20/+32
* xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong2020-07-061-3/+3
* xfs: reflink can skip remap existing mappingsDarrick J. Wong2020-07-061-0/+16
* xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong2020-07-061-2/+4
* xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong2020-07-061-7/+14
* xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong2020-07-061-109/+129
* xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2020-07-061-3/+3
* xfs: fix reflink quota reservation accounting errorDarrick J. Wong2020-07-061-7/+14
* xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong2020-04-131-0/+1
* xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong2020-01-261-2/+0
* xfs: change return value of xfs_inode_need_cow to intzhengbin2020-01-201-3/+3
* xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong2020-01-141-1/+2
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-231-2/+2
* xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig2019-10-211-2/+3
* xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig2019-10-211-15/+15
* xfs: remove xfs_reflink_dirty_extentsChristoph Hellwig2019-10-211-98/+5
* iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-211-1/+1
* xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-281-6/+2
* xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong2019-08-281-11/+4
* xfs: fix reflink source file racing with directio writesDarrick J. Wong2019-08-181-26/+37
* xfs: remove XFS_TRANS_NOFSChristoph Hellwig2019-06-301-2/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-11/+0
* xfs: fix uninitialized error variablesDarrick J. Wong2019-02-251-1/+1
* xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong2019-02-251-2/+2
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-4/+24
* xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2019-02-211-23/+38
* xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig2019-02-211-67/+0
* xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig2019-02-211-1/+9
* xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig2019-02-171-1/+1
* xfs: split up the xfs_reflink_end_cow work into smaller transactionsDarrick J. Wong2018-12-121-94/+138
* xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2018-11-211-4/+13
* xfs: fix shared extent data corruption due to missing cow reservationBrian Foster2018-11-191-0/+1
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-137/+36
|\
| * xfs: remove [cm]time update from reflink callsDarrick J. Wong2018-10-301-6/+1
| * xfs: remove xfs_reflink_remap_rangeDarrick J. Wong2018-10-301-66/+4
| * xfs: remove redundant remap partial EOF block checksDarrick J. Wong2018-10-301-19/+0
| * xfs: support returning partial reflink resultsDarrick J. Wong2018-10-301-5/+12
| * xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong2018-10-301-19/+18
| * xfs: fix pagecache truncation prior to reflinkDarrick J. Wong2018-10-301-2/+3
| * vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong2018-10-301-2/+2
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-2/+2
| * vfs: remap helper should update destination inode metadataDarrick J. Wong2018-10-301-23/+0
| * vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-301-10/+11
| * vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong2018-10-301-1/+1
| * vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-1/+1
* | xfs: fix fork selection in xfs_find_trim_cow_extentChristoph Hellwig2018-10-181-2/+6
* | xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig2018-10-181-10/+5