summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds30-1426/+1017
2023-08-30fs/smb/client: Use common code in clientDr. David Alan Gilbert5-405/+4
2023-08-30fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert2-166/+0
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French9-22/+22
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-13/+15
2023-08-25[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French4-1/+23
2023-08-22cifs: update desired access while requesting for directory leaseBharath SM1-1/+1
2023-08-21smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara1-17/+18
2023-08-21smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara1-14/+16
2023-08-21smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara3-47/+37
2023-08-21smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara1-12/+17
2023-08-21smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara1-2/+2
2023-08-21smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara1-27/+41
2023-08-21smb: cilent: set reparse mount points as automountsPaulo Alcantara4-172/+194
2023-08-21smb: client: query reparse points in older dialectsPaulo Alcantara1-0/+2
2023-08-21smb: client: do not query reparse points twice on symlinksPaulo Alcantara4-161/+55
2023-08-21smb: client: parse reparse point flag in create responsePaulo Alcantara5-95/+174
2023-08-21smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara7-72/+57
2023-08-21smb: client: get rid of dfs naming in automount codePaulo Alcantara6-30/+30
2023-08-21smb: client: rename cifs_dfs_ref.c to namespace.cPaulo Alcantara2-1/+1
2023-08-21smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara1-26/+26
2023-08-21smb: client: move some params to cifs_open_info_dataPaulo Alcantara5-66/+77
2023-08-21smb: client: ensure to try all targets when finding nested linksPaulo Alcantara5-128/+255
2023-08-21smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara4-8/+12
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-0/+2
2023-08-16smb: client: fix null authScott Mayhew1-0/+4
2023-08-14smb3: display network namespace in debug informationSteve French1-0/+10
2023-08-14cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-11cifs: fix potential oops in cifs_oplock_breakSteve French1-7/+16
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-02smb: client: fix dfs link mount against w2k8Paulo Alcantara1-1/+5
2023-07-26cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N1-0/+5
2023-07-25smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French1-1/+3
2023-07-25cifs: fix charset issue in reconnectionWinston Wen5-4/+9
2023-07-24smb: convert to ctime accessor functionsJeff Layton4-12/+14
2023-07-22cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-07-22cifs: allow dumping keys for directories tooShyam Prasad N1-4/+13
2023-07-14cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N1-4/+15
2023-07-14cifs: is_network_name_deleted should return a boolShyam Prasad N3-7/+14
2023-07-13smb: client: fix missed ses refcountingPaulo Alcantara2-17/+11
2023-07-13smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva1-1/+1
2023-07-10cifs: if deferred close is disabled then close files immediatelyBharath SM1-2/+2
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro1-1/+1
2023-07-10cifs: update the ctime on a partial page writeJeff Layton1-1/+1
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds4-5/+72
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2023-07-06cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2-0/+68
2023-07-01smb: client: remove redundant pointer 'server'Colin Ian King1-2/+0