summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | cifs: remove rfc1002 header from smb2_set_info_reqRonnie Sahlberg2018-01-242-11/+10
* | cifs: remove rfc1002 header from smb2 read/write requestsRonnie Sahlberg2018-01-242-30/+23
* | cifs: remove rfc1002 header from smb2_lock_reqRonnie Sahlberg2018-01-242-8/+7
* | cifs: remove rfc1002 header from smb2_flush_reqRonnie Sahlberg2018-01-242-5/+5
* | cifs: remove rfc1002 header from smb2_create_reqRonnie Sahlberg2018-01-242-19/+13
* | cifs: remove rfc1002 header from smb2_sess_setup_reqRonnie Sahlberg2018-01-242-15/+14
* | cifs: remove rfc1002 header from smb2_tree_connect_reqRonnie Sahlberg2018-01-242-10/+10
* | cifs: remove rfc1002 header from smb2_echo_reqRonnie Sahlberg2018-01-242-7/+9
* | cifs: remove rfc1002 header from smb2_ioctl_reqRonnie Sahlberg2018-01-242-12/+12
* | cifs: remove rfc1002 header from smb2_close_reqRonnie Sahlberg2018-01-242-5/+5
* | cifs: remove rfc1002 header from smb2_tree_disconnect_reqRonnie Sahlberg2018-01-242-3/+13
* | cifs: remove rfc1002 header from smb2_logoff_reqRonnie Sahlberg2018-01-242-5/+14
* | cifs: remove rfc1002 header from smb2_negotiate_reqRonnie Sahlberg2018-01-242-19/+21
* | cifs: Add smb2_send_recvRonnie Sahlberg2018-01-242-0/+42
* | CIFS: don't log STATUS_NOT_FOUND errors for DFSAurelien Aptel2017-12-061-1/+2
* | cifs: fix NULL deref in SMB2_readRonnie Sahlberg2017-12-061-15/+15
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-275-14/+14
* cifs: use find_get_pages_range_tag()Jan Kara2017-11-151-19/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-26/+4
|\
| * cifs: move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-10-301-2/+3
* | SMB3: Validate negotiate request must always be signedSteve French2017-10-261-0/+3
* | SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp2017-10-251-1/+2
* | SMB: fix leak of validate negotiate info response bufferDavid Disseldorp2017-10-251-2/+5
* | CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel2017-10-251-2/+2
* | CIFS: do not send invalid input buffer on QUERY_INFO requestsAurelien Aptel2017-10-251-3/+7
* | cifs: Select all required crypto modulesBenjamin Gilbert2017-10-251-0/+5
* | CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATELong Li2017-10-181-1/+1
* | cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg2017-10-185-11/+32
* | Fix encryption labels and lengths for SMB3.1.1Steve French2017-10-182-14/+20
|/
* SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-09-221-0/+7
* SMB3: handle new statx fieldsSteve French2017-09-221-0/+15
* SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-09-201-5/+12
* cifs: release auth_key.response for reconnect.Shu Wang2017-09-201-0/+8
* cifs: release cifs root_cred after exit_cifsShu Wang2017-09-201-1/+1
* CIFS: make arrays static const, reduces object code sizeColin Ian King2017-09-201-4/+8
* [SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French2017-09-201-2/+7
* cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg2017-09-201-0/+2
* SMB3: Warn user if trying to sign connection that authenticated as guestSteve French2017-09-201-0/+2
* SMB3: Fix endian warningSteve French2017-09-201-2/+3
* Fix SMB3.1.1 guest authentication to SambaSteve French2017-09-191-1/+1
* Update version of cifs moduleSteve French2017-09-171-1/+1
* cifs: hide unused functionsArnd Bergmann2017-09-171-0/+2
* SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French2017-09-175-18/+139
* cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg2017-09-121-2/+2
* Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-09-079-5/+274
|\
| * cifs: Check for timeout on Negotiate stageSamuel Cabrero2017-09-043-1/+26
| * cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-047-4/+79
OpenPOWER on IntegriCloud