summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_reflink.c
AgeCommit message (Expand)Author
2022-11-09xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2022-09-19xfs: simplify if-else condition in xfs_reflink_trim_around_sharedZeng Heng
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-05xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...xfs-5.20-merge-7Chandan Babu R
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-17xfs: add dax dedupe supportShiyang Ruan
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-04-28xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong
2022-04-28xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
2022-03-09xfs: add missing cmap->br_state = XFS_EXT_NORM updateGao Xiang
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-29xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangexfs-5.13-merge-4Darrick J. Wong
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong
2021-02-03xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong
2021-02-03xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong
2021-01-22xfs: Check for extent overflow when remapping an extentChandan Babu R
2021-01-22xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R
2020-11-04xfs: only flush the unshared range in xfs_reflink_unsharexfs-5.10-fixes_2020-11-09xfs-5.10-fixes_2020-11-05xfs-5.10-fixes-3Darrick 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_extentxfs-5.7-fixes-1Darrick 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 intxfs-5.6-merge-5zhengbin