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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-23
Merge branch 'xfs-7.1-merge' into for-next
Carlos Maiolino
5
-78
/
+169
2026-03-23
Merge branch 'xfs-7.0-fixes' into for-next
Carlos Maiolino
7
-98
/
+130
2026-03-23
xfs: report cow mappings with dirty pagecache for iomap zero range
Brian Foster
1
-4
/
+22
2026-03-23
xfs: replace zero range flush with folio batch
Brian Foster
2
-18
/
+6
2026-03-23
xfs: only flush when COW fork blocks overlap data fork holes
Brian Foster
1
-6
/
+30
2026-03-23
xfs: look up cow fork extent earlier for buffered iomap_begin
Brian Foster
1
-21
/
+25
2026-03-23
xfs: flush eof folio before insert range size update
Brian Foster
1
-0
/
+17
2026-03-23
iomap, xfs: lift zero range hole mapping flush into xfs
Brian Foster
2
-4
/
+23
2026-03-23
xfs: flush dirty pagecache over hole in zoned mode zero range
Brian Foster
1
-0
/
+19
2026-03-23
xfs: fix iomap hole map reporting for zoned zero range
Brian Foster
1
-8
/
+10
2026-03-23
xfs: remove redundant validation in xlog_recover_attri_commit_pass2
Long Li
1
-46
/
+0
2026-03-23
xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
Long Li
1
-2
/
+2
2026-03-23
xfs: close crash window in attr dabtree inactivation
Long Li
1
-38
/
+57
2026-03-23
xfs: factor out xfs_attr3_leaf_init
Long Li
2
-0
/
+25
2026-03-23
xfs: factor out xfs_attr3_node_entry_remove
Long Li
2
-11
/
+44
2026-03-23
xfs: only assert new size for datafork during truncate extents
Long Li
1
-1
/
+2
2026-03-23
xfs: Use xarray to track SB UUIDs instead of plain array.
Lukas Herbolt
2
-39
/
+39
2026-03-23
fanotify: replace deprecated strcpy in fanotify_info_copy_{name,name2}
Thorsten Blum
1
-2
/
+3
2026-03-22
ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()
Namjae Jeon
1
-8
/
+12
2026-03-22
ksmbd: fix memory leaks and NULL deref in smb2_lock()
Werner Kasselman
1
-9
/
+18
2026-03-22
ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()
Werner Kasselman
1
-27
/
+45
2026-03-22
ksmbd: do not expire session on binding failure
Hyunwoo Kim
1
-2
/
+8
2026-03-22
Merge tag 'v7.0-rc5' into driver-core-next
Danilo Krummrich
33
-109
/
+495
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
18
-40
/
+341
2026-03-20
Merge tag 'execve-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-3
/
+6
2026-03-20
Merge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-33
/
+21
2026-03-20
Merge tag 'v7.0-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-8
/
+18
2026-03-20
writeback: don't block sync for filesystems with no data integrity guarantees
Joanne Koong
3
-9
/
+14
2026-03-19
smb: client: fix generic/694 due to wrong ->i_blocks
Paulo Alcantara
4
-32
/
+16
2026-03-19
udf: fix partition descriptor append bookkeeping
Seohyeon Maeng
1
-1
/
+3
2026-03-19
netfs: Fix read abandonment during retry
David Howells
1
-1
/
+4
2026-03-19
vfs: fix docstring of hash_name()
Jori Koolstra
1
-2
/
+8
2026-03-18
hfsplus: validate b-tree node 0 bitmap at mount time
Shardul Bankar
1
-0
/
+60
2026-03-18
hfsplus: refactor b-tree map page access and add node-type validation
Shardul Bankar
1
-47
/
+122
2026-03-18
Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-21
/
+97
2026-03-18
fs/tests: exec: Remove bad test vector
Kees Cook
1
-3
/
+0
2026-03-19
erofs: add GFP_NOIO in the bio completion if needed
Jiucheng Xu
1
-0
/
+3
2026-03-18
Merge branch 'xfs-7.1-merge' into for-next
Carlos Maiolino
6
-57
/
+137
2026-03-18
autofs: replace manual symlink buffer allocation in autofs_dir_symlink
Thorsten Blum
1
-5
/
+3
2026-03-18
iomap: fix invalid folio access when i_blkbits differs from I/O granularity
Joanne Koong
1
-5
/
+10
2026-03-18
xfs: avoid unnecessary calculations in xfs_zoned_need_gc()
Damien Le Moal
1
-6
/
+18
2026-03-18
xfs: display more zone related information in mountstats
Damien Le Moal
1
-1
/
+6
2026-03-18
xfs: fix a comment typo in xfs_select_zone_nowait()
Damien Le Moal
1
-1
/
+1
2026-03-18
xfs: avoid unnecessary open zone check in xfs_select_zone_nowait()
Damien Le Moal
1
-3
/
+4
2026-03-18
xfs: annotate struct xfs_attr_list_context with __counted_by_ptr
Bill Wendling
3
-3
/
+4
2026-03-18
xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIA
Christoph Hellwig
1
-10
/
+8
2026-03-18
xfs: scrub: unlock dquot before early return in quota scrub
hongao
1
-1
/
+3
2026-03-18
xfs: refactor xfsaild_push loop into helper
Yuto Ohnuki
1
-58
/
+69
2026-03-18
xfs: save ailp before dropping the AIL lock in push callbacks
Yuto Ohnuki
2
-4
/
+14
2026-03-18
xfs: avoid dereferencing log items after push callbacks
Yuto Ohnuki
2
-11
/
+51
[prev]
[next]