index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
ialloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-12
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
1
-2
/
+2
2023-04-12
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
Darrick J. Wong
1
-7
/
+10
2023-04-12
xfs: directly cross-reference the inode btrees with each other
Darrick J. Wong
1
-27
/
+198
2023-04-12
xfs: clean up broken eearly-exit code in the inode btree scrubber
Darrick J. Wong
1
-25
/
+17
2023-04-12
xfs: ensure that all metadata and data blocks are not cow staging extents
Darrick J. Wong
1
-1
/
+1
2023-04-12
xfs: hoist inode record alignment checks from scrub
Darrick J. Wong
1
-6
/
+0
2023-04-12
xfs: standardize ondisk to incore conversion for inode btrees
Darrick J. Wong
1
-20
/
+4
2023-04-12
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
1
-0
/
+2
2023-04-12
xfs: update copyright years for scrub/ files
Darrick J. Wong
1
-1
/
+1
2023-04-12
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
1
-2
/
+2
2022-10-31
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
1
-3
/
+2
2022-07-07
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
1
-3
/
+3
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
1
-3
/
+3
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
1
-1
/
+1
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
1
-4
/
+5
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
1
-3
/
+2
2021-04-08
xfs: split xfs_imap_to_bp
Christoph Hellwig
1
-2
/
+1
2020-05-07
xfs: remove unused iget_flags param from xfs_imap_to_bp()
Brian Foster
1
-2
/
+1
2020-03-13
xfs: convert btree cursor ag-private member name
Dave Chinner
1
-4
/
+4
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-7
/
+0
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
1
-10
/
+11
2019-06-03
xfs: inode btree scrubber should calculate im_boffset correctly
Darrick J. Wong
1
-1
/
+2
2019-04-16
xfs: collapse scrub bool state flags into a single unsigned int
Darrick J. Wong
1
-2
/
+2
2019-02-21
xfs: fix uninitialized error variable
Colin Ian King
1
-1
/
+1
2019-02-12
xfs: consolidate scrub dinode mapping code into a single function
Darrick J. Wong
1
-30
/
+32
2019-02-12
xfs: scrub big block inode btrees correctly
Darrick J. Wong
1
-1
/
+9
2019-02-12
xfs: clean up the inode cluster checking in the inobt scrub
Darrick J. Wong
1
-58
/
+107
2019-02-12
xfs: hoist inode cluster checks out of loop
Darrick J. Wong
1
-54
/
+65
2019-02-12
xfs: check inobt record alignment on big block filesystems
Darrick J. Wong
1
-0
/
+41
2019-02-12
xfs: check the ir_startino alignment directly
Darrick J. Wong
1
-6
/
+50
2019-02-12
xfs: never try to scrub more than 64 inodes per inobt record
Darrick J. Wong
1
-1
/
+2
2018-12-12
xfs: count inode blocks correctly in inobt scrub
Darrick J. Wong
1
-7
/
+15
2018-12-12
xfs: precalculate cluster alignment in inodes and blocks
Darrick J. Wong
1
-1
/
+1
2018-12-12
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
1
-8
/
+6
2018-12-12
xfs: add a block to inode count converter
Darrick J. Wong
1
-1
/
+1
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
1
-19
/
+9
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
1
-29
/
+29
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
1
-11
/
+11
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
1
-69
/
+69
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-15
/
+1
2018-05-16
xfs: skip scrub xref if corruption already noted
Darrick J. Wong
1
-3
/
+4
2018-03-24
xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corrupt
Darrick J. Wong
1
-1
/
+1
2018-03-24
xfs: record inode buf errors as a xref error in inobt scrubber
Darrick J. Wong
1
-1
/
+2
2018-01-29
xfs: don't clobber inobt/finobt cursors when xref with rmap
Darrick J. Wong
1
-2
/
+2
2018-01-18
xfs: cross-reference refcount btree during scrub
Darrick J. Wong
1
-0
/
+1
2018-01-18
xfs: cross-reference reverse-mapping btree
Darrick J. Wong
1
-2
/
+101
2018-01-18
xfs: cross-reference inode btrees during scrub
Darrick J. Wong
1
-0
/
+73
2018-01-18
xfs: cross-reference with the bnobt
Darrick J. Wong
1
-0
/
+2
2018-01-18
xfs: introduce scrubber cross-referencing stubs
Darrick J. Wong
1
-0
/
+15
[next]