summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_reflink.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong1-1/+5
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-1/+1
2023-12-07xfs: remove __xfs_free_extent_laterDarrick J. Wong1-1/+1
2023-11-13xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2023-10-23xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang1-0/+4
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner1-1/+2
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner1-1/+3
2023-02-13xfs: active perag reference countingDave Chinner1-1/+1
2023-02-10xfs: t_firstblock is tracking AGs not blocksDave Chinner1-1/+1
2022-12-26xfs: don't assert if cmap covers imap after cycling lockDarrick J. Wong1-2/+0
2022-12-12fsdax,xfs: port unshare to fsdaxShiyang Ruan1-2/+6
2022-09-18xfs: simplify if-else condition in xfs_reflink_trim_around_sharedZeng Heng1-10/+12
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-35/+163
2022-08-06xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...Chandan Babu R1-35/+163
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+8
2022-07-18xfs: add dax dedupe supportShiyang Ruan1-2/+2
2022-07-18fsdax: dedup file range to use a compare functionShiyang Ruan1-2/+6
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-3/+3
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-18/+22
2022-04-28xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong1-32/+56
2022-04-28xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong1-3/+4
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-0/+5
2022-03-09xfs: add missing cmap->br_state = XFS_EXT_NORM updateGao Xiang1-1/+4
2022-01-13Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong1-1/+4
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan1-2/+1
2021-10-23xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-2/+2
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner1-2/+2
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-1/+1
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner1-3/+6
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-1/+1
2021-04-29xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong1-1/+2
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-5/+3
2021-04-08xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig1-4/+4
2021-04-08xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-02-03xfs: flush eof/cowblocks if we can't reserve quota for file blocksDarrick J. Wong1-0/+5
2021-02-03xfs: try worst case space reservation upfront in xfs_reflink_remap_extentDarrick J. Wong1-3/+20
2021-02-03xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong1-32/+21
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong1-4/+2
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong1-4/+1
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong1-3/+2
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong1-2/+2
2021-01-23xfs: Check for extent overflow when remapping an extentChandan Babu R1-0/+11
2021-01-23xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R1-0/+5
2020-11-05xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong1-1/+2
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-07-06xfs: move helpers that lock and unlock two inodes against userspace IODarrick J. Wong1-95/+2
2020-07-06xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong1-20/+32