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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-03
ksmbd: check if a mount point is crossed during path lookup
Namjae Jeon
4
-39
/
+53
2023-08-03
smb3: do not set NTLMSSP_VERSION flag for negotiate not auth request
Steve French
1
-1
/
+3
2023-07-27
cifs: fix mid leak during reconnection after timeout threshold
Shyam Prasad N
1
-4
/
+15
2023-07-27
smb: client: fix missed ses refcounting
Paulo Alcantara
2
-17
/
+11
2023-07-23
smb: client: Fix -Wstringop-overflow issues
Gustavo A. R. Silva
1
-1
/
+1
2023-07-23
cifs: if deferred close is disabled then close files immediately
Bharath SM
1
-2
/
+2
2023-07-23
smb: client: fix parsing of source mount option
Paulo Alcantara
5
-56
/
+80
2023-07-23
cifs: fix session state check in smb2_find_smb_ses
Winston Wen
1
-0
/
+7
2023-07-23
smb: client: improve DFS mount check
Paulo Alcantara
1
-2
/
+3
2023-07-23
ksmbd: fix out of bounds read in smb2_sess_setup
Namjae Jeon
1
-14
/
+17
2023-07-23
ksmbd: add missing compound request handing in some commands
Namjae Jeon
1
-25
/
+53
2023-07-19
ksmbd: avoid field overflow warning
Arnd Bergmann
1
-1
/
+1
2023-07-19
smb: client: fix shared DFS root mounts with different prefixes
Paulo Alcantara
8
-100
/
+118
2023-07-19
smb: client: fix broken file attrs with nodfs mounts
Paulo Alcantara
1
-3
/
+0
2023-07-19
cifs: do all necessary checks for credits within or before locking
Shyam Prasad N
2
-19
/
+20
2023-07-19
cifs: prevent use-after-free by freeing the cfile later
Shyam Prasad N
1
-3
/
+3
2023-07-19
SMB3: Do not send lease break acknowledgment if all file handles have been cl...
Bharath SM
1
-13
/
+12
2023-06-20
Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
7
-86
/
+196
2023-06-17
ksmbd: validate session id and tree id in the compound request
Namjae Jeon
2
-18
/
+59
2023-06-17
ksmbd: fix out-of-bound read in smb2_write
Namjae Jeon
1
-3
/
+9
2023-06-17
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
5
-55
/
+117
2023-06-17
ksmbd: validate command payload size
Namjae Jeon
1
-11
/
+12
2023-06-14
cifs: add a warning when the in-flight count goes negative
Shyam Prasad N
1
-0
/
+1
2023-06-14
cifs: fix lease break oops in xfstest generic/098
Steve French
1
-2
/
+6
2023-06-12
cifs: fix max_credits implementation
Shyam Prasad N
2
-4
/
+30
2023-06-12
cifs: fix sockaddr comparison in iface_cmp
Shyam Prasad N
4
-37
/
+88
2023-06-12
smb/client: print "Unknown" instead of bogus link speed value
Enzo Matsumiya
1
-1
/
+46
2023-06-12
cifs: print all credit counters in DebugData
Shyam Prasad N
1
-3
/
+8
2023-06-12
cifs: fix status checks in cifs_tree_connect
Shyam Prasad N
2
-8
/
+10
2023-06-12
smb: remove obsolete comment
鑫华
1
-1
/
+1
2023-06-02
ksmbd: validate smb request protocol id
Namjae Jeon
2
-3
/
+16
2023-06-02
ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
Namjae Jeon
1
-0
/
+12
2023-06-02
ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
Namjae Jeon
2
-4
/
+4
2023-06-02
ksmbd: fix out-of-bound read in parse_lease_state()
Namjae Jeon
1
-42
/
+24
2023-06-02
ksmbd: fix out-of-bound read in deassemble_neg_contexts()
Namjae Jeon
1
-7
/
+6
2023-06-01
Merge tag '6.4-rc4-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-77
/
+100
2023-05-27
cifs: address unused variable warning
Steve French
1
-1
/
+5
2023-05-27
smb: delete an unnecessary statement
Dan Carpenter
1
-1
/
+0
2023-05-27
ksmbd: call putname after using the last component
Namjae Jeon
1
-2
/
+6
2023-05-27
ksmbd: fix incorrect AllocationSize set in smb2_get_info
Namjae Jeon
1
-18
/
+3
2023-05-27
ksmbd: fix UAF issue from opinfo->conn
Namjae Jeon
1
-25
/
+47
2023-05-27
ksmbd: fix multiple out-of-bounds read during context decoding
Kuan-Ting Chen
1
-19
/
+34
2023-05-27
ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
Kuan-Ting Chen
1
-5
/
+5
2023-05-27
ksmbd: fix credit count leakage
Namjae Jeon
1
-5
/
+1
2023-05-27
ksmbd: fix uninitialized pointer read in smb2_create_link()
Namjae Jeon
1
-3
/
+3
2023-05-27
ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
Namjae Jeon
1
-0
/
+1
2023-05-26
smb3: missing null check in SMB2_change_notify
Steve French
1
-1
/
+1
2023-05-25
cifs: correct references in Documentation to old fs/cifs path
Steve French
2
-2
/
+2
2023-05-25
smb: move client and server files to common directory fs/smb
Steve French
146
-0
/
+109540