开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
agheader_repair.c
Age
Commit message (
Expand
)
Author
2024-12-23
xfs: fix CoW forks for realtime files
Darrick J. Wong
2024-12-12
xfs: return a 64-bit block count from xfs_btree_count_blocks
Darrick J. Wong
2024-11-05
xfs: move the min and max group block numbers to xfs_group
Darrick J. Wong
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
2024-11-05
xfs: add a xfs_agino_to_ino helper
Christoph Hellwig
2024-07-29
xfs: convert comma to semicolon
Chen Ni
2024-04-15
xfs: repair AGI unlinked inode bucket lists
Darrick J. Wong
2024-04-15
xfs: hoist AGI repair context to a heap object
Darrick J. Wong
2024-02-22
xfs: split xfs_inobt_init_cursor
Christoph Hellwig
2024-02-22
xfs: split xfs_allocbt_init_cursor
Christoph Hellwig
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
2023-12-15
xfs: roll the scrub transaction after completing a repair
Darrick J. Wong
2023-12-15
xfs: move the per-AG datatype bitmaps to separate files
Darrick J. Wong
2023-12-15
xfs: create separate structures and code for u32 bitmaps
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 the user to cancel repairs before we start writing
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: rearrange xrep_reap_block to make future code flow easier
Darrick J. Wong
2023-08-10
xfs: move the post-repair block reaping code to a separate file
Darrick J. Wong
2023-04-11
xfs: convert xbitmap to interval tree
Darrick J. Wong
2023-04-11
xfs: remove the for_each_xbitmap_ helpers
Darrick J. Wong
2023-04-11
xfs: update copyright years for scrub/ files
Darrick J. Wong
2023-04-11
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
2023-02-13
xfs: inobt can use perags in many more places than it does
Dave Chinner
2022-11-16
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
2022-11-16
xfs: make AGFL repair function avoid crosslinked blocks
Darrick J. Wong
2022-11-16
xfs: don't track the AGFL buffer in the scrub AG context
Darrick J. Wong
2022-07-07
xfs: replace xfs_ag_block_count() with perag accesses
Dave Chinner
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-01-12
xfs: fix online fsck handling of v5 feature bits on secondary supers
Darrick J. Wong
2021-10-19
xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
Darrick J. Wong
2021-10-14
xfs: stricter btree height checking when scanning for btree roots
Darrick J. Wong
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-18
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
2021-06-02
xfs: use perag for ialloc btree cursors
Dave Chinner
2021-06-02
xfs: convert allocbt cursors to use perags
Dave Chinner
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2020-12-09
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
[next]