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
7 days
Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
7
-32
/
+63
7 days
Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-33
/
+13
8 days
hpfs: fix a crash if hpfs_map_dnode_bitmap fails
Mikulas Patocka
1
-1
/
+1
10 days
Merge tag 'v7.1-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-22
/
+75
10 days
Merge tag 'for-7.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-38
/
+83
10 days
Merge tag 'xfs-fixes-7.1-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-10
/
+24
10 days
Merge tag 'driver-core-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-1
/
+1
10 days
Merge tag 'xfs-fixes-7.1-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux into test_merge
Carlos Maiolino
1
-10
/
+24
11 days
Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-5
/
+29
11 days
Merge tag 'zonefs-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs
Linus Torvalds
1
-1
/
+5
11 days
Revert "mm/hugetlbfs: update hugetlbfs to use mmap_prepare"
Lorenzo Stoakes
1
-33
/
+13
12 days
smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when close
ChenXiaoSong
1
-4
/
+12
12 days
ksmbd: validate SID in parent security descriptor during ACL inheritance
Junyi Liu
1
-16
/
+50
12 days
ksmbd: fix durable reconnect error path file lifetime
Junyi Liu
1
-2
/
+13
12 days
lockd: fix TEST handling when not all permissions are available.
NeilBrown
5
-19
/
+42
12 days
NFSD: Report whether fh_key was actually updated
Chuck Lever
2
-13
/
+21
12 days
smb: client: change allocation requirements in DUP_CTX_STR macro
Fredric Cover
1
-1
/
+1
12 days
smb: client: require net admin for CIFS SWN netlink
Michael Bommarito
1
-1
/
+5
12 days
smb: smbdirect: divide, not multiply, milliseconds by 1000
Alexander A. Klimov
1
-1
/
+1
12 days
cifs: Fix busy dentry used after unmounting
Zhihao Cheng
1
-0
/
+2
12 days
xfs: fix a buffer lookup against removal race
Christoph Hellwig
1
-10
/
+24
13 days
Merge tag 'erofs-for-7.1-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
2
-10
/
+9
13 days
sysfs: don't remove existing directory on update failure
Greg Kroah-Hartman
1
-1
/
+1
13 days
erofs: fix metabuf leak in inode xattr initialization
Jia Zhu
1
-3
/
+1
13 days
erofs: fix managed cache race for unaligned extents
Gao Xiang
1
-7
/
+8
14 days
Merge tag 'v7.1-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-5
/
+15
14 days
Merge tag 'ntfs-for-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs
Linus Torvalds
10
-80
/
+149
14 days
smb: client: use data_len for SMB2 READ encrypted folioq copy
Jeremy Erazo
1
-2
/
+2
14 days
smb: client: reject userspace cifs.spnego descriptions
Asim Viladi Oglu Manizada
1
-0
/
+16
14 days
smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()
Henrique Carvalho
1
-0
/
+2
2026-05-18
cifs: Fix undefined variables
David Howells
1
-3
/
+3
2026-05-18
Merge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
41
-427
/
+841
2026-05-16
btrfs: swallow btrfs_record_squota_delta() ENOENT
Boris Burkov
1
-2
/
+3
2026-05-16
btrfs: clamp to avoid squota underflow
Boris Burkov
1
-2
/
+13
2026-05-16
btrfs: fix squota accounting during enable generation
Boris Burkov
2
-4
/
+28
2026-05-16
btrfs: check for subvolume before deleting squota qgroup
Boris Burkov
1
-25
/
+25
2026-05-16
btrfs: always drop root->inodes lock before cond_resched()
Boris Burkov
2
-2
/
+6
2026-05-16
btrfs: mark file extent range dirty after converting prealloc extents
Robbie Ko
1
-3
/
+8
2026-05-15
Merge tag 'v7.1-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-63
/
+130
2026-05-15
Merge tag 'ceph-for-7.1-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-10
/
+46
2026-05-15
Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
5
-32
/
+55
2026-05-15
Merge tag 'xfs-fixes-7.1-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
11
-21
/
+52
2026-05-15
Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
4
-25
/
+59
2026-05-15
Merge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-1
/
+1
2026-05-15
cachefiles: Fix error return when vfs_mkdir() fails
Hongling Zeng
1
-0
/
+2
2026-05-14
smbdirect: Fix error cleanup in smbdirect_map_sges_from_iter()
David Howells
1
-1
/
+1
2026-05-14
smb: client: avoid integer overflow in SMB2 READ length check
Jeremy Erazo
2
-7
/
+12
2026-05-14
cifs: client: stage smb3_reconfigure() updates and restore ctx on failure
DaeMyung Kang
1
-53
/
+108
2026-05-14
smb/client: fix possible infinite loop and oob read in symlink_data()
Ye Bin
1
-0
/
+3
2026-05-13
ksmbd: fix null pointer dereference in compare_guid_key()
Jeremy Laratro
1
-1
/
+5
[next]