summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-10-051-0/+5
* CIFS: fix max ea value sizeMurphy Zhou2019-10-051-1/+1
* smb3: fix leak in "open on server" perf counterSteve French2019-10-052-0/+6
* smb3: allow disabling requesting leasesSteve French2019-10-054-2/+13
* smb3: fix unmount hang in open_shrootSteve French2019-10-011-10/+11
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-09-211-1/+1
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-09-211-0/+22
* SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant2019-08-291-1/+9
* SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky2019-08-291-12/+17
* smb3: send CAP_DFS capability during session setupSteve French2019-08-161-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-161-1/+1
* cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg2019-08-061-4/+12
* cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-08-061-4/+4
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-261-1/+45
* cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-261-0/+16
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-263-2/+12
* cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-262-1/+22
* cifs: always add credits back for unsolicited PDUsRonnie Sahlberg2019-07-261-1/+1
* cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg2019-06-282-5/+73
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-212-26/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner2019-06-192-26/+1
* | cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg2019-06-171-0/+2
* | SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-06-171-1/+1
* | cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg2019-06-133-2/+12
* | cifs: fix panic in smb2_reconnectRonnie Sahlberg2019-06-131-1/+9
|/
* Merge tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-05-313-6/+11
|\
| * CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-05-291-1/+3
| * dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gen Zhang2019-05-281-2/+2
| * fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou2019-05-281-2/+4
| * cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-05-281-1/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-20/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-114/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-243-40/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-05-198-51/+173
|\
| * cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg2019-05-153-0/+99
| * Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Kovtunenko Oleksandr2019-05-151-5/+0
| * cifs: Allocate memory for all iovs in smb2_ioctlLong Li2019-05-151-2/+19
| * cifs: Don't match port on SMBDirect transportLong Li2019-05-151-0/+4
| * cifs:smbd Use the correct DMA direction when sending dataLong Li2019-05-141-3/+5
| * cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Long Li2019-05-141-17/+20
| * cifs: use the right include for signal_pending()Ronnie Sahlberg2019-05-121-1/+1
| * smb3: trivial cleanup to smb2ops.cSteve French2019-05-091-1/+1
| * cifs: cleanup smb2ops.c and normalize stringsChristoph Probst2019-05-091-22/+22
| * smb3: display session id in debug dataSteve French2019-05-091-0/+2
* | Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-161-1/+1
|\ \ | |/ |/|
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+1
* | cifs: update module internal version numberSteve French2019-05-071-1/+1
* | SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-074-17/+118