index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
agheader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
2023-04-11
1
-5
/
+5
*
xfs: ensure that all metadata and data blocks are not cow staging extents
Darrick J. Wong
2023-04-11
1
-0
/
+5
*
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
2023-04-11
1
-0
/
+9
*
xfs: update copyright years for scrub/ files
Darrick J. Wong
2023-04-11
1
-1
/
+1
*
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
2023-04-11
1
-2
/
+2
*
xfs: standardize GFP flags usage in online scrub
Darrick J. Wong
2022-11-16
1
-1
/
+1
*
xfs: don't track the AGFL buffer in the scrub AG context
Darrick J. Wong
2022-11-16
1
-18
/
+29
*
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
2022-07-07
1
-3
/
+3
*
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
1
-10
/
+9
*
xfs: fix online fsck handling of v5 feature bits on secondary supers
Darrick J. Wong
2022-01-12
1
-27
/
+26
*
xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
Darrick J. Wong
2021-10-19
1
-2
/
+2
*
xfs: stricter btree height checking when looking for errors
Darrick J. Wong
2021-10-14
1
-6
/
+7
*
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
1
-3
/
+3
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-6
/
+6
*
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-18
1
-1
/
+1
*
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
2021-08-18
1
-1
/
+1
*
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-08-09
1
-7
/
+16
*
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-07-02
1
-0
/
+1
|
\
|
*
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-02
1
-0
/
+1
*
|
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-26
1
-0
/
+1
|
/
*
xfs: don't check agf_btreeblks on pre-lazysbcount filesystems
Darrick J. Wong
2021-04-29
1
-1
/
+6
*
xfs: remove return value from xchk_ag_btcur_init
Darrick J. Wong
2021-03-25
1
-12
/
+3
*
xfs: set the scrub AG number in xchk_ag_read_headers
Darrick J. Wong
2021-03-25
1
-12
/
+6
*
xfs: support inode btree blockcounts in online scrub
Darrick J. Wong
2020-09-15
1
-0
/
+30
*
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
2020-03-11
1
-1
/
+1
*
xfs: remove XFS_BUF_TO_AGF
Christoph Hellwig
2020-03-11
1
-7
/
+7
*
xfs: remove XFS_BUF_TO_AGI
Christoph Hellwig
2020-03-11
1
-2
/
+2
*
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
2019-08-29
1
-2
/
+2
*
xfs: create iterator error codes
Darrick J. Wong
2019-07-02
1
-2
/
+2
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-7
/
+0
*
xfs: scrub should check incore counters against ondisk headers
Darrick J. Wong
2019-04-26
1
-0
/
+20
*
xfs: fix backwards endian conversion in scrub
Darrick J. Wong
2019-02-25
1
-1
/
+1
*
xfs: add xfs_verify_agino_or_null helper
Darrick J. Wong
2019-02-11
1
-5
/
+3
*
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
2018-12-12
1
-18
/
+7
*
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
-16
/
+16
*
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
2018-07-23
1
-159
/
+159
*
xfs: move various type verifiers to common file
Dave Chinner
2018-06-08
1
-1
/
+1
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-15
/
+1
*
xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
Darrick J. Wong
2018-05-15
1
-65
/
+13
*
xfs: superblock scrub should use short-lived buffers
Darrick J. Wong
2018-05-15
1
-3
/
+1
*
xfs: clean up scrub usage of KM_NOFS
Darrick J. Wong
2018-05-15
1
-1
/
+2
*
xfs: convert XFS_AGFL_SIZE to a helper function
Dave Chinner
2018-03-11
1
-3
/
+3
*
xfs: use memset to initialize xfs_scrub_agfl_info
Eric Sandeen
2018-02-22
1
-1
/
+2
*
xfs: scrub in-core metadata
Darrick J. Wong
2018-01-17
1
-0
/
+3
*
xfs: cross-reference refcount btree during scrub
Darrick J. Wong
2018-01-17
1
-0
/
+25
*
xfs: cross-reference reverse-mapping btree
Darrick J. Wong
2018-01-17
1
-2
/
+66
*
xfs: cross-reference inode btrees during scrub
Darrick J. Wong
2018-01-17
1
-0
/
+27
*
xfs: cross-reference bnobt records with cntbt
Darrick J. Wong
2018-01-17
1
-0
/
+33
[next]