summaryrefslogtreecommitdiffstats
path: root/fs/smb/client (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: update internal module version number for cifs.koSteve French2023-09-071-2/+2
* smb3: allow controlling maximum number of cached directoriesSteve French2023-09-077-6/+22
* smb3: add trace point for queryfs (statfs)Steve French2023-09-072-1/+2
* smb3: allow controlling length of time directory entries are cached with dir ...Steve French2023-08-313-2/+13
* smb: propagate error code of extract_sharename()Katya Orlova2023-08-311-1/+1
* Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-08-3130-1426/+1017
|\
| * fs/smb/client: Use common code in clientDr. David Alan Gilbert2023-08-305-405/+4
| * fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert2023-08-302-166/+0
| * SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French2023-08-309-22/+22
| * [SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French2023-08-254-1/+23
| * cifs: update desired access while requesting for directory leaseBharath SM2023-08-221-1/+1
| * smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara2023-08-201-17/+18
| * smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara2023-08-201-14/+16
| * smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara2023-08-203-47/+37
| * smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara2023-08-201-12/+17
| * smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara2023-08-201-2/+2
| * smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara2023-08-201-27/+41
| * smb: cilent: set reparse mount points as automountsPaulo Alcantara2023-08-204-172/+194
| * smb: client: query reparse points in older dialectsPaulo Alcantara2023-08-201-0/+2
| * smb: client: do not query reparse points twice on symlinksPaulo Alcantara2023-08-204-161/+55
| * smb: client: parse reparse point flag in create responsePaulo Alcantara2023-08-205-95/+174
| * smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara2023-08-207-72/+57
| * smb: client: get rid of dfs naming in automount codePaulo Alcantara2023-08-206-30/+30
| * smb: client: rename cifs_dfs_ref.c to namespace.cPaulo Alcantara2023-08-202-1/+1
| * smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara2023-08-201-26/+26
| * smb: client: move some params to cifs_open_info_dataPaulo Alcantara2023-08-205-66/+77
| * smb: client: ensure to try all targets when finding nested linksPaulo Alcantara2023-08-205-128/+255
| * smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara2023-08-204-8/+12
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+2
|\ \
| * | mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+2
* | | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-1/+1
|\ \ \
| * | | fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-1/+1
* | | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-284-13/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | | smb: convert to ctime accessor functionsJeff Layton2023-07-244-12/+14
| * | | cifs: update the ctime on a partial page writeJeff Layton2023-07-101-1/+1
| |/ /
* | | smb: client: fix null authScott Mayhew2023-08-161-0/+4
* | | smb3: display network namespace in debug informationSteve French2023-08-141-0/+10
* | | cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical2023-08-141-1/+1
* | | cifs: fix potential oops in cifs_oplock_breakSteve French2023-08-111-7/+16
* | | smb: client: fix dfs link mount against w2k8Paulo Alcantara2023-08-021-1/+5
| |/ |/|
* | cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N2023-07-261-0/+5
* | smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French2023-07-251-1/+3
* | cifs: fix charset issue in reconnectionWinston Wen2023-07-255-4/+9
* | cifs: update internal module version number for cifs.koSteve French2023-07-221-2/+2
* | cifs: allow dumping keys for directories tooShyam Prasad N2023-07-221-4/+13
* | cifs: fix mid leak during reconnection after timeout thresholdShyam Prasad N2023-07-141-4/+15
* | cifs: is_network_name_deleted should return a boolShyam Prasad N2023-07-143-7/+14
* | smb: client: fix missed ses refcountingPaulo Alcantara2023-07-132-17/+11
* | smb: client: Fix -Wstringop-overflow issuesGustavo A. R. Silva2023-07-131-1/+1