index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-05
xfs: update sb field checks when metadir is turned on
Darrick J. Wong
1
-12
/
+24
2024-11-05
xfs: scrub quota file metapaths
Darrick J. Wong
1
-0
/
+76
2024-11-05
xfs: move the min and max group block numbers to xfs_group
Darrick J. Wong
3
-7
/
+7
2024-11-05
xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
Darrick J. Wong
1
-2
/
+9
2024-11-05
xfs: scrub metadir paths for rtgroup metadata
Darrick J. Wong
1
-0
/
+92
2024-11-05
xfs: repair realtime group superblock
Darrick J. Wong
3
-1
/
+20
2024-11-05
xfs: scrub the realtime group superblock
Darrick J. Wong
7
-1
/
+84
2024-11-05
xfs: don't coalesce file mappings that cross rtgroup boundaries in scrub
Darrick J. Wong
1
-1
/
+15
2024-11-05
xfs: encode the rtsummary in big endian format
Darrick J. Wong
1
-0
/
+5
2024-11-05
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
1
-2
/
+13
2024-11-05
xfs: record rt group metadata errors in the health system
Darrick J. Wong
1
-11
/
+20
2024-11-05
xfs: add frextents to the lazysbcounters when rtgroups enabled
Darrick J. Wong
1
-4
/
+5
2024-11-05
xfs: make RT extent numbers relative to the rtgroup
Christoph Hellwig
2
-8
/
+7
2024-11-05
xfs: refactor xfs_rtsummary_blockcount
Christoph Hellwig
1
-6
/
+2
2024-11-05
xfs: refactor xfs_rtbitmap_blockcount
Christoph Hellwig
2
-7
/
+3
2024-11-05
xfs: calculate RT bitmap and summary blocks based on sb_rextents
Christoph Hellwig
2
-3
/
+5
2024-11-05
xfs: move RT bitmap and summary information to the rtgroup
Christoph Hellwig
7
-81
/
+108
2024-11-05
xfs: add rtgroup-based realtime scrubbing context management
Darrick J. Wong
6
-0
/
+181
2024-11-05
xfs: repair metadata directory file path connectivity
Darrick J. Wong
4
-3
/
+358
2024-11-05
xfs: confirm dotdot target before replacing it during a repair
Darrick J. Wong
1
-4
/
+8
2024-11-05
xfs: check metadata directory file path connectivity
Darrick J. Wong
8
-1
/
+224
2024-11-05
xfs: move repair temporary files to the metadata directory tree
Darrick J. Wong
3
-0
/
+105
2024-11-05
xfs: check the metadata directory inumber in superblocks
Darrick J. Wong
1
-0
/
+5
2024-11-05
xfs: scrub metadata directories
Darrick J. Wong
6
-3
/
+56
2024-11-05
xfs: fix di_metatype field of inodes that won't load
Darrick J. Wong
2
-3
/
+12
2024-11-05
xfs: adjust parent pointer scrubber for sb-rooted metadata files
Darrick J. Wong
2
-4
/
+39
2024-11-05
xfs: metadata files can have xattrs if metadir is enabled
Darrick J. Wong
2
-9
/
+26
2024-11-05
xfs: do not count metadata directory files when doing online quotacheck
Darrick J. Wong
1
-2
/
+5
2024-11-05
xfs: refactor directory tree root predicates
Darrick J. Wong
13
-45
/
+76
2024-11-05
xfs: hide metadata inodes from everyone because they are special
Darrick J. Wong
1
-0
/
+8
2024-11-05
xfs: enforce metadata inode flag
Darrick J. Wong
3
-4
/
+42
2024-11-05
xfs: define the on-disk format for the metadir feature
Darrick J. Wong
2
-4
/
+7
2024-11-05
xfs: standardize EXPERIMENTAL warning generation
Darrick J. Wong
1
-2
/
+1
2024-11-05
xfs: rename metadata inode predicates
Darrick J. Wong
6
-6
/
+6
2024-11-05
xfs: add a generic group pointer to the btree cursor
Christoph Hellwig
9
-18
/
+23
2024-11-05
xfs: convert busy extent tracking to the generic group structure
Christoph Hellwig
2
-4
/
+7
2024-11-05
xfs: return the busy generation from xfs_extent_busy_list_empty
Christoph Hellwig
1
-6
/
+3
2024-11-05
xfs: move the online repair rmap hooks to the generic group structure
Christoph Hellwig
1
-2
/
+2
2024-11-05
xfs: move draining of deferred operations to the generic group structure
Christoph Hellwig
1
-2
/
+2
2024-11-05
xfs: move metadata health tracking to the generic group structure
Christoph Hellwig
1
-4
/
+4
2024-11-05
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
5
-22
/
+14
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
10
-69
/
+70
2024-11-05
xfs: convert remaining trace points to pass pag structures
Christoph Hellwig
6
-38
/
+36
2024-11-05
xfs: pass the pag to the xrep_newbt_extent_class tracepoints
Christoph Hellwig
3
-29
/
+24
2024-11-05
xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace points
Christoph Hellwig
2
-16
/
+15
2024-11-05
xfs: pass objects to the xrep_ibt_walk_rmap tracepoint
Christoph Hellwig
2
-22
/
+11
2024-11-05
xfs: constify pag arguments to trace points
Christoph Hellwig
1
-15
/
+19
2024-11-05
xfs: remove the unused xrep_bmap_walk_rmap trace point
Christoph Hellwig
1
-1
/
+0
2024-11-05
xfs: add a xfs_agino_to_ino helper
Christoph Hellwig
4
-19
/
+8
2024-11-05
xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
Christoph Hellwig
10
-48
/
+31
[next]