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