summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_reflink.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-06xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong1-3/+3
2020-07-06xfs: reflink can skip remap existing mappingsDarrick J. Wong1-0/+16
2020-07-06xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong1-2/+4
2020-07-06xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong1-7/+14
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong1-109/+129
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong1-3/+3
2020-07-06xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-04-13xfs: fix partially uninitialized structure in xfs_reflink_remap_extentDarrick J. Wong1-0/+1
2020-01-27xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong1-2/+0
2020-01-21xfs: change return value of xfs_inode_need_cow to intzhengbin1-3/+3
2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong1-1/+2
2019-10-24xfs: don't set bmapi total block req where minleft isBrian Foster1-2/+2
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig1-2/+3
2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig1-15/+15
2019-10-21xfs: remove xfs_reflink_dirty_extentsChristoph Hellwig1-98/+5
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig1-1/+1
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong1-6/+2
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong1-11/+4
2019-08-19xfs: fix reflink source file racing with directio writesDarrick J. Wong1-26/+37
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig1-2/+2
2019-06-29xfs: remove unused header filesEric Sandeen1-11/+0
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong1-1/+1
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong1-2/+2
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig1-4/+24
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig1-23/+38
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig1-67/+0
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig1-1/+9