index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_reflink.c
Age
Commit message (
Expand
)
Author
2025-03-03
xfs: implement buffered writes to zoned RT devices
Christoph Hellwig
2025-03-03
xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
Christoph Hellwig
2025-03-03
xfs: skip always_cow inodes in xfs_reflink_trim_around_shared
Christoph Hellwig
2025-03-03
xfs: make metabtree reservations global
Christoph Hellwig
2024-12-23
xfs: enable realtime reflink
Darrick J. Wong
2024-12-23
xfs: recover CoW leftovers in the realtime volume
Darrick J. Wong
2024-12-23
xfs: enable sharing of realtime file blocks
Darrick J. Wong
2024-12-23
xfs: enable CoW for realtime data
Darrick J. Wong
2024-12-23
xfs: refactor reflink quota updates
Darrick J. Wong
2024-12-23
xfs: wire up realtime refcount btree cursors
Darrick J. Wong
2024-12-23
xfs: refactor xfs_reflink_find_shared
Christoph Hellwig
2024-12-23
xfs: add a realtime flag to the refcount update log redo items
Darrick J. Wong
2024-11-05
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
2024-10-09
xfs: don't free cowblocks from under dirty pagecache on unshare
Brian Foster
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
2024-05-27
xfs: Add cond_resched to block unmap range and reflink remap path
Ritesh Harjani (IBM)
2024-05-03
xfs: simplify iext overflow checking and upgrade
Christoph Hellwig
2024-05-03
xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
Christoph Hellwig
2024-05-03
xfs: upgrade the extent counters in xfs_reflink_end_cow_extent later
Christoph Hellwig
2024-05-03
xfs: xfs_quota_unreserve_blkres can't fail
Christoph Hellwig
2024-04-30
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
2024-02-22
xfs: support deferred bmap updates on the attr fork
Darrick J. Wong
2024-02-22
xfs: report block map corruption errors to the health tracking system
Darrick J. Wong
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2023-12-06
xfs: remove __xfs_free_extent_later
Darrick J. Wong
2023-11-13
xfs: only remap the written blocks in xfs_reflink_end_cow_extent
Christoph Hellwig
2023-10-23
xfs: allow read IO and FICLONE to run concurrently
Catherine Hoang
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
2023-02-13
xfs: active perag reference counting
Dave Chinner
2023-02-11
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2022-12-26
xfs: don't assert if cmap covers imap after cycling lock
Darrick J. Wong
2022-12-11
fsdax,xfs: port unshare to fsdax
Shiyang Ruan
2022-09-19
xfs: simplify if-else condition in xfs_reflink_trim_around_shared
Zeng Heng
2022-08-13
Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-08-05
xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...
Chandan Babu R
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-17
xfs: add dax dedupe support
Shiyang Ruan
2022-07-17
fsdax: dedup file range to use a compare function
Shiyang Ruan
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-04-28
xfs: rewrite xfs_reflink_end_cow to use intents
Darrick J. Wong
2022-04-28
xfs: remove a __xfs_bunmapi call from reflink
Darrick J. Wong
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-03-09
xfs: add missing cmap->br_state = XFS_EXT_NORM update
Gao Xiang
2022-01-12
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-12-21
xfs: only run COW extent recovery when there are no live extents
Darrick J. Wong
2021-12-04
xfs: add xfs_zero_range and xfs_truncate_page helpers
Shiyang Ruan
2021-10-22
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
[next]