summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_reflink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: add dax dedupe supportShiyang Ruan2022-06-271-2/+2
* fsdax: dedup file range to use a compare functionShiyang Ruan2022-06-271-2/+6
* xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong2022-04-281-32/+56
* xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong2022-04-281-3/+4
* xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-131-0/+5
* xfs: add missing cmap->br_state = XFS_EXT_NORM updateGao Xiang2022-03-091-1/+4
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-2/+1
|\
| * xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan2021-12-041-2/+1
* | xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong2021-12-211-1/+4
|/
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-221-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-2/+2
* xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-021-2/+2
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-1/+1
* xfs: convert raw ag walks to use for_each_peragDave Chinner2021-06-021-3/+6
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong2021-04-291-1/+2
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-5/+3
* 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