index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ubifs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-12
xfs: remove the for_each_xbitmap_ helpers
Darrick J. Wong
4
-94
/
+180
2023-04-12
xfs: don't load local xattr values during scrub
Darrick J. Wong
1
-0
/
+8
2023-04-12
xfs: only allocate free space bitmap for xattr scrub if needed
Darrick J. Wong
1
-3
/
+28
2023-04-12
xfs: clean up xattr scrub initialization
Darrick J. Wong
1
-17
/
+17
2023-04-12
xfs: check used space of shortform xattr structures
Darrick J. Wong
2
-5
/
+76
2023-04-12
xfs: move xattr scrub buffer allocation to top level function
Darrick J. Wong
1
-8
/
+7
2023-04-12
xfs: remove flags argument from xchk_setup_xattr_buf
Darrick J. Wong
1
-10
/
+8
2023-04-12
xfs: split valuebuf from xchk_xattr_buf.buf
Darrick J. Wong
2
-64
/
+46
2023-04-12
xfs: split usedmap from xchk_xattr_buf.buf
Darrick J. Wong
2
-35
/
+26
2023-04-12
xfs: split freemap from xchk_xattr_buf.buf
Darrick J. Wong
4
-19
/
+49
2023-04-12
xfs: remove unnecessary dstmap in xattr scrubber
Darrick J. Wong
2
-15
/
+4
2023-04-12
xfs: don't shadow @leaf in xchk_xattr_block
Darrick J. Wong
1
-3
/
+3
2023-04-12
xfs: xattr scrub should ensure one namespace bit per name
Darrick J. Wong
1
-1
/
+7
2023-04-12
xfs: check for reverse mapping records that could be merged
Darrick J. Wong
1
-0
/
+52
2023-04-12
xfs: check overlapping rmap btree records
Darrick J. Wong
1
-2
/
+72
2023-04-12
xfs: flag refcount btree records that could be merged
Darrick J. Wong
1
-0
/
+44
2023-04-12
xfs: flag free space btree records that could be merged
Darrick J. Wong
1
-1
/
+28
2023-04-12
xfs: don't call xchk_bmap_check_rmaps for btree-format file forks
Darrick J. Wong
1
-16
/
+14
2023-04-12
xfs: split the xchk_bmap_check_rmaps into a predicate
Darrick J. Wong
1
-22
/
+38
2023-04-12
xfs: alert the user about data/attr fork mappings that could be merged
Darrick J. Wong
1
-0
/
+11
2023-04-12
xfs: split xchk_bmap_xref_rmap into two functions
Darrick J. Wong
1
-40
/
+76
2023-04-12
xfs: accumulate iextent records when checking bmap
Darrick J. Wong
2
-78
/
+107
2023-04-12
xfs: change bmap scrubber to store the previous mapping
Darrick J. Wong
1
-5
/
+18
2023-04-12
xfs: don't take the MMAPLOCK when scrubbing file metadata
Darrick J. Wong
3
-6
/
+14
2023-04-12
xfs: retain the AGI when we can't iget an inode to scrub the core
Darrick J. Wong
3
-24
/
+156
2023-04-12
xfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
Darrick J. Wong
4
-8
/
+10
2023-04-12
xfs: fix an inode lookup race in xchk_get_inode
Darrick J. Wong
4
-46
/
+205
2023-04-12
xfs: manage inode DONTCACHE status at irele time
Darrick J. Wong
5
-24
/
+60
2023-04-12
xfs: fix parent pointer scrub racing with subdirectory reparenting
Darrick J. Wong
3
-84
/
+57
2023-04-12
xfs: simplify xchk_parent_validate
Darrick J. Wong
1
-77
/
+23
2023-04-12
xfs: remove xchk_parent_count_parent_dentries
Darrick J. Wong
1
-29
/
+13
2023-04-12
xfs: always check the existence of a dirent's child inode
Darrick J. Wong
1
-45
/
+28
2023-04-12
xfs: xfs_iget in the directory scrubber needs to use UNTRUSTED
Darrick J. Wong
1
-1
/
+3
2023-04-12
xfs: streamline the directory iteration code for scrub
Darrick J. Wong
5
-183
/
+473
2023-04-12
xfs: use the directory name hash function for dir scrubbing
Darrick J. Wong
1
-1
/
+6
2023-04-12
xfs: ensure that single-owner file blocks are not owned by others
Darrick J. Wong
1
-1
/
+13
2023-04-12
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
8
-93
/
+182
2023-04-12
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
Darrick J. Wong
3
-42
/
+62
2023-04-12
xfs: directly cross-reference the inode btrees with each other
Darrick J. Wong
1
-27
/
+198
2023-04-12
xfs: clean up broken eearly-exit code in the inode btree scrubber
Darrick J. Wong
1
-25
/
+17
2023-04-12
xfs: remove pointless shadow variable from xfs_difree_inobt
Darrick J. Wong
1
-2
/
+0
2023-04-12
xfs: ensure that all metadata and data blocks are not cow staging extents
Darrick J. Wong
7
-4
/
+39
2023-04-12
xfs: check the reference counts of gaps in the refcount btree
Darrick J. Wong
1
-5
/
+90
2023-04-12
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
10
-40
/
+142
2023-04-12
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
17
-43
/
+249
2023-04-12
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
3
-45
/
+91
2023-04-12
xfs: refactor converting btree irec to btree key
Darrick J. Wong
1
-8
/
+15
2023-04-12
xfs: always scrub record/key order of interior records
Darrick J. Wong
2
-7
/
+15
2023-04-12
xfs: check btree keys reflect the child block
Darrick J. Wong
1
-1
/
+48
2023-04-12
xfs: detect unwritten bit set in rmapbt node block keys
Darrick J. Wong
3
-0
/
+65
[next]