index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-6
/
+13
2026-08-17
Merge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
25
-346
/
+492
2026-08-17
Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-6
/
+6
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-5
/
+5
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+2
2026-08-17
Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-19
/
+44
2026-08-15
xfs: avoid double deferrals for RWF_DONTCACHE writes
Tal Zussman
1
-2
/
+13
2026-08-10
xfs: validate attr entry pointer before field access
Hongling Zeng
1
-0
/
+14
2026-08-10
xfs: check split_sectors validity before bio_split call
Hongling Zeng
1
-1
/
+1
2026-08-10
xfs: use file target for post-log fsync fallback flush
Hongling Zeng
1
-10
/
+16
2026-08-10
xfs: restore nofs context unconditionally in xfs_trans_roll
Yun Zhou
1
-7
/
+9
2026-08-10
xfs: add lockless xfs_buf_readahead_map fast path
Christoph Hellwig
1
-3
/
+13
2026-08-10
xfs: move buffer locking out of xfs_find_get_buf
Christoph Hellwig
1
-11
/
+22
2026-08-10
xfs: merge xfs_buf_reverify into xfs_buf_read_map
Christoph Hellwig
1
-43
/
+36
2026-08-10
xfs: use goto based error unwinding in xfs_buf_read_map
Christoph Hellwig
1
-23
/
+24
2026-08-10
xfs: don't reverify buffers in xfs_buf_readahead_map
Christoph Hellwig
1
-1
/
+0
2026-08-10
xfs: use WRITE_ONCE to update b_flags
Christoph Hellwig
1
-35
/
+51
2026-08-10
xfs: hide b_flags manipulation from code outside of xfs_buf.c
Christoph Hellwig
7
-13
/
+29
2026-08-10
xfs: remove _XBF_LOGRECOVERY
Christoph Hellwig
7
-19
/
+10
2026-08-10
xfs: remove spurious XBF_DONE clearing on readahead validation failure
Christoph Hellwig
2
-12
/
+11
2026-08-10
xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_buf
Christoph Hellwig
1
-12
/
+29
2026-08-10
xfs: consolidate buffer locking in xfs_buf_get_map
Christoph Hellwig
2
-41
/
+23
2026-08-10
xfs: don't get a pag reference in xfs_buf_get_map
Christoph Hellwig
1
-34
/
+10
2026-08-06
Merge tag 'xfs-fixes-7.2-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
25
-116
/
+420
2026-08-03
xfs: check v5 superblock features early
Christoph Hellwig
1
-2
/
+2
2026-08-03
xfs: add a comment to describe xfs_gc_bio.victim_rtg
Christoph Hellwig
1
-0
/
+1
2026-08-03
xfs: add a separate bio_set for spliting GC writes
Christoph Hellwig
1
-1
/
+11
2026-08-03
xfs: don't swallow dquot recovery verification errors
Long Li
1
-1
/
+1
2026-08-03
xfs: fix ilock leak on error in xfs_dq_get_next_id
Long Li
1
-1
/
+2
2026-08-03
xfs: don't ignore runtime errors in xrep_iunlink_reload_next
Darrick J. Wong
1
-10
/
+22
2026-08-03
xfs: set the prev pointer when reinserting an inode on the unlinked list
Darrick J. Wong
1
-0
/
+4
2026-08-03
xfs: fix another iunlink infinite loop bug in online fsck
Darrick J. Wong
2
-9
/
+29
2026-08-03
xfs: fix allocated inodes that show up in the unlinked list
Darrick J. Wong
2
-7
/
+57
2026-08-03
xfs: check xfarray iteration errors when committing unlinked inode lists
Darrick J. Wong
1
-0
/
+4
2026-08-03
xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callers
Darrick J. Wong
1
-2
/
+12
2026-08-03
xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prev
Darrick J. Wong
1
-1
/
+1
2026-08-03
xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
Darrick J. Wong
1
-1
/
+1
2026-08-03
xfs: don't livelock in scrub on a circular unlinked list
Darrick J. Wong
2
-10
/
+51
2026-08-03
xfs: hoist per-bucket unlinked list check to helper
Darrick J. Wong
1
-21
/
+41
2026-08-03
xfs: avoid UAF on sc->tempip in xrep_tempfile_create
Darrick J. Wong
1
-0
/
+1
2026-08-03
xfs: nlink scrub must take IOLOCK before determining ILOCK state
Darrick J. Wong
1
-6
/
+7
2026-08-03
xfs: don't zap the attr fork on repair when there are queued pptr updates
Darrick J. Wong
1
-1
/
+2
2026-08-03
xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointers
Darrick J. Wong
1
-1
/
+1
2026-08-03
xfs: don't double-lock when deleting a self-referential directory
Darrick J. Wong
1
-4
/
+18
2026-08-03
xfs: only check mergeability of bnobt records
Darrick J. Wong
1
-2
/
+3
2026-08-03
xfs: fix inverted clearance of inode junk flags
Andrey Albershteyn
1
-2
/
+2
2026-08-03
xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
Lin Jiapeng
1
-0
/
+10
2026-07-31
iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
Tal Zussman
1
-4
/
+0
2026-07-31
xfs: convert iomap ops to ->iomap_next()
Joanne Koong
2
-12
/
+31
2026-07-31
iomap: decouple simple direct I/O reads from iomap_dio_rw
Christoph Hellwig
3
-7
/
+13
[next]