summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-281-1/+2
| |/ /
* | | 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/+1Star
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner2019-06-192-26/+1Star
| | |/ | |/|
* | | 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-291-2/+2
| * | fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou2019-05-291-2/+4
| * | cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-05-291-1/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-20/+2Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-308-114/+8Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1Star
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-243-40/+3Star
* | 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-163-0/+99
| * Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Kovtunenko Oleksandr2019-05-161-5/+0Star
| * cifs: Allocate memory for all iovs in smb2_ioctlLong Li2019-05-161-2/+19
| * cifs: Don't match port on SMBDirect transportLong Li2019-05-161-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-131-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-171-1/+1
|\ \ | |/ |/|
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+1
* | cifs: update module internal version numberSteve French2019-05-081-1/+1
* | SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-084-17/+118
* | cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-081-6/+8
* | Negotiate and save preferred compression algorithmsSteve French2019-05-084-7/+61
* | cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-084-107/+14Star
* | cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg2019-05-083-6/+7
* | smb3: Add protocol structs for change notify supportSteve French2019-05-081-0/+36
* | cifs: fix smb3_zero_range for AzureRonnie Sahlberg2019-05-081-47/+7Star
* | cifs: zero-range does not require the file is sparseRonnie Sahlberg2019-05-081-12/+0Star
* | Add new flag on SMB3.1.1 readSteve French2019-05-081-0/+1
* | cifs: add fiemap supportRonnie Sahlberg2019-05-088-2/+132
* | SMB3: Add defines for new negotiate contextsSteve French2019-05-082-4/+27
* | cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg2019-05-081-1/+8
* | cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-05-083-30/+32
* | SMB3: Add handling for different FSCTL access flagsSteve French2019-05-081-1/+9
* | cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2019-05-082-2/+42
* | cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton2019-05-081-5/+0Star
* | cifs: Call MID callback before destroying transportLong Li2019-05-081-17/+19
* | cifs: smbd: Retry on memory registration failureLong Li2019-05-081-2/+2