index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Age
Commit message (
Expand
)
Author
2023-09-12
xfs: only call xchk_stats_merge after validating scrub inputs
Darrick J. Wong
2023-08-30
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-08-10
xfs: don't check reflink iflag state when checking cow fork
Darrick J. Wong
2023-08-10
xfs: simplify returns in xchk_bmap
Darrick J. Wong
2023-08-10
xfs: rewrite xchk_inode_is_allocated to work properly
Darrick J. Wong
2023-08-10
xfs: hide xfs_inode_is_allocated in scrub common code
Darrick J. Wong
2023-08-10
xfs: fix agf_fllast when repairing an empty AGFL
Darrick J. Wong
2023-08-10
xfs: clear pagf_agflreset when repairing the AGFL
Darrick J. Wong
2023-08-10
xfs: allow userspace to rebuild metadata structures
Darrick J. Wong
2023-08-10
xfs: don't complain about unfixed metadata when repairs were injected
Darrick J. Wong
2023-08-10
xfs: allow the user to cancel repairs before we start writing
Darrick J. Wong
2023-08-10
xfs: always rescan allegedly healthy per-ag metadata after repair
Darrick J. Wong
2023-08-10
xfs: implement online scrubbing of rtsummary info
Darrick J. Wong
2023-08-10
xfs: move the realtime summary file scrubber to a separate source file
Darrick J. Wong
2023-08-10
xfs: wrap ilock/iunlock operations on sc->ip
Darrick J. Wong
2023-08-10
xfs: get our own reference to inodes that we want to scrub
Darrick J. Wong
2023-08-10
xfs: track usage statistics of online fsck
Darrick J. Wong
2023-08-10
xfs: improve xfarray quicksort pivot
Darrick J. Wong
2023-08-10
xfs: cache pages used for xfarray quicksort convergence
Darrick J. Wong
2023-08-10
xfs: speed up xfarray sort by sorting xfile page contents directly
Darrick J. Wong
2023-08-10
xfs: teach xfile to pass back direct-map pages to caller
Darrick J. Wong
2023-08-10
xfs: convert xfarray insertion sort to heapsort using scratchpad memory
Darrick J. Wong
2023-08-10
xfs: enable sorting of xfile-backed arrays
Darrick J. Wong
2023-08-10
xfs: create a big array data structure
Darrick J. Wong
2023-08-10
xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
Darrick J. Wong
2023-08-10
xfs: reap large AG metadata extents when possible
Darrick J. Wong
2023-08-10
xfs: allow scanning ranges of the buffer cache for live buffers
Darrick J. Wong
2023-08-10
xfs: rearrange xrep_reap_block to make future code flow easier
Darrick J. Wong
2023-08-10
xfs: use deferred frees to reap old btree blocks
Darrick J. Wong
2023-08-10
xfs: only allow reaping of per-AG blocks in xrep_reap_extents
Darrick J. Wong
2023-08-10
xfs: only invalidate blocks if we're going to free them
Darrick J. Wong
2023-08-10
xfs: move the post-repair block reaping code to a separate file
Darrick J. Wong
2023-08-10
xfs: cull repair code that will never get used
Darrick J. Wong
2023-08-04
xfs: stabilize fs summary counters for online fsck
Darrick J. Wong
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-06-05
xfs: fix broken logic when detecting mergeable bmap records
Darrick J. Wong
2023-06-05
xfs: Fix undefined behavior of shift into sign bit
Geert Uytterhoeven
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
2023-05-02
xfs: disable reaping in fscounters scrub
Darrick J. Wong
2023-05-02
xfs: flush dirty data and drain directios before scrubbing cow fork
Darrick J. Wong
2023-04-20
xfs: fix duplicate includes
Dave Chinner
2023-04-11
xfs: cross-reference rmap records with refcount btrees
Darrick J. Wong
2023-04-11
xfs: cross-reference rmap records with inode btrees
Darrick J. Wong
2023-04-11
xfs: cross-reference rmap records with free space btrees
Darrick J. Wong
2023-04-11
xfs: cross-reference rmap records with ag btrees
Darrick J. Wong
2023-04-11
xfs: introduce bitmap type for AG blocks
Darrick J. Wong
2023-04-11
xfs: convert xbitmap to interval tree
Darrick J. Wong
2023-04-11
xfs: drop the _safe behavior from the xbitmap foreach macro
Darrick J. Wong
2023-04-11
xfs: remove the for_each_xbitmap_ helpers
Darrick J. Wong
2023-04-11
xfs: don't load local xattr values during scrub
Darrick J. Wong
[next]