aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb
AgeCommit message (Expand)Author
2023-09-13cifs: fix charset issue in reconnectionWinston Wen
2023-09-13ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon
2023-09-13ksmbd: no response from compound readNamjae Jeon
2023-09-13ksmbd: validate session id and tree id in compound requestNamjae Jeon
2023-09-13ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon
2023-09-13ksmbd: Fix unsigned expression compared with zeroWang Ming
2023-09-06ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon
2023-09-06ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon
2023-09-06ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon
2023-09-06ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon
2023-08-23smb: client: fix null authScott Mayhew
2023-08-23cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical
2023-08-23smb3: display network namespace in debug informationSteve French
2023-08-23cifs: fix potential oops in cifs_oplock_breakSteve French
2023-08-23cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen
2023-08-23smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara
2023-08-16ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon
2023-08-16ksmbd: validate command request sizeLong Li
2023-08-11smb: client: fix dfs link mount against w2k8Paulo Alcantara
2023-08-03ksmbd: check if a mount point is crossed during path lookupNamjae Jeon
2023-08-03smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French
2023-07-27cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N
2023-07-27smb: client: fix missed ses refcountingPaulo Alcantara
2023-07-23smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva
2023-07-23cifs: if deferred close is disabled then close files immediatelyBharath SM
2023-07-23smb: client: fix parsing of source mount optionPaulo Alcantara
2023-07-23cifs: fix session state check in smb2_find_smb_sesWinston Wen
2023-07-23smb: client: improve DFS mount checkPaulo Alcantara
2023-07-23ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon
2023-07-23ksmbd: add missing compound request handing in some commandsNamjae Jeon
2023-07-19ksmbd: avoid field overflow warningArnd Bergmann
2023-07-19smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara
2023-07-19smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara
2023-07-19cifs: do all necessary checks for credits within or before lockingShyam Prasad N
2023-07-19cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N
2023-07-19SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM
2023-06-20Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-06-16ksmbd: validate session id and tree id in the compound requestNamjae Jeon
2023-06-16ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon
2023-06-16ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon
2023-06-16ksmbd: validate command payload sizeNamjae Jeon
2023-06-14cifs: add a warning when the in-flight count goes negativeShyam Prasad N
2023-06-14cifs: fix lease break oops in xfstest generic/098Steve French
2023-06-11cifs: fix max_credits implementationShyam Prasad N
2023-06-11cifs: fix sockaddr comparison in iface_cmpShyam Prasad N
2023-06-11smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya
2023-06-11cifs: print all credit counters in DebugDataShyam Prasad N
2023-06-11cifs: fix status checks in cifs_tree_connectShyam Prasad N
2023-06-11smb: remove obsolete comment鑫华
2023-06-02ksmbd: validate smb request protocol idNamjae Jeon