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-01-17
f2fs: detect more inconsistent cases in sanity_check_node_footer()
Chao Yu
1
-3
/
+12
2026-01-17
f2fs: fix to do sanity check on node footer in {read,write}_end_io
Chao Yu
4
-19
/
+32
2026-01-17
f2fs: fix to do sanity check on node footer in __write_node_folio()
Chao Yu
1
-1
/
+5
2026-01-17
f2fs: clean up the type parameter in f2fs_sync_meta_pages()
Yangyang Zang
3
-11
/
+10
2026-01-17
f2fs: support non-4KB block size without packed_ssa feature
Daeho Jeong
7
-94
/
+120
2026-01-17
f2fs: make FAULT_DISCARD obsolete
Chao Yu
2
-16
/
+4
2026-01-17
f2fs: fix to avoid UAF in f2fs_write_end_io()
Chao Yu
1
-3
/
+9
2026-01-16
mount: add OPEN_TREE_NAMESPACE
Christian Brauner
3
-16
/
+161
2026-01-16
vfs: document d_dispose_if_unused()
Miklos Szeredi
1
-0
/
+10
2026-01-16
fuse: shrink once after all buckets have been scanned
Miklos Szeredi
1
-1
/
+1
2026-01-16
fuse: clean up fuse_dentry_tree_work()
Miklos Szeredi
1
-14
/
+14
2026-01-16
fuse: add need_resched() before unlocking bucket
Miklos Szeredi
1
-3
/
+5
2026-01-16
fuse: make sure dentry is evicted if stale
Miklos Szeredi
1
-0
/
+4
2026-01-16
fuse: fix race when disposing stale dentries
Miklos Szeredi
1
-9
/
+2
2026-01-16
sysfs(2): fs_index() argument is _not_ a pathname
Al Viro
1
-6
/
+3
2026-01-16
ksmbd: use CLASS(filename_kernel)
Al Viro
1
-5
/
+2
2026-01-16
user_statfs(): switch to CLASS(filename)
Al Viro
1
-2
/
+1
2026-01-16
statx: switch to CLASS(filename_maybe_null)
Al Viro
1
-13
/
+5
2026-01-16
quotactl_block(): switch to CLASS(filename)
Al Viro
1
-2
/
+1
2026-01-16
chroot(2): switch to CLASS(filename)
Al Viro
1
-9
/
+4
2026-01-16
move_mount(2): switch to CLASS(filename_maybe_null)
Al Viro
1
-4
/
+2
2026-01-16
namei.c: switch user pathname imports to CLASS(filename{,_flags})
Al Viro
1
-15
/
+6
2026-01-16
namei.c: convert getname_kernel() callers to CLASS(filename_kernel)
Al Viro
1
-26
/
+10
2026-01-16
do_f{chmod,chown,access}at(): use CLASS(filename_uflags)
Al Viro
1
-6
/
+2
2026-01-16
do_readlinkat(): switch to CLASS(filename_flags)
Al Viro
1
-6
/
+2
2026-01-16
do_sys_truncate(): switch to CLASS(filename)
Al Viro
1
-7
/
+5
2026-01-16
do_utimes_path(): switch to CLASS(filename_uflags)
Al Viro
1
-5
/
+2
2026-01-16
chdir(2): unspaghettify a bit...
Al Viro
1
-17
/
+10
2026-01-16
do_fchownat(): unspaghettify a bit...
Al Viro
1
-16
/
+12
2026-01-16
fspick(2): use CLASS(filename_flags)
Al Viro
1
-3
/
+3
2026-01-16
name_to_handle_at(): use CLASS(filename_uflags)
Al Viro
1
-3
/
+2
2026-01-16
vfs_open_tree(): use CLASS(filename_uflags)
Al Viro
1
-3
/
+2
2026-01-16
do_open_execat(): don't care about LOOKUP_EMPTY
Al Viro
1
-2
/
+0
2026-01-16
mount_setattr(2): don't mess with LOOKUP_EMPTY
Al Viro
1
-3
/
+2
2026-01-16
file_[gs]etattr(2): switch to CLASS(filename_maybe_null)
Al Viro
1
-4
/
+2
2026-01-16
filename_...xattr(): don't consume filename reference
Al Viro
1
-25
/
+8
2026-01-16
non-consuming variants of do_{unlinkat,rmdir}()
Al Viro
4
-17
/
+19
2026-01-16
non-consuming variant of do_mknodat()
Al Viro
3
-11
/
+11
2026-01-16
non-consuming variant of do_mkdirat()
Al Viro
3
-9
/
+9
2026-01-16
non-consuming variant of do_symlinkat()
Al Viro
3
-15
/
+15
2026-01-16
non-consuming variant of do_linkat()
Al Viro
3
-18
/
+16
2026-01-16
non-consuming variant of do_renameat2()
Al Viro
2
-16
/
+16
2026-01-16
Merge tag 'xfs-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-39
/
+41
2026-01-16
ntfs3: Restore NULL folio initialization in ntfs_writepages()
Nathan Chancellor
1
-1
/
+1
2026-01-16
quota: fix livelock between quotactl and freeze_super
Abhishek Bapat
1
-0
/
+1
2026-01-16
fuse: use private naming for fuse hash size
Jens Axboe
1
-7
/
+7
2026-01-16
posix_acl: make posix_acl_to_xattr() alloc the buffer
Miklos Szeredi
9
-95
/
+50
2026-01-16
Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"
Chao Yu
3
-34
/
+9
2026-01-15
Merge tag 'nfs-for-6.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
15
-101
/
+238
2026-01-15
NFS: Fix size read races in truncate, fallocate and copy offload
Trond Myklebust
3
-14
/
+27
[prev]
[next]