summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: Deal with some warnings from W=1David Howells2021-09-231-2/+12
* cifs: fix a sign extension bugDan Carpenter2021-09-211-1/+1
* cifs: Not to defer close on file when lock is setRohith Surabattula2021-09-172-0/+3
* cifs: Fix soft lockup during fsstressRohith Surabattula2021-09-171-2/+2
* cifs: Deferred close performance improvementsRohith Surabattula2021-09-173-3/+43
* cifs: fix incorrect kernel doc commentsSteve French2021-09-132-3/+11
* cifs: remove pathname for file from SPDX headerSteve French2021-09-1346-47/+7
* cifs: properly invalidate cached root handle when closing itEnzo Matsumiya2021-09-091-7/+13
* cifs: move SMB FSCTL definitions to common codeSteve French2021-09-092-163/+1
* cifs: rename cifs_common to smbfs_commonSteve French2021-09-082-2/+2
* cifs: update FSCTL definitionsSteve French2021-09-081-3/+13
* Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-08-3121-763/+128
|\
| * cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg2021-08-251-1/+22
| * cifs: cifs_md4 convert to SPDX identifierSteve French2021-08-251-1/+0