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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-11
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
3
-45
/
+91
2023-04-11
xfs: always scrub record/key order of interior records
Darrick J. Wong
2
-7
/
+15
2023-04-11
xfs: refactor converting btree irec to btree key
Darrick J. Wong
1
-8
/
+15
2023-04-11
xfs: check btree keys reflect the child block
Darrick J. Wong
1
-1
/
+48
2023-04-11
xfs: detect unwritten bit set in rmapbt node block keys
Darrick J. Wong
3
-0
/
+65
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
2
-6
/
+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
2
-22
/
+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 bmap btrees
Darrick J. Wong
1
-0
/
+6
2023-04-11
xfs: standardize ondisk to incore conversion for rmap btrees
Darrick J. Wong
3
-60
/
+44
2023-04-11
xfs: return a failure address from xfs_rmap_irec_offset_unpack
Darrick J. Wong
3
-15
/
+14
2023-04-11
xfs: standardize ondisk to incore conversion for refcount btrees
Darrick J. Wong
3
-25
/
+36
2023-04-11
xfs: standardize ondisk to incore conversion for inode btrees
Darrick J. Wong
5
-40
/
+43
2023-04-11
xfs: standardize ondisk to incore conversion for free space btrees
Darrick J. Wong
3
-25
/
+61
2023-04-11
xfs: scrub should use ECHRNG to signal that the drain is needed
Darrick J. Wong
8
-2
/
+21
2023-04-11
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
17
-5
/
+168
2023-04-11
xfs: clean up scrub context if scrub setup returns -EDEADLOCK
Darrick J. Wong
1
-12
/
+16
2023-04-11
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
16
-21
/
+438
2023-04-11
xfs: add a tracepoint to report incorrect extent refcounts
Darrick J. Wong
2
-1
/
+39
2023-04-11
xfs: update copyright years for scrub/ files
Darrick J. Wong
33
-33
/
+33
2023-04-11
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
33
-64
/
+64
2023-04-11
xfs: create traced helper to get extra perag references
Darrick J. Wong
9
-20
/
+22
2023-04-11
xfs: give xfs_refcount_intent its own perag reference
Darrick J. Wong
3
-23
/
+50
2023-04-11
xfs: give xfs_rmap_intent its own perag reference
Darrick J. Wong
3
-21
/
+44
2023-04-11
xfs: give xfs_extfree_intent its own perag reference
Darrick J. Wong
3
-22
/
+47
2023-04-11
xfs: pass per-ag references to xfs_free_extent
Darrick J. Wong
7
-24
/
+28
2023-04-11
xfs: give xfs_bmap_intent its own perag reference
Darrick J. Wong
3
-1
/
+33
2023-04-05
xfs: remove xfs_filemap_map_pages() wrapper
Matthew Wilcox (Oracle)
1
-16
/
+1
2023-04-03
fs: add FMODE_DIO_PARALLEL_WRITE flag
Jens Axboe
1
-1
/
+2
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-24
xfs: pass the correct cursor to xfs_iomap_prealloc_size
Darrick J. Wong
1
-1
/
+4
2023-03-19
xfs: test dir/attr hash when loading module
Darrick J. Wong
4
-0
/
+680
2023-03-19
xfs: add tracepoints for each of the externally visible allocators
Darrick J. Wong
2
-0
/
+24
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-03-06
fs: drop unused posix acl handlers
Christian Brauner
1
-4
/
+0
2023-03-05
xfs: fix off-by-one-block in xfs_discard_folio()
Dave Chinner
1
-7
/
+14
2023-03-05
xfs: quotacheck failure can race with background inode inactivation
Dave Chinner
1
-14
/
+26
2023-02-28
Merge tag 'xfs-6.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
36
-1243
/
+1536
2023-02-27
xfs: restore old agirotor behavior
Darrick J. Wong
1
-1
/
+2
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-22
Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
18
-410
/
+375
2023-02-22
Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+2
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
17
-90
/
+89
2023-02-14
xfs: fix uninitialized variable access
Darrick J. Wong
1
-0
/
+1
2023-02-13
xfs: refactor the filestreams allocator pick functions
Dave Chinner
2
-132
/
+145
[prev]
[next]