summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: sanitize multiple delimiters in prepathThiago Rafael Becker2021-12-171-1/+37
* cifs: ignore resource_id while getting fscache super cookieShyam Prasad N2021-12-172-13/+7
* cifs: fix ntlmssp auth when there is no key exchangePaulo Alcantara2021-12-081-18/+36
* cifs: avoid use of dstaddr as key for fscache client cookieShyam Prasad N2021-12-031-37/+1
* cifs: add server conn_id to fscache client cookieShyam Prasad N2021-12-032-0/+14
* cifs: wait for tcon resource_id before getting fscache superShyam Prasad N2021-12-033-7/+8
* cifs: fix missed refcounting of ipc tconPaulo Alcantara2021-12-031-0/+1
* cifs: update internal version numberSteve French2021-11-231-1/+1
* smb2: clarify rc initialization in smb2_reconnectSteve French2021-11-231-1/+1
* cifs: populate server_hostname for extra channelsShyam Prasad N2021-11-231-0/+1
* cifs: nosharesock should be set on new serverShyam Prasad N2021-11-231-3/+4
* cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-165-33/+18
* cifs: protect srv_count with cifs_tcp_ses_lockSteve French2021-11-161-0/+2
* cifs: move debug print out of spinlockSteve French2021-11-161-1/+1
* cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N2021-11-121-2/+7
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-126-14/+36
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-126-15/+71
* cifs: do not negotiate session if session already existsShyam Prasad N2021-11-121-8/+10
* smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French2021-11-122-2/+14
* cifs: fix potential use-after-free bugsPaulo Alcantara2021-11-121-22/+19
* cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara2021-11-121-0/+2
* smb3: add additional null check in SMB311_posix_mkdirSteve French2021-11-121-0/+11
* cifs: release lock earlier in dequeue_mid error caseSteve French2021-11-121-3/+4
* smb3: add additional null check in SMB2_tconSteve French2021-11-121-1/+1
* smb3: add additional null check in SMB2_openSteve French2021-11-121-1/+3
* smb3: add additional null check in SMB2_ioctlSteve French2021-11-111-0/+10
* smb3: remove trivial dfs compile warningSteve French2021-11-101-2/+2
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-109-693/+660
* smb3: do not error on fsync when readonlySteve French2021-11-101-6/+29
* cifs: for compound requests, use open handle if possibleShyam Prasad N2021-11-101-5/+17
* cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2021-11-092-2/+3
* cifs: split out dfs code from cifs_reconnect()Paulo Alcantara2021-11-091-133/+162
* cifs: convert list_for_each to entry variantPaulo Alcantara2021-11-091-19/+13
* cifs: introduce new helper for cifs_reconnect()Paulo Alcantara2021-11-091-64/+75
* cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara2021-11-091-1/+1
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-088-85/+170
* cifs: nosharesock should not share socket with future sessionsShyam Prasad N2021-11-073-1/+10
* Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds2021-11-0614-1091/+310
|\
| * smb3: add dynamic trace points for socket connectionSteve French2021-11-052-1/+73
| * cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg2021-11-054-176/+14
| * cifs: Move more definitions into the shared areaRonnie Sahlberg2021-11-052-226/+35
| * cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg2021-11-052-222/+2
| * cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-0511-476/+175
| * cifs: add mount parameter tcpnodelaySteve French2021-11-022-0/+9
| * cifs: To match file servers, make sure the server hostname matchesShyam Prasad N2021-11-023-8/+20
* | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-2/+2
|/
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-09-231-2/+3
* smb3: correct server pointer dereferencing check to be more consistentSteve French2021-09-231-1/+2
* smb3: correct smb3 ACL security descriptorSteve French2021-09-231-2/+2
* cifs: Clear modified attribute bit from inode flagsSteve French2021-09-231-1/+1