index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
btree.c
Age
Commit message (
Expand
)
Author
2024-02-22
xfs: consolidate btree block verification
Christoph Hellwig
2024-02-22
xfs: consolidate btree ptr checking
Christoph Hellwig
2024-02-22
xfs: remove xfs_btnum_t
Christoph Hellwig
2024-02-22
xfs: add a xfs_btree_init_ptr_from_cur
Christoph Hellwig
2024-02-22
xfs: split out a btree type from the btree ops geometry flags
Christoph Hellwig
2024-02-22
xfs: store the btree pointer length in struct xfs_btree_ops
Darrick J. Wong
2024-02-22
xfs: encode the btree geometry flags in the btree ops structure
Darrick J. Wong
2024-02-22
xfs: fix imprecise logic in xchk_btree_check_block_owner
Darrick J. Wong
2023-04-11
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
2023-04-11
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
2023-04-11
xfs: always scrub record/key order of interior records
Darrick J. Wong
2023-04-11
xfs: check btree keys reflect the child block
Darrick J. Wong
2023-04-11
xfs: detect unwritten bit set in rmapbt node block keys
Darrick J. Wong
2023-04-11
xfs: scrub should use ECHRNG to signal that the drain is needed
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
2022-11-16
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
2022-11-16
xfs: initialize the check_owner object fully
Darrick J. Wong
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
2021-10-19
xfs: dynamically allocate btree scrub context structure
Darrick J. Wong
2021-10-19
xfs: don't track firstrec/firstkey separately in xchk_btree
Darrick J. Wong
2021-10-14
xfs: don't allocate scrub contexts on the stack
Darrick J. Wong
2021-08-20
xfs: fix perag structure refcounting error when scrub fails
Darrick J. Wong
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-04-07
xfs: scrub: Disable check for unoptimized data fork bmbt node
Chandan Babu R
2020-11-18
xfs: fix the minrecs logic when dealing with inode root child blocks
Darrick J. Wong
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-03-19
xfs: fix btree scrub checking with regards to root-in-inode
Darrick J. Wong
2018-12-12
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-05-15
xfs: btree scrub should check minrecs
Darrick J. Wong
2018-05-15
xfs: clean up scrub usage of KM_NOFS
Darrick J. Wong
2018-01-17
xfs: scrub in-core metadata
Darrick J. Wong
2018-01-17
xfs: cross-reference reverse-mapping btree
Darrick J. Wong
2018-01-17
xfs: cross-reference with the bnobt
Darrick J. Wong
2018-01-17
xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree
Darrick J. Wong
2018-01-17
xfs: set up scrub cross-referencing helpers
Darrick J. Wong
2017-11-09
xfs: fix btree scrub deref check
Darrick J. Wong
2017-11-06
xfs: trivial sparse fixes for the new scrub code
Christoph Hellwig
2017-10-27
xfs: compare btree block keys to parent block's keys during scrub
Darrick J. Wong
2017-10-26
xfs: scrub btree keys and records
Darrick J. Wong
2017-10-26
xfs: scrub the shape of a metadata btree
Darrick J. Wong
2017-10-26
xfs: create helpers to scrub a metadata btree
Darrick J. Wong