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
/
repair.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
-9
/
+9
2021-07-03
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-6
/
+8
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
1
-5
/
+5
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
1
-2
/
+3
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
1
-2
/
+2
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
-1
/
+1
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
1
-3
/
+2
2021-03-26
xfs: fix uninitialized variables in xrep_calc_ag_resblks
Darrick J. Wong
1
-1
/
+5
2020-07-29
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
1
-2
/
+2
2020-07-29
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
1
-3
/
+3
2020-03-18
xfs: rename xfs_bitmap to xbitmap
Darrick J. Wong
1
-8
/
+8
2020-03-18
xfs: xrep_reap_extents should not destroy the bitmap
Darrick J. Wong
1
-3
/
+1
2020-03-11
xfs: remove XFS_BUF_TO_AGF
Christoph Hellwig
1
-3
/
+5
2020-01-27
xfs: remove unnecessary null pointer checks from _read_agf callers
Darrick J. Wong
1
-2
/
+0
2020-01-27
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
1
-2
/
+6
2019-08-30
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
1
-2
/
+2
2019-08-28
xfs: log proper length of btree block in scrub/repair
Eric Sandeen
1
-1
/
+1
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
-8
/
+0
2019-06-12
xfs: remove unused flag arguments
Eric Sandeen
1
-1
/
+1
2019-04-26
xfs: fix broken bhold behavior in xrep_roll_ag_trans
Darrick J. Wong
1
-17
/
+8
2019-04-16
xfs: hoist the already_fixed variable to the scrub context
Darrick J. Wong
1
-3
/
+2
2019-04-16
xfs: collapse scrub bool state flags into a single unsigned int
Darrick J. Wong
1
-2
/
+2
2019-02-12
xfs: use buf ops magic to detect btree block type
Darrick J. Wong
1
-1
/
+2
2019-02-04
xfs: set buffer ops when repair probes for btree type
Darrick J. Wong
1
-3
/
+8
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
1
-3
/
+1
2018-12-12
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
1
-25
/
+25
2018-10-18
xfs: fix buffer state management in xrep_findroot_block
Darrick J. Wong
1
-14
/
+57
2018-10-18
xfs: xrep_findroot_block should reject root blocks with siblings
Darrick J. Wong
1
-13
/
+48
2018-08-14
xfs: sanity check ag header values in xrep_calc_ag_resblks
Darrick J. Wong
1
-19
/
+27
2018-08-10
xfs: repair the AGF
Darrick J. Wong
1
-9
/
+18
2018-07-31
xfs: refactor the xrep_extent_list into xfs_bitmap
Darrick J. Wong
1
-47
/
+38
2018-07-30
xfs: move the repair extent list into its own file
Darrick J. Wong
1
-193
/
+1
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
1
-74
/
+74
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
1
-18
/
+18
2018-07-23
xfs: shorten xfs_repair_ prefix to xrep_
Darrick J. Wong
1
-82
/
+82
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
1
-2
/
+2
2018-07-23
xfs: clean up xfs_btree_del_cursor callers
Darrick J. Wong
1
-4
/
+3
2018-07-23
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
1
-1
/
+1
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-15
/
+1
2018-05-30
xfs: add helpers to attach quotas to inodes
Darrick J. Wong
1
-0
/
+61
2018-05-30
xfs: recover AG btree roots from rmap data
Darrick J. Wong
1
-0
/
+190
2018-05-30
xfs: add helpers to dispose of old btree blocks after a repair
Darrick J. Wong
1
-0
/
+251
2018-05-30
xfs: add helpers to collect and sift btree block pointers during repair
Darrick J. Wong
1
-0
/
+217
2018-05-30
xfs: add helpers to allocate and initialize fresh btree roots
Darrick J. Wong
1
-0
/
+80
2018-05-30
xfs: add helpers to deal with transaction allocation and rolling
Darrick J. Wong
1
-0
/
+160
2018-05-16
xfs: implement the metadata repair ioctl flag
Darrick J. Wong
1
-0
/
+130