index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
reap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
1
-3
/
+4
2024-05-02
xfs: create a helper to compute the blockcount of a max sized remote value
Darrick J. Wong
1
-2
/
+2
2024-04-15
xfs: add the ability to reap entire inode forks
Darrick J. Wong
1
-0
/
+372
2024-04-15
xfs: refactor live buffer invalidation for repairs
Darrick J. Wong
1
-22
/
+51
2024-02-22
xfs: repair the rmapbt
Darrick J. Wong
1
-1
/
+1
2023-12-15
xfs: repair problems in CoW forks
Darrick J. Wong
1
-0
/
+32
2023-12-15
xfs: reintroduce reaping of file metadata blocks to xrep_reap_extents
Darrick J. Wong
1
-4
/
+117
2023-12-15
xfs: move the per-AG datatype bitmaps to separate files
Darrick J. Wong
1
-0
/
+1
2023-12-15
xfs: create separate structures and code for u32 bitmaps
Darrick J. Wong
1
-3
/
+2
2023-12-15
xfs: fix an off-by-one error in xreap_agextent_binval
Darrick J. Wong
1
-1
/
+1
2023-12-06
xfs: force small EFIs for reaping btree extents
Darrick J. Wong
1
-0
/
+5
2023-12-06
xfs: remove __xfs_free_extent_later
Darrick J. Wong
1
-1
/
+1
2023-08-10
xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
Darrick J. Wong
1
-10
/
+4
2023-08-10
xfs: reap large AG metadata extents when possible
Darrick J. Wong
1
-76
/
+312
2023-08-10
xfs: allow scanning ranges of the buffer cache for live buffers
Darrick J. Wong
1
-1
/
+1
2023-08-10
xfs: rearrange xrep_reap_block to make future code flow easier
Darrick J. Wong
1
-5
/
+14
2023-08-10
xfs: use deferred frees to reap old btree blocks
Darrick J. Wong
1
-4
/
+26
2023-08-10
xfs: only allow reaping of per-AG blocks in xrep_reap_extents
Darrick J. Wong
1
-32
/
+13
2023-08-10
xfs: only invalidate blocks if we're going to free them
Darrick J. Wong
1
-54
/
+42
2023-08-10
xfs: move the post-repair block reaping code to a separate file
Darrick J. Wong
1
-0
/
+268