summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: support deferred bmap updates on the attr forkDarrick J. Wong2024-02-221-4/+4
* xfs: report block map corruption errors to the health tracking systemDarrick J. Wong2024-02-221-1/+5
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: remove __xfs_free_extent_laterDarrick J. Wong2023-12-061-1/+1
* xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig2023-11-131-0/+1
* xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang2023-10-231-0/+4
* xfs: use deferred frees for btree block freeingDave Chinner2023-06-291-1/+2
* xfs: validate block number being freed before adding to xefiDave Chinner2023-06-051-1/+3
* xfs: active perag reference countingDave Chinner2023-02-131-1/+1
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-111-1/+1
* xfs: don't assert if cmap covers imap after cycling lockDarrick J. Wong2022-12-261-2/+0
* fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-111-2/+6
* xfs: simplify if-else condition in xfs_reflink_trim_around_sharedZeng Heng2022-09-191-10/+12
* Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-131-35/+163
|\
| * xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...Chandan Babu R2022-08-051-35/+163
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-4/+8
|\ \ | |/ |/|
| * xfs: add dax dedupe supportShiyang Ruan2022-07-171-2/+2
| * fsdax: dedup file range to use a compare functionShiyang Ruan2022-07-171-2/+6
* | xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-3/+3
* | xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-18/+22
|/
* 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