index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-02
xfs: set bnobt/cntbt numrecs correctly when formatting new AGs
Darrick J. Wong
1
-10
/
+9
2023-05-02
xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof
Darrick J. Wong
1
-2
/
+3
2023-04-27
xfs: fix livelock in delayed allocation at ENOSPC
Dave Chinner
1
-1
/
+0
2023-04-14
Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/l...
Dave Chinner
2
-2
/
+34
2023-04-14
Merge tag 'scrub-merge-bmap-records-6.4_2023-04-12' of git://git.kernel.org/p...
Dave Chinner
1
-1
/
+1
2023-04-14
Merge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11' of git://git.kernel.org/p...
Dave Chinner
2
-62
/
+148
2023-04-14
Merge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11' of git://git.kernel.org/pu...
Dave Chinner
2
-37
/
+52
2023-04-14
Merge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
14
-98
/
+459
2023-04-14
Merge tag 'rmap-btree-fix-key-handling-6.4_2023-04-11' of git://git.kernel.or...
Dave Chinner
1
-10
/
+30
2023-04-14
Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/p...
Dave Chinner
2
-0
/
+31
2023-04-14
Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
13
-115
/
+274
2023-04-14
Merge tag 'scrub-drain-intents-6.4_2023-04-11' of git://git.kernel.org/pub/sc...
Dave Chinner
3
-2
/
+16
2023-04-14
Merge tag 'pass-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/li...
Dave Chinner
6
-14
/
+18
2023-04-14
Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...
Dave Chinner
11
-60
/
+67
2023-04-12
xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...
Darrick J. Wong
3
-3
/
+25
2023-04-12
xfs: don't consider future format versions valid
Dave Chinner
1
-5
/
+6
2023-04-11
xfs: stabilize the dirent name transformation function used for ascii-ci dir ...
Darrick J. Wong
2
-2
/
+34
2023-04-11
xfs: accumulate iextent records when checking bmap
Darrick J. Wong
1
-1
/
+1
2023-04-11
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
Darrick J. Wong
2
-35
/
+52
2023-04-11
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
2
-62
/
+148
2023-04-11
xfs: remove pointless shadow variable from xfs_difree_inobt
Darrick J. Wong
1
-2
/
+0
2023-04-11
xfs: implement masked btree key comparisons for _has_records scans
Darrick J. Wong
10
-40
/
+142
2023-04-11
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
14
-33
/
+239
2023-04-11
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
2
-33
/
+79
2023-04-11
xfs: refactor converting btree irec to btree key
Darrick J. Wong
1
-8
/
+15
2023-04-11
xfs: fix rm_offset flag handling in rmap keys
Darrick J. Wong
1
-10
/
+30
2023-04-11
xfs: hoist inode record alignment checks from scrub
Darrick J. Wong
1
-0
/
+4
2023-04-11
xfs: hoist rmap record flag checks from scrub
Darrick J. Wong
1
-0
/
+5
2023-04-11
xfs: complain about bad file mapping records in the ondisk bmbt
Darrick J. Wong
3
-2
/
+34
2023-04-11
xfs: hoist rmap record flag checks from scrub
Darrick J. Wong
1
-0
/
+22
2023-04-11
xfs: complain about bad records in query_range helpers
Darrick J. Wong
4
-57
/
+91
2023-04-11
xfs: standardize ondisk to incore conversion for rmap btrees
Darrick J. Wong
2
-23
/
+42
2023-04-11
xfs: return a failure address from xfs_rmap_irec_offset_unpack
Darrick J. Wong
2
-9
/
+9
2023-04-11
xfs: standardize ondisk to incore conversion for refcount btrees
Darrick J. Wong
2
-14
/
+33
2023-04-11
xfs: standardize ondisk to incore conversion for inode btrees
Darrick J. Wong
4
-20
/
+39
2023-04-11
xfs: standardize ondisk to incore conversion for free space btrees
Darrick J. Wong
2
-13
/
+49
2023-04-11
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
3
-2
/
+16
2023-04-11
xfs: create traced helper to get extra perag references
Darrick J. Wong
6
-14
/
+18
2023-04-11
xfs: give xfs_refcount_intent its own perag reference
Darrick J. Wong
2
-19
/
+18
2023-04-11
xfs: give xfs_rmap_intent its own perag reference
Darrick J. Wong
2
-18
/
+15
2023-04-11
xfs: give xfs_extfree_intent its own perag reference
Darrick J. Wong
2
-2
/
+9
2023-04-11
xfs: pass per-ag references to xfs_free_extent
Darrick J. Wong
5
-21
/
+20
2023-04-11
xfs: give xfs_bmap_intent its own perag reference
Darrick J. Wong
2
-0
/
+5
2023-03-24
xfs: fix mismerged tracepoints
Darrick J. Wong
1
-4
/
+4
2023-03-24
xfs: clear incore AGFL_RESET state if it's not needed
Darrick J. Wong
1
-0
/
+2
2023-03-19
xfs: add tracepoints for each of the externally visible allocators
Darrick J. Wong
1
-0
/
+17
2023-03-19
xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_ags
Darrick J. Wong
1
-1
/
+5
2023-03-16
xfs: try to idiot-proof the allocators
Darrick J. Wong
1
-0
/
+13
2023-02-27
xfs: restore old agirotor behavior
Darrick J. Wong
1
-1
/
+2
2023-02-13
xfs: return a referenced perag from filestreams allocator
Dave Chinner
1
-11
/
+28
[next]