index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
repair.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix corruptions in the directory tree
Darrick J. Wong
2024-04-24
1
-0
/
+4
*
xfs: online repair of symbolic links
Darrick J. Wong
2024-04-15
1
-0
/
+8
*
xfs: move files to orphanage instead of letting nlinks drop to zero
Darrick J. Wong
2024-04-15
1
-0
/
+2
*
xfs: online repair of parent pointers
Darrick J. Wong
2024-04-15
1
-0
/
+4
*
xfs: online repair of directories
Darrick J. Wong
2024-04-15
1
-0
/
+4
*
xfs: repair extended attributes
Darrick J. Wong
2024-04-15
1
-0
/
+6
*
xfs: online repair of realtime summaries
Darrick J. Wong
2024-04-15
1
-0
/
+3
*
xfs: port refcount repair to the new refcount bag structure
Darrick J. Wong
2024-02-22
1
-0
/
+2
*
xfs: hook live rmap operations during a repair operation
Darrick J. Wong
2024-02-22
1
-0
/
+4
*
xfs: create a shadow rmap btree during rmap repair
Darrick J. Wong
2024-02-22
1
-0
/
+2
*
xfs: repair the rmapbt
Darrick J. Wong
2024-02-22
1
-1
/
+5
*
xfs: repair summary counters
Darrick J. Wong
2024-02-22
1
-0
/
+2
*
xfs: teach repair to fix file nlinks
Darrick J. Wong
2024-02-22
1
-0
/
+2
*
xfs: repair dquots based on live quotacheck results
Darrick J. Wong
2024-02-22
1
-0
/
+5
*
xfs: repair quotas
Darrick J. Wong
2023-12-15
1
-0
/
+7
*
xfs: online repair of realtime bitmaps
Darrick J. Wong
2023-12-15
1
-0
/
+7
*
xfs: repair the inode core and forks of a metadata inode
Darrick J. Wong
2023-12-15
1
-0
/
+2
*
xfs: repair problems in CoW forks
Darrick J. Wong
2023-12-15
1
-0
/
+2
*
xfs: refactor repair forcing tests into a repair.c helper
Darrick J. Wong
2023-12-15
1
-0
/
+2
*
xfs: repair inode fork block mapping data structures
Darrick J. Wong
2023-12-15
1
-0
/
+6
*
xfs: reintroduce reaping of file metadata blocks to xrep_reap_extents
Darrick J. Wong
2023-12-15
1
-0
/
+1
*
xfs: repair inode records
Darrick J. Wong
2023-12-15
1
-0
/
+20
*
xfs: disable online repair quota helpers when quota not enabled
Darrick J. Wong
2023-12-15
1
-0
/
+9
*
xfs: repair refcount btrees
Darrick J. Wong
2023-12-15
1
-0
/
+2
*
xfs: repair inode btrees
Darrick J. Wong
2023-12-15
1
-0
/
+17
*
xfs: repair free space btrees
Darrick J. Wong
2023-12-15
1
-0
/
+24
*
xfs: track usage statistics of online fsck
Darrick J. Wong
2023-08-10
1
-2
/
+5
*
xfs: reap large AG metadata extents when possible
Darrick J. Wong
2023-08-10
1
-0
/
+9
*
xfs: only invalidate blocks if we're going to free them
Darrick J. Wong
2023-08-10
1
-1
/
+0
*
xfs: move the post-repair block reaping code to a separate file
Darrick J. Wong
2023-08-10
1
-2
/
+0
*
xfs: cull repair code that will never get used
Darrick J. Wong
2023-08-10
1
-6
/
+0
*
xfs: introduce bitmap type for AG blocks
Darrick J. Wong
2023-04-12
1
-0
/
+1
*
xfs: update copyright years for scrub/ files
Darrick J. Wong
2023-04-12
1
-1
/
+1
*
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
2023-04-12
1
-2
/
+2
*
xfs: stricter btree height checking when scanning for btree roots
Darrick J. Wong
2021-10-14
1
-0
/
+3
*
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2021-04-09
1
-3
/
+3
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-29
1
-1
/
+3
*
xfs: rename xfs_bitmap to xbitmap
Darrick J. Wong
2020-03-18
1
-3
/
+3
*
xfs: remove bogus assertion when online repair isn't enabled
Darrick J. Wong
2020-01-09
1
-1
/
+0
*
xfs: hoist the already_fixed variable to the scrub context
Darrick J. Wong
2019-04-16
1
-3
/
+2
*
xfs: use buf ops magic to detect btree block type
Darrick J. Wong
2019-02-12
1
-3
/
+0
*
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
2018-12-12
1
-3
/
+4
*
xfs: repair the AGI
Darrick J. Wong
2018-08-10
1
-0
/
+2
*
xfs: repair the AGFL
Darrick J. Wong
2018-08-10
1
-0
/
+2
*
xfs: repair the AGF
Darrick J. Wong
2018-08-10
1
-0
/
+2
*
xfs: refactor the xrep_extent_list into xfs_bitmap
Darrick J. Wong
2018-07-31
1
-5
/
+3
*
xfs: move the repair extent list into its own file
Darrick J. Wong
2018-07-30
1
-26
/
+1
*
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
2018-07-23
1
-16
/
+12
*
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
2018-07-23
1
-19
/
+19
*
xfs: shorten xfs_repair_ prefix to xrep_
Darrick J. Wong
2018-07-23
1
-37
/
+37
[next]