summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2023-11-28cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells
2023-11-28cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N
2023-11-28cifs: force interface update before a fresh session setupShyam Prasad N
2023-11-28cifs: reconnect helper should set reconnect for the right channelShyam Prasad N
2023-11-28smb: client: fix potential deadlock when releasing midsPaulo Alcantara
2023-11-28smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara
2023-11-28smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara
2023-11-28smb3: fix caching of ctime on setxattrSteve French
2023-11-28smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French
2023-11-28smb3: fix touch -h of symlinkSteve French
2023-11-28smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French
2023-11-28cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina
2023-11-28cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova
2023-11-02smb: client: prevent new fids from being removed by laundromatPaulo Alcantara
2023-11-02smb: client: make laundromat a delayed workerPaulo Alcantara
2023-11-02smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara
2023-11-02smb3: do not start laundromat thread when dir leases disabledSteve French
2023-11-02smb3: allow controlling maximum number of cached directoriesSteve French
2023-11-02smb3: allow controlling length of time directory entries are cached with dir ...Steve French
2023-10-10smb: use kernel_connect() and kernel_bind()Jordan Rife
2023-10-06fs/smb/client: Reset password pointer to NULLQuang Le
2023-10-06smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French
2023-10-06cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu
2023-09-19smb: propagate error code of extract_sharename()Katya Orlova
2023-09-19cifs: update desired access while requesting for directory leaseBharath SM
2023-09-19send channel sequence number in SMB3 requests after reconnectsSteve French
2023-08-16smb: client: fix null authScott Mayhew
2023-08-14smb3: display network namespace in debug informationSteve French
2023-08-14cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical
2023-08-10cifs: fix potential oops in cifs_oplock_breakSteve French
2023-08-02smb: client: fix dfs link mount against w2k8Paulo Alcantara
2023-07-26cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N
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-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-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-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-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds