index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
reap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-03
xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocks
Christoph Hellwig
1
-3
/
+6
2024-12-23
xfs: fix CoW forks for realtime files
Darrick J. Wong
1
-8
/
+234
2024-12-23
xfs: add a realtime flag to the refcount update log redo items
Darrick J. Wong
1
-2
/
+3
2024-12-23
xfs: support repairing metadata btrees rooted in metadir inodes
Darrick J. Wong
1
-0
/
+41
2024-11-05
xfs: convert busy extent tracking to the generic group structure
Christoph Hellwig
1
-1
/
+1
2024-11-05
xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
Christoph Hellwig
1
-5
/
+3
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