summaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)2020-01-271-3/+3
* cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)2020-01-271-286/+279
* cifs: Don't use iov_iter::type directlyDavid Howells2020-01-271-4/+4
* cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-01-271-2/+7
* cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2020-01-272-12/+87
* cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg2020-01-271-46/+63
* cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-273-36/+82
* fs/cifs/cifssmb.c: use true,false for bool variablezhengbin2020-01-271-2/+2
* fs/cifs/smb2ops.c: use true,false for bool variablezhengbin2020-01-271-1/+1
* cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2019-12-232-9/+55
* cifs: Adjust indentation in smb2_open_fileNathan Chancellor2019-12-231-1/+1
* CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-135-4/+25
* SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French2019-12-131-0/+1
* smb3: fix refcount underflow warning on unmount when no directory leasesSteve French2019-12-101-1/+2
* Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-0813-72/+265
|\
| * smb3: improve check for when we send the security descriptor context on createSteve French2019-12-081-0/+2
| * smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-065-34/+122
| * cifs: fix possible uninitialized access and race on iface_listAurelien Aptel2019-12-041-3/+26
| * cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-043-1/+9
| * smb3: query attributes on file closeSteve French2019-12-037-15/+97
| * smb3: remove unused flag passed into close functionsSteve French2019-12-032-16/+5
| * cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King2019-12-021-1/+1
| * fs: cifs: Fix atime update check vs mtimeDeepa Dinamani2019-12-021-1/+1
| * CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-021-3/+4
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-061-6/+1
|\ \
| * | new helper: lookup_positive_unlocked()Al Viro2019-11-151-6/+1
* | | Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds2019-12-021-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet2019-10-299-40/+57
| |\|
| * | docs: fix some broken referencesMauro Carvalho Chehab2019-10-101-1/+1
* | | CIFS: fix a white space issue in cifs_get_inode_info()Dan Carpenter via samba-technical2019-11-271-1/+2
* | | cifs: update internal module version numberSteve French2019-11-251-1/+1
* | | cifs: Always update signing key of first channelPaulo Alcantara (SUSE)2019-11-251-0/+4
* | | cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)2019-11-251-10/+22
* | | cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)2019-11-251-12/+29
* | | cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)2019-11-251-2/+1
* | | cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)2019-11-251-11/+35
* | | cifs: dump channel info in DebugDataAurelien Aptel2019-11-251-1/+34
* | | smb3: dump in_send and num_waiters stats counters by defaultSteve French2019-11-252-21/+4
* | | cifs: try harder to open new channelsAurelien Aptel2019-11-251-10/+22
* | | CIFS: Properly process SMB3 lease breaksPavel Shilovsky2019-11-257-65/+57
* | | cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg2019-11-253-27/+65
* | | cifs: try opening channels after mountingAurelien Aptel2019-11-259-88/+478
* | | CIFS: refactor cifs_get_inode_info()Aurelien Aptel2019-11-252-137/+205
* | | cifs: switch servers depending on binding stateAurelien Aptel2019-11-256-21/+33
* | | cifs: add server paramAurelien Aptel2019-11-255-17/+22
* | | cifs: add multichannel mount options and data structsAurelien Aptel2019-11-253-2/+56
* | | cifs: sort interface list by speedAurelien Aptel2019-11-251-0/+11
* | | CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-11-251-4/+3
* | | cifs: don't use 'pre:' for MODULE_SOFTDEPRonnie Sahlberg2019-11-251-12/+12
* | | cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li2019-11-251-2/+5