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