index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-28
smb: client: fix uninitialized variable in smb2_writev_callback
Steve French
1
-1
/
+1
2026-05-28
smb: client: detect short folioq copy in cifs_copy_folioq_to_iter()
Jeremy Erazo
1
-3
/
+15
2026-05-22
Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-4
/
+28
2026-05-21
smb: client: change allocation requirements in DUP_CTX_STR macro
Fredric Cover
1
-1
/
+1
2026-05-21
smb: client: require net admin for CIFS SWN netlink
Michael Bommarito
1
-1
/
+5
2026-05-21
cifs: Fix busy dentry used after unmounting
Zhihao Cheng
1
-0
/
+2
2026-05-19
smb: client: use data_len for SMB2 READ encrypted folioq copy
Jeremy Erazo
1
-2
/
+2
2026-05-19
smb: client: reject userspace cifs.spnego descriptions
Asim Viladi Oglu Manizada
1
-0
/
+16
2026-05-19
smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()
Henrique Carvalho
1
-0
/
+2
2026-05-19
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/gi...
Linus Torvalds
7
-42
/
+74
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-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
7
-42
/
+74
2026-05-08
Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-24
/
+96
2026-05-07
smb: client: validate dacloffset before building DACL pointers
Michael Bommarito
1
-3
/
+32
2026-05-07
smb/client: fix out-of-bounds read in smb2_compound_op()
Zisen Ye
1
-4
/
+8
2026-05-07
smb/client: fix out-of-bounds read in symlink_data()
Zisen Ye
1
-1
/
+2
2026-05-07
smb: client: Zero-pad short GSS session keys per MS-SMB2
Piyush Sachdeva
1
-5
/
+18
2026-05-07
smb: client: Use FullSessionKey for AES-256 encryption key derivation
Piyush Sachdeva
2
-10
/
+27
2026-05-04
smb: client: use kzalloc to zero-initialize security descriptor buffer
Bjoern Doebel
1
-1
/
+1
2026-05-04
cifs: abort open_cached_dir if we don't request leases
Shyam Prasad N
1
-0
/
+8
2026-05-02
smb: smbdirect: introduce and use include/linux/smbdirect.h
Stefan Metzmacher
2
-2
/
+1
2026-05-02
smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPL
Stefan Metzmacher
1
-0
/
+2
2026-04-30
cifs: change_conf needs to be called for session setup
Shyam Prasad N
1
-0
/
+11
2026-04-30
smb: client: change allocation requirements in smb2_compound_op
Fredric Cover
1
-1
/
+1
2026-04-27
smb/client: remove unused smb3_parse_opt()
David Disseldorp
2
-32
/
+0
2026-04-24
Merge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-3
/
+3
2026-04-24
Merge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...
Linus Torvalds
23
-392
/
+436
2026-04-23
smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/
Stefan Metzmacher
3
-3
/
+3
2026-04-22
smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()
Eric Biggers
1
-7
/
+5
2026-04-22
smb: client: Make generate_key() return void
Eric Biggers
1
-29
/
+16
2026-04-22
smb: client: Remove obsolete cmac(aes) allocation
Eric Biggers
10
-95
/
+2
2026-04-22
smb: client: Use AES-CMAC library for SMB3 signature calculation
Eric Biggers
4
-74
/
+30
2026-04-22
smb: client: compress: add code docs to lz77.c
Enzo Matsumiya
1
-8
/
+73
2026-04-22
smb: client: compress: LZ77 optimizations
Enzo Matsumiya
2
-69
/
+108
2026-04-22
smb: client: compress: increase LZ77_MATCH_MAX_DIST
Enzo Matsumiya
1
-2
/
+1
2026-04-22
smb: client: compress: fix counting in LZ77 match finding
Enzo Matsumiya
1
-7
/
+10
2026-04-22
smb: client: compress: fix buffer overrun in lz77_compress()
Enzo Matsumiya
3
-15
/
+33
2026-04-22
smb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_dacl
Michael Bommarito
1
-3
/
+3
2026-04-22
smb: client: fix (remove) drop_dir_cache module parameter
Enzo Matsumiya
6
-45
/
+59
2026-04-22
smb: client: require a full NFS mode SID before reading mode bits
Michael Bommarito
1
-0
/
+1
2026-04-22
smb: client: validate the whole DACL before rewriting it in cifsacl
Michael Bommarito
1
-31
/
+85
2026-04-22
smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO path
Michael Bommarito
1
-0
/
+6
2026-04-21
Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2026-04-19
cifs: update internal module version number
Steve French
1
-2
/
+2
2026-04-19
smb: client: compress: fix bad encoding on last LZ77 flag
Enzo Matsumiya
1
-1
/
+1
2026-04-17
smb: client: fix dir separator in SMB1 UNIX mounts
Paulo Alcantara
2
-16
/
+13
2026-04-17
Merge tag 'v7.1-rc1-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...
Linus Torvalds
6
-35
/
+221
[next]