index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix zero byte checking in the superblock scrubber
Darrick J. Wong
2024-12-13
1
-2
/
+29
*
xfs: check pre-metadir fields correctly
Darrick J. Wong
2024-12-13
1
-13
/
+27
*
xfs: don't move nondir/nonreg temporary repair files to the metadir namespace
Darrick J. Wong
2024-12-13
1
-1
/
+11
*
xfs: fix scrub tracepoints when inode-rooted btrees are involved
Darrick J. Wong
2024-12-13
1
-1
/
+1
*
xfs: mark metadir repair tempfiles with IRECOVERY
Darrick J. Wong
2024-12-13
1
-2
/
+8
*
xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlink
Darrick J. Wong
2024-12-13
1
-1
/
+2
*
xfs: separate healthy clearing mask during repair
Darrick J. Wong
2024-12-13
2
-24
/
+39
*
xfs: return a 64-bit block count from xfs_btree_count_blocks
Darrick J. Wong
2024-12-13
5
-10
/
+10
*
xfs: keep quota directory inode loaded
Darrick J. Wong
2024-12-13
1
-31
/
+6
*
xfs: metapath scrubber should use the already loaded inodes
Darrick J. Wong
2024-12-13
1
-16
/
+25
*
xfs: update sb field checks when metadir is turned on
Darrick J. Wong
2024-11-05
1
-12
/
+24
*
xfs: scrub quota file metapaths
Darrick J. Wong
2024-11-05
1
-0
/
+76
*
xfs: move the min and max group block numbers to xfs_group
Darrick J. Wong
2024-11-05
3
-7
/
+7
*
xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
Darrick J. Wong
2024-11-05
1
-2
/
+9
*
xfs: scrub metadir paths for rtgroup metadata
Darrick J. Wong
2024-11-05
1
-0
/
+92
*
xfs: repair realtime group superblock
Darrick J. Wong
2024-11-05
3
-1
/
+20
*
xfs: scrub the realtime group superblock
Darrick J. Wong
2024-11-05
7
-1
/
+84
*
xfs: don't coalesce file mappings that cross rtgroup boundaries in scrub
Darrick J. Wong
2024-11-05
1
-1
/
+15
*
xfs: encode the rtsummary in big endian format
Darrick J. Wong
2024-11-05
1
-0
/
+5
*
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
2024-11-05
1
-2
/
+13
*
xfs: record rt group metadata errors in the health system
Darrick J. Wong
2024-11-05
1
-11
/
+20
*
xfs: add frextents to the lazysbcounters when rtgroups enabled
Darrick J. Wong
2024-11-05
1
-4
/
+5
*
xfs: make RT extent numbers relative to the rtgroup
Christoph Hellwig
2024-11-05
2
-8
/
+7
*
xfs: refactor xfs_rtsummary_blockcount
Christoph Hellwig
2024-11-05
1
-6
/
+2
*
xfs: refactor xfs_rtbitmap_blockcount
Christoph Hellwig
2024-11-05
2
-7
/
+3
*
xfs: calculate RT bitmap and summary blocks based on sb_rextents
Christoph Hellwig
2024-11-05
2
-3
/
+5
*
xfs: move RT bitmap and summary information to the rtgroup
Christoph Hellwig
2024-11-05
7
-81
/
+108
*
xfs: add rtgroup-based realtime scrubbing context management
Darrick J. Wong
2024-11-05
6
-0
/
+181
*
xfs: repair metadata directory file path connectivity
Darrick J. Wong
2024-11-05
4
-3
/
+358
*
xfs: confirm dotdot target before replacing it during a repair
Darrick J. Wong
2024-11-05
1
-4
/
+8
*
xfs: check metadata directory file path connectivity
Darrick J. Wong
2024-11-05
8
-1
/
+224
*
xfs: move repair temporary files to the metadata directory tree
Darrick J. Wong
2024-11-05
3
-0
/
+105
*
xfs: check the metadata directory inumber in superblocks
Darrick J. Wong
2024-11-05
1
-0
/
+5
*
xfs: scrub metadata directories
Darrick J. Wong
2024-11-05
6
-3
/
+56
*
xfs: fix di_metatype field of inodes that won't load
Darrick J. Wong
2024-11-05
2
-3
/
+12
*
xfs: adjust parent pointer scrubber for sb-rooted metadata files
Darrick J. Wong
2024-11-05
2
-4
/
+39
*
xfs: metadata files can have xattrs if metadir is enabled
Darrick J. Wong
2024-11-05
2
-9
/
+26
*
xfs: do not count metadata directory files when doing online quotacheck
Darrick J. Wong
2024-11-05
1
-2
/
+5
*
xfs: refactor directory tree root predicates
Darrick J. Wong
2024-11-05
13
-45
/
+76
*
xfs: hide metadata inodes from everyone because they are special
Darrick J. Wong
2024-11-05
1
-0
/
+8
*
xfs: enforce metadata inode flag
Darrick J. Wong
2024-11-05
3
-4
/
+42
*
xfs: define the on-disk format for the metadir feature
Darrick J. Wong
2024-11-05
2
-4
/
+7
*
xfs: standardize EXPERIMENTAL warning generation
Darrick J. Wong
2024-11-05
1
-2
/
+1
*
xfs: rename metadata inode predicates
Darrick J. Wong
2024-11-05
6
-6
/
+6
*
xfs: add a generic group pointer to the btree cursor
Christoph Hellwig
2024-11-05
9
-18
/
+23
*
xfs: convert busy extent tracking to the generic group structure
Christoph Hellwig
2024-11-05
2
-4
/
+7
*
xfs: return the busy generation from xfs_extent_busy_list_empty
Christoph Hellwig
2024-11-05
1
-6
/
+3
*
xfs: move the online repair rmap hooks to the generic group structure
Christoph Hellwig
2024-11-05
1
-2
/
+2
*
xfs: move draining of deferred operations to the generic group structure
Christoph Hellwig
2024-11-05
1
-2
/
+2
*
xfs: move metadata health tracking to the generic group structure
Christoph Hellwig
2024-11-05
1
-4
/
+4
[next]