summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-07-29Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-07-26cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N
2023-07-26Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French
2023-07-25cifs: fix charset issue in reconnectionWinston Wen
2023-07-23ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon
2023-07-23ksmbd: no response from compound readNamjae Jeon
2023-07-23ksmbd: validate session id and tree id in compound requestNamjae Jeon
2023-07-23ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon
2023-07-23ksmbd: check if a mount point is crossed during path lookupNamjae Jeon
2023-07-22cifs: update internal module version number for cifs.koSteve French
2023-07-22cifs: allow dumping keys for directories tooShyam Prasad N
2023-07-14cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N
2023-07-14cifs: is_network_name_deleted should return a boolShyam Prasad N
2023-07-12smb: client: fix missed ses refcountingPaulo Alcantara
2023-07-12smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva
2023-07-12ksmbd: Fix unsigned expression compared with zeroWang Ming
2023-07-10cifs: if deferred close is disabled then close files immediatelyBharath SM
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-05cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg
2023-07-01smb: client: remove redundant pointer 'server'Colin Ian King
2023-07-01cifs: fix session state transition to avoid use-after-free issueWinston Wen
2023-06-30Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-06-30Merge tag '6.5-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2023-06-29cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N
2023-06-29cifs: log session id when a matching ses is not foundShyam Prasad N
2023-06-28ksmbd: avoid field overflow warningArnd Bergmann
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28smb: client: improve DFS mount checkPaulo Alcantara
2023-06-28smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara
2023-06-28smb: client: fix parsing of source mount optionPaulo Alcantara
2023-06-28smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara
2023-06-28cifs: print client_guid in DebugDataShyam Prasad N
2023-06-28cifs: fix session state check in smb2_find_smb_sesWinston Wen
2023-06-28cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen
2023-06-28cifs: do all necessary checks for credits within or before lockingShyam Prasad N
2023-06-28cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26ksmbd: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-06-26ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gustavo A. R. Silva
2023-06-26ksmbd: add missing compound request handing in some commandsNamjae Jeon
2023-06-26ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon
2023-06-26ksmbd: Replace the ternary conditional operator with min()Lu Hongfei
2023-06-26ksmbd: use kvzalloc instead of kvmallocNamjae Jeon
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-06-26ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon
2023-06-26ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon