index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-13
smb: client: allow both 'lease' and 'nolease' mount options
Rajasi Mandal
2
-4
/
+4
2026-04-12
smb: smbdirect: add some logging to SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
Stefan Metzmacher
1
-1
/
+20
2026-04-12
smb: smbdirect: introduce smbdirect_socket.logging infrastructure
Stefan Metzmacher
1
-0
/
+127
2026-04-12
smb: smbdirect: let smbdirect.h include #include <linux/types.h>
Stefan Metzmacher
1
-0
/
+2
2026-04-12
smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_fl...
Stefan Metzmacher
1
-1
/
+7
2026-04-12
smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_f...
Stefan Metzmacher
1
-0
/
+8
2026-04-12
ksmbd: fix use-after-free from async crypto on Qualcomm crypto engine
Joshua Klinesmith
1
-5
/
+6
2026-04-12
ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
Greg Kroah-Hartman
2
-1
/
+2
2026-04-12
ksmbd: require 3 sub-authorities before reading sub_auth[2]
Greg Kroah-Hartman
1
-1
/
+2
2026-04-12
ksmbd: validate EaNameLength in smb2_get_ea()
Greg Kroah-Hartman
1
-0
/
+5
2026-04-12
ksmbd: Remove unnecessary selection of CRYPTO_ECB
Eric Biggers
3
-7
/
+0
2026-04-12
ksmbd: validate owner of durable handle on reconnect
Namjae Jeon
6
-16
/
+102
2026-04-12
ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavenger
Namjae Jeon
1
-11
/
+30
2026-04-12
ksmbd: ipc: use kzalloc_flex and __counted_by
Rosen Penev
1
-3
/
+2
2026-04-12
smb: move filesystem_vol_info into common/fscc.h
ZhangGuoDong
5
-25
/
+18
2026-04-12
smb: move file_basic_info into common/fscc.h
ZhangGuoDong
4
-25
/
+17
2026-04-12
smb: move some definitions from common/smb2pdu.h into common/fscc.h
ZhangGuoDong
2
-307
/
+315
2026-04-10
smb: client: get rid of d_drop()+d_add()
Paulo Alcantara
2
-26
/
+40
2026-04-10
smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCL
Paulo Alcantara
2
-39
/
+36
2026-04-10
smb: client: add support for O_TMPFILE
Paulo Alcantara
9
-325
/
+490
2026-04-10
smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test
Venkat Rao Bagalkote
1
-0
/
+1
2026-04-07
smb: client: fix OOB reads parsing symlink error response
Greg Kroah-Hartman
1
-8
/
+12
2026-04-07
smb: client: fix off-by-8 bounds check in check_wsl_eas()
Greg Kroah-Hartman
1
-1
/
+1
2026-04-05
smb: client: Remove unnecessary selection of CRYPTO_ECB
Eric Biggers
2
-2
/
+0
2026-04-05
smb/client: move smb2maperror declarations to smb2proto.h
ZhangGuoDong
3
-8
/
+8
2026-04-05
smb/client: introduce KUnit tests to check DOS/SRV err mapping search
Youling Tang
4
-5
/
+59
2026-04-05
smb/client: check if SMB1 DOS/SRV error mapping arrays are sorted
Youling Tang
1
-0
/
+12
2026-04-05
smb/client: use binary search for SMB1 DOS/SRV error mapping
Huiwen He
1
-30
/
+37
2026-04-05
smb/client: autogenerate SMB1 DOS/SRV to POSIX error mapping
Huiwen He
5
-79
/
+62
2026-04-05
smb/client: annotate smberr.h with POSIX error codes
Huiwen He
1
-142
/
+256
2026-04-05
smb/client: move ERRnetlogonNotStarted to DOS error class
Huiwen He
1
-1
/
+1
2026-04-05
smb/client: introduce KUnit test to check ntstatus_to_dos_map search
Youling Tang
5
-0
/
+95
2026-04-05
smb/client: check if ntstatus_to_dos_map is sorted
Youling Tang
3
-0
/
+39
2026-04-05
smb/client: use binary search for NT status to DOS mapping
Huiwen He
1
-13
/
+19
2026-04-05
smb/client: refactor ntstatus_to_dos() to return mapping entry
Huiwen He
1
-32
/
+19
2026-04-05
smb/client: replace nt_errs with ntstatus_to_dos_map
Huiwen He
4
-719
/
+12
2026-04-05
smb/client: autogenerate SMB1 NT status to DOS error mapping
Huiwen He
5
-555
/
+122
2026-04-05
smb/client: annotate nterr.h with DOS error codes
Huiwen He
1
-533
/
+534
2026-04-05
smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()
SunJianHao
1
-1
/
+1
2026-04-05
fs/smb/client: add verbose error logging for UNC parsing
Fredric Cover
1
-3
/
+9
2026-04-05
fs: remove unncessary pagevec.h includes
Tal Zussman
2
-2
/
+0
2026-04-02
Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+4
2026-04-02
for_each_alias(): helper macro for iterating through dentries of given inode
Al Viro
1
-1
/
+1
2026-03-31
fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
Fredric Cover
1
-0
/
+4
2026-03-29
ksmbd: fix OOB write in QUERY_INFO for compound requests
Asim Viladi Oglu Manizada
3
-31
/
+133
2026-03-27
Merge tag 'v7.0-rc5-ksmbd-srv-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-48
/
+97
2026-03-25
ksmbd: fix potencial OOB in get_file_all_info() for compound requests
Namjae Jeon
1
-2
/
+14
2026-03-23
smb/client: ensure smb2_mapping_table rebuild on cmd changes
Huiwen He
1
-3
/
+4
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
[prev]
[next]