index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
agheader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-3
/
+3
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-6
/
+6
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
1
-1
/
+1
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
1
-7
/
+16
2021-07-03
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+1
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-0
/
+1
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-04-29
xfs: don't check agf_btreeblks on pre-lazysbcount filesystems
Darrick J. Wong
1
-1
/
+6
2021-03-26
xfs: remove return value from xchk_ag_btcur_init
Darrick J. Wong
1
-12
/
+3
2021-03-26
xfs: set the scrub AG number in xchk_ag_read_headers
Darrick J. Wong
1
-12
/
+6
2020-09-16
xfs: support inode btree blockcounts in online scrub
Darrick J. Wong
1
-0
/
+30
2020-03-11
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
1
-1
/
+1
2020-03-11
xfs: remove XFS_BUF_TO_AGF
Christoph Hellwig
1
-7
/
+7
2020-03-11
xfs: remove XFS_BUF_TO_AGI
Christoph Hellwig
1
-2
/
+2
2019-08-30
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
1
-2
/
+2
2019-07-02
xfs: create iterator error codes
Darrick J. Wong
1
-2
/
+2
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-7
/
+0
2019-04-26
xfs: scrub should check incore counters against ondisk headers
Darrick J. Wong
1
-0
/
+20
2019-02-25
xfs: fix backwards endian conversion in scrub
Darrick J. Wong
1
-1
/
+1
2019-02-12
xfs: add xfs_verify_agino_or_null helper
Darrick J. Wong
1
-5
/
+3
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
1
-18
/
+7
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
-16
/
+16
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
1
-159
/
+159
2018-06-08
xfs: move various type verifiers to common file
Dave Chinner
1
-1
/
+1
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-15
/
+1
2018-05-16
xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
Darrick J. Wong
1
-65
/
+13
2018-05-16
xfs: superblock scrub should use short-lived buffers
Darrick J. Wong
1
-3
/
+1
2018-05-16
xfs: clean up scrub usage of KM_NOFS
Darrick J. Wong
1
-1
/
+2
2018-03-12
xfs: convert XFS_AGFL_SIZE to a helper function
Dave Chinner
1
-3
/
+3
2018-02-23
xfs: use memset to initialize xfs_scrub_agfl_info
Eric Sandeen
1
-1
/
+2
2018-01-18
xfs: scrub in-core metadata
Darrick J. Wong
1
-0
/
+3
2018-01-18
xfs: cross-reference refcount btree during scrub
Darrick J. Wong
1
-0
/
+25
2018-01-18
xfs: cross-reference reverse-mapping btree
Darrick J. Wong
1
-2
/
+66
2018-01-18
xfs: cross-reference inode btrees during scrub
Darrick J. Wong
1
-0
/
+27
2018-01-18
xfs: cross-reference bnobt records with cntbt
Darrick J. Wong
1
-0
/
+33
2018-01-18
xfs: cross-reference with the bnobt
Darrick J. Wong
1
-0
/
+96
2018-01-18
xfs: introduce scrubber cross-referencing stubs
Darrick J. Wong
1
-1
/
+62
2018-01-08
xfs: catch a few more error codes when scrubbing secondary sb
Darrick J. Wong
1
-0
/
+16
2018-01-08
xfs: move all scrub input checking to xfs_scrub_validate
Eric Sandeen
1
-17
/
+0
2017-11-10
xfs: check the uniqueness of the AGFL entries
Darrick J. Wong
1
-2
/
+61
2017-10-27
xfs: scrub the AGI
Darrick J. Wong
1
-0
/
+85
2017-10-27
xfs: scrub AGF and AGFL
Darrick J. Wong
1
-0
/
+184
2017-10-27
xfs: scrub the secondary superblocks
Darrick J. Wong
1
-0
/
+330