aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
AgeCommit message (Expand)Author
2022-07-07xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong
2020-11-04xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
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-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-07-06xfs: reflink can skip remap existing mappingsDarrick J. Wong
2020-07-06xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong
2020-07-06xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-07-06xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-04-13xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong
2020-01-20xfs: change return value of xfs_inode_need_cow to intzhengbin
2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig
2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig
2019-10-21xfs: remove xfs_reflink_dirty_extentsChristoph Hellwig
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong
2019-08-18xfs: fix reflink source file racing with directio writesDarrick J. Wong
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong
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: make COW fork unwritten extent conversions more robustChristoph 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
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig
2018-12-12xfs: split up the xfs_reflink_end_cow work into smaller transactionsDarrick J. Wong
2018-11-21xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner
2018-11-19xfs: fix shared extent data corruption due to missing cow reservationBrian Foster
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 [cm]time update from reflink callsDarrick J. Wong
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong
2018-10-30xfs: remove redundant remap partial EOF block checksDarrick J. Wong
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong
2018-10-30xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong
2018-10-30xfs: fix pagecache truncation prior to reflinkDarrick J. Wong
2018-10-30vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: remap helper should update destination inode metadataDarrick J. Wong
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong
2018-10-18xfs: fix fork selection in xfs_find_trim_cow_extentChristoph Hellwig