index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
xfs: accumulate iextent records when checking bmap
Darrick J. Wong
2023-04-11
2
-78
/
+107
|
|
*
xfs: change bmap scrubber to store the previous mapping
Darrick J. Wong
2023-04-11
1
-5
/
+18
|
*
|
Merge tag 'scrub-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm/l...
Dave Chinner
2023-04-14
9
-101
/
+438
|
|
\
|
|
|
*
xfs: don't take the MMAPLOCK when scrubbing file metadata
Darrick J. Wong
2023-04-11
3
-6
/
+14
|
|
*
xfs: retain the AGI when we can't iget an inode to scrub the core
Darrick J. Wong
2023-04-11
3
-24
/
+156
|
|
*
xfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
Darrick J. Wong
2023-04-11
4
-8
/
+10
|
|
*
xfs: fix an inode lookup race in xchk_get_inode
Darrick J. Wong
2023-04-11
4
-46
/
+205
|
|
*
xfs: manage inode DONTCACHE status at irele time
Darrick J. Wong
2023-04-11
5
-24
/
+60
|
*
|
Merge tag 'scrub-parent-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm...
Dave Chinner
2023-04-14
3
-168
/
+71
|
|
\
|
|
|
*
xfs: fix parent pointer scrub racing with subdirectory reparenting
Darrick J. Wong
2023-04-11
3
-84
/
+57
|
|
*
xfs: simplify xchk_parent_validate
Darrick J. Wong
2023-04-11
1
-77
/
+23
|
|
*
xfs: remove xchk_parent_count_parent_dentries
Darrick J. Wong
2023-04-11
1
-29
/
+13
|
*
|
Merge tag 'scrub-dir-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/s...
Dave Chinner
2023-04-14
5
-217
/
+497
|
|
\
|
|
|
*
xfs: always check the existence of a dirent's child inode
Darrick J. Wong
2023-04-11
1
-45
/
+28
|
|
*
xfs: xfs_iget in the directory scrubber needs to use UNTRUSTED
Darrick J. Wong
2023-04-11
1
-1
/
+3
|
|
*
xfs: streamline the directory iteration code for scrub
Darrick J. Wong
2023-04-11
5
-183
/
+473
|
|
*
xfs: use the directory name hash function for dir scrubbing
Darrick J. Wong
2023-04-11
1
-1
/
+6
|
*
|
Merge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11' of git://git.kernel.org/p...
Dave Chinner
2023-04-14
9
-94
/
+195
|
|
\
|
|
|
*
xfs: ensure that single-owner file blocks are not owned by others
Darrick J. Wong
2023-04-11
1
-1
/
+13
|
|
*
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
2023-04-11
8
-93
/
+182
|
*
|
Merge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11' of git://git.kernel.org/pu...
Dave Chinner
2023-04-14
3
-88
/
+269
|
|
\
|
|
|
*
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
Darrick J. Wong
2023-04-11
3
-42
/
+62
|
|
*
xfs: directly cross-reference the inode btrees with each other
Darrick J. Wong
2023-04-11
1
-27
/
+198
|
|
*
xfs: clean up broken eearly-exit code in the inode btree scrubber
Darrick J. Wong
2023-04-11
1
-25
/
+17
|
|
*
xfs: remove pointless shadow variable from xfs_difree_inobt
Darrick J. Wong
2023-04-11
1
-2
/
+0
|
*
|
Merge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
2023-04-14
23
-129
/
+610
|
|
\
|
|
|
*
xfs: ensure that all metadata and data blocks are not cow staging extents
Darrick J. Wong
2023-04-11
7
-4
/
+39
|
|
*
xfs: check the reference counts of gaps in the refcount btree
Darrick J. Wong
2023-04-11
1
-5
/
+90
|
|
*
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
2023-04-11
10
-40
/
+142
|
|
*
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
2023-04-11
17
-43
/
+249
|
|
*
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
2023-04-11
3
-45
/
+91
|
|
*
xfs: refactor converting btree irec to btree key
Darrick J. Wong
2023-04-11
1
-8
/
+15
|
*
|
Merge tag 'scrub-btree-key-enhancements-6.4_2023-04-11' of git://git.kernel.o...
Dave Chinner
2023-04-14
2
-8
/
+63
|
|
\
|
|
|
*
xfs: always scrub record/key order of interior records
Darrick J. Wong
2023-04-11
2
-7
/
+15
|
|
*
xfs: check btree keys reflect the child block
Darrick J. Wong
2023-04-11
1
-1
/
+48
|
*
|
Merge tag 'rmap-btree-fix-key-handling-6.4_2023-04-11' of git://git.kernel.or...
Dave Chinner
2023-04-14
4
-10
/
+95
|
|
\
|
|
|
*
xfs: detect unwritten bit set in rmapbt node block keys
Darrick J. Wong
2023-04-11
3
-0
/
+65
|
|
*
xfs: fix rm_offset flag handling in rmap keys
Darrick J. Wong
2023-04-11
1
-10
/
+30
|
*
|
Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/p...
Dave Chinner
2023-04-14
4
-28
/
+31
|
|
\
|
|
|
*
xfs: hoist inode record alignment checks from scrub
Darrick J. Wong
2023-04-11
2
-6
/
+4
|
|
*
xfs: hoist rmap record flag checks from scrub
Darrick J. Wong
2023-04-11
1
-0
/
+5
|
|
*
xfs: hoist rmap record flag checks from scrub
Darrick J. Wong
2023-04-11
2
-22
/
+22
|
*
|
Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
2023-04-14
18
-198
/
+303
|
|
\
|
|
|
*
xfs: complain about bad file mapping records in the ondisk bmbt
Darrick J. Wong
2023-04-11
3
-2
/
+34
|
|
*
xfs: complain about bad records in query_range helpers
Darrick J. Wong
2023-04-11
4
-57
/
+91
|
|
*
xfs: standardize ondisk to incore conversion for bmap btrees
Darrick J. Wong
2023-04-11
1
-0
/
+6
|
|
*
xfs: standardize ondisk to incore conversion for rmap btrees
Darrick J. Wong
2023-04-11
3
-60
/
+44
|
|
*
xfs: return a failure address from xfs_rmap_irec_offset_unpack
Darrick J. Wong
2023-04-11
3
-15
/
+14
|
|
*
xfs: standardize ondisk to incore conversion for refcount btrees
Darrick J. Wong
2023-04-11
3
-25
/
+36
|
|
*
xfs: standardize ondisk to incore conversion for inode btrees
Darrick J. Wong
2023-04-11
5
-40
/
+43
[prev]
[next]