index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_reflink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: don't free cowblocks from under dirty pagecache on unshare
Brian Foster
2024-10-09
1
-0
/
+3
*
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
2024-07-02
1
-1
/
+1
*
xfs: Add cond_resched to block unmap range and reflink remap path
Ritesh Harjani (IBM)
2024-05-27
1
-0
/
+1
*
xfs: simplify iext overflow checking and upgrade
Christoph Hellwig
2024-05-03
1
-7
/
+2
*
xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
Christoph Hellwig
2024-05-03
1
-6
/
+0
*
xfs: upgrade the extent counters in xfs_reflink_end_cow_extent later
Christoph Hellwig
2024-05-03
1
-8
/
+8
*
xfs: xfs_quota_unreserve_blkres can't fail
Christoph Hellwig
2024-05-03
1
-8
/
+3
*
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
2024-04-30
1
-14
/
+0
*
xfs: support deferred bmap updates on the attr fork
Darrick J. Wong
2024-02-22
1
-4
/
+4
*
xfs: report block map corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
1
-1
/
+5
*
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2024-02-19
1
-1
/
+1
*
xfs: remove __xfs_free_extent_later
Darrick J. Wong
2023-12-07
1
-1
/
+1
*
xfs: only remap the written blocks in xfs_reflink_end_cow_extent
Christoph Hellwig
2023-11-13
1
-0
/
+1
*
xfs: allow read IO and FICLONE to run concurrently
Catherine Hoang
2023-10-23
1
-0
/
+4
*
xfs: use deferred frees for btree block freeing
Dave Chinner
2023-06-29
1
-1
/
+2
*
xfs: validate block number being freed before adding to xefi
Dave Chinner
2023-06-05
1
-1
/
+3
*
xfs: active perag reference counting
Dave Chinner
2023-02-12
1
-1
/
+1
*
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2023-02-10
1
-1
/
+1
*
xfs: don't assert if cmap covers imap after cycling lock
Darrick J. Wong
2022-12-26
1
-2
/
+0
*
fsdax,xfs: port unshare to fsdax
Shiyang Ruan
2022-12-12
1
-2
/
+6
*
xfs: simplify if-else condition in xfs_reflink_trim_around_shared
Zeng Heng
2022-09-18
1
-10
/
+12
*
Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-08-13
1
-35
/
+163
|
\
|
*
xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...
Chandan Babu R
2022-08-06
1
-35
/
+163
*
|
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
1
-4
/
+8
|
\
\
|
|
/
|
/
|
|
*
xfs: add dax dedupe support
Shiyang Ruan
2022-07-18
1
-2
/
+2
|
*
fsdax: dedup file range to use a compare function
Shiyang Ruan
2022-07-18
1
-2
/
+6
*
|
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-10
1
-3
/
+3
*
|
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
1
-18
/
+22
|
/
*
xfs: rewrite xfs_reflink_end_cow to use intents
Darrick J. Wong
2022-04-28
1
-32
/
+56
*
xfs: remove a __xfs_bunmapi call from reflink
Darrick J. Wong
2022-04-28
1
-3
/
+4
*
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-04-13
1
-0
/
+5
*
xfs: add missing cmap->br_state = XFS_EXT_NORM update
Gao Xiang
2022-03-09
1
-1
/
+4
*
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-01-13
1
-2
/
+1
|
\
|
*
xfs: add xfs_zero_range and xfs_truncate_page helpers
Shiyang Ruan
2021-12-04
1
-2
/
+1
*
|
xfs: only run COW extent recovery when there are no live extents
Darrick J. Wong
2021-12-21
1
-1
/
+4
|
/
*
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
2021-10-23
1
-1
/
+1
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-2
/
+2
*
xfs: convert refcount btree cursor to use perags
Dave Chinner
2021-06-02
1
-2
/
+2
*
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
1
-1
/
+1
*
xfs: convert raw ag walks to use for_each_perag
Dave Chinner
2021-06-02
1
-3
/
+6
*
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-02
1
-1
/
+1
*
xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_range
Darrick J. Wong
2021-04-29
1
-1
/
+2
*
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-15
1
-5
/
+3
*
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-4
/
+4
*
xfs: move the di_cowextsize field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-2
/
+2
*
xfs: flush eof/cowblocks if we can't reserve quota for file blocks
Darrick J. Wong
2021-02-03
1
-0
/
+5
*
xfs: try worst case space reservation upfront in xfs_reflink_remap_extent
Darrick J. Wong
2021-02-03
1
-3
/
+20
*
xfs: refactor reflink functions to use xfs_trans_alloc_inode
Darrick J. Wong
2021-02-03
1
-32
/
+21
*
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2021-02-03
1
-4
/
+2
[next]