summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-071-4/+4
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong2021-02-031-0/+5
* xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong2021-02-031-3/+20
* xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong2021-02-031-32/+21
* xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-031-4/+2
* xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong2021-02-031-4/+1
* xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong2021-02-031-3/+2
* xfs: clean up quota reservation callsitesDarrick J. Wong2021-02-031-2/+2
* xfs: Check for extent overflow when remapping an extentChandan Babu R2021-01-221-0/+11
* xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R2021-01-221-0/+5
* 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