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-04-02
debugfs: check for NULL pointer in debugfs_create_str()
Gui-Dong Han
1
-1
/
+4
2026-04-02
dcache.c: more idiomatic "positives are not allowed" sanity checks
Al Viro
1
-5
/
+5
2026-04-02
erofs: include the trailing NUL in FS_IOC_GETFSLABEL
Zhan Xusheng
1
-1
/
+1
2026-04-02
erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()
Zhan Xusheng
1
-2
/
+1
2026-04-02
erofs: verify metadata accesses for file-backed mounts
Gao Xiang
1
-0
/
+14
2026-04-02
struct dentry: make ->d_u anonymous
Al Viro
5
-28
/
+28
2026-04-02
for_each_alias(): helper macro for iterating through dentries of given inode
Al Viro
9
-11
/
+11
2026-04-02
fs/resctrl: Add "*" shorthand to set io_alloc CBM for all domains
Aaron Tomlin
1
-4
/
+17
2026-04-02
fs/resctrl: Report invalid domain ID when parsing io_alloc_cbm
Aaron Tomlin
1
-0
/
+1
2026-04-01
exec: use strnlen() in __set_task_comm
Thorsten Blum
1
-1
/
+1
2026-04-01
fuse: fix inode initialization race
Horst Birthelmer
1
-2
/
+5
2026-03-31
fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
Fredric Cover
1
-0
/
+4
2026-03-31
pstore/ftrace: Keep ftrace module parameter and debugfs switch in sync
Guilherme G. Piccoli
1
-11
/
+9
2026-03-31
pstore/ram: fix resource leak when ioremap() fails
Cole Leavitt
1
-0
/
+4
2026-03-31
pstore/ramoops: Fix ECC parameter help text
Guilherme G. Piccoli
1
-1
/
+1
2026-03-31
pstore/ramoops: Remove useless memblock header
Guilherme G. Piccoli
1
-1
/
+0
2026-03-31
pstore: fix ftrace dump, when ECC is enabled
Andrey Skvortsov
1
-3
/
+3
2026-03-31
nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()
Deepanshu Kartikey
1
-0
/
+6
2026-03-31
Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2
-24
/
+39
2026-03-31
exfat: fix s_maxbytes
David Timber
3
-3
/
+10
2026-03-31
xfs: return default quota limits for IDs without a dquot
Ravi Singh
1
-1
/
+42
2026-03-31
cachefiles: fix incorrect dentry refcount in cachefiles_cull()
NeilBrown
1
-0
/
+5
2026-03-31
fs: hide file and bfile caches behind runtime const machinery
Mateusz Guzik
2
-13
/
+20
2026-03-31
fs: write a better comment in step_into() concerning .mnt assignment
Mateusz Guzik
1
-1
/
+1
2026-03-31
btrfs: fix incorrect return value after changing leaf in lookup_extent_data_ref()
robbieko
1
-1
/
+1
2026-03-30
nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_map
Deepanshu Kartikey
1
-0
/
+3
2026-03-30
xfs: start gc on zonegc_low_space attribute updates
Hans Holmberg
3
-1
/
+27
2026-03-30
xfs: don't decrement the buffer LRU count for in-use buffers
Christoph Hellwig
1
-10
/
+12
2026-03-30
xfs: switch (back) to a per-buftarg buffer hash
Christoph Hellwig
5
-69
/
+18
2026-03-30
xfs: use a lockref for the buffer reference count
Christoph Hellwig
3
-55
/
+39
2026-03-30
xfs: don't keep a reference for buffers on the LRU
Christoph Hellwig
2
-92
/
+50
2026-03-30
dax: add fsdev.c driver for fs-dax on character dax
John Groves
1
-0
/
+1
2026-03-30
dax: Factor out dax_folio_reset_order() helper
John Groves
1
-18
/
+55
2026-03-30
gfs2: bufdata allocation race
Andreas Gruenbacher
1
-11
/
+14
2026-03-29
ksmbd: fix OOB write in QUERY_INFO for compound requests
Asim Viladi Oglu Manizada
3
-31
/
+133
2026-03-30
erofs: harden h_shared_count in erofs_init_inode_xattrs()
Utkal Singh
1
-0
/
+8
2026-03-29
NFSD: Sign filehandles
Benjamin Coddington
3
-5
/
+72
2026-03-29
NFSD/export: Add sign_fh export option
Benjamin Coddington
1
-2
/
+3
2026-03-29
NFSD: Add a key for signing filehandles
Benjamin Coddington
4
-3
/
+63
2026-03-29
nfsd: use dynamic allocation for oversized NFSv4.0 replay cache
Chuck Lever
3
-12
/
+39
2026-03-29
nfsd: convert global state_lock to per-net deleg_lock
Jeff Layton
3
-31
/
+36
2026-03-29
lockd: Remove dead code from fs/lockd/xdr4.c
Chuck Lever
6
-371
/
+8
2026-03-29
lockd: Remove C macros that are no longer used
Chuck Lever
1
-10
/
+1
2026-03-29
lockd: Add LOCKD_SHARE_SVID constant for DOS sharing mode
Chuck Lever
3
-3
/
+7
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 FREE_ALL procedure
Chuck Lever
1
-92
/
+33
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 NM_LOCK procedure
Chuck Lever
1
-57
/
+44
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 UNSHARE procedure
Chuck Lever
1
-36
/
+62
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 SHARE procedure
Chuck Lever
1
-37
/
+81
2026-03-29
lockd: Prepare share helpers for xdrgen conversion
Chuck Lever
4
-21
/
+36
2026-03-29
lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()
Chuck Lever
2
-7
/
+12
[prev]
[next]