summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
2023-10-12smb: client: prevent new fids from being removed by laundromatPaulo Alcantara
2023-10-12smb: client: make laundromat a delayed workerPaulo Alcantara
2023-10-10smb: move cifs_xattr_handlers to .rodataWedson Almeida Filho
2023-10-04smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara
2023-10-04smb: use kernel_connect() and kernel_bind()Jordan Rife
2023-09-28fs/smb/client: Reset password pointer to NULLQuang Le
2023-09-20smb3: fix confusing debug messageSteve French
2023-09-20smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara
2023-09-20smb3: remove duplicate error mappingSteve French
2023-09-19cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French
2023-09-19smb3: Add dynamic trace points for RDMA (smbdirect) reconnectSteve French
2023-09-15smb3: fix some minor typos and repeated wordsSteve French
2023-09-15smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French
2023-09-12smb3: move server check earlier when setting channel sequence numberSteve French
2023-09-07cifs: update internal module version number for cifs.koSteve French
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French
2023-09-07smb3: add trace point for queryfs (statfs)Steve French
2023-08-31smb3: allow controlling length of time directory entries are cached with dir ...Steve French
2023-08-30smb: propagate error code of extract_sharename()Katya Orlova
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-08-30fs/smb/client: Use common code in clientDr. David Alan Gilbert
2023-08-30fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French
2023-08-22cifs: update desired access while requesting for directory leaseBharath SM
2023-08-20smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara
2023-08-20smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara
2023-08-20smb: cilent: set reparse mount points as automountsPaulo Alcantara
2023-08-20smb: client: query reparse points in older dialectsPaulo Alcantara
2023-08-20smb: client: do not query reparse points twice on symlinksPaulo Alcantara
2023-08-20smb: client: parse reparse point flag in create responsePaulo Alcantara
2023-08-20smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara
2023-08-20smb: client: get rid of dfs naming in automount codePaulo Alcantara
2023-08-20smb: client: rename cifs_dfs_ref.c to namespace.cPaulo Alcantara
2023-08-20smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara
2023-08-20smb: client: move some params to cifs_open_info_dataPaulo Alcantara
2023-08-20smb: client: ensure to try all targets when finding nested linksPaulo Alcantara
2023-08-20smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
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