summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Use offset when reading pagesLong Li2018-06-021-1/+1
* cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg2018-06-021-0/+17
* cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg2018-06-011-26/+18
* cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-011-6/+6
* CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expir...Mark Syms2018-06-011-2/+3
* cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg2018-05-311-47/+65
* smb3: print tree id in debugdata in proc to be able to help loggingSteve French2018-05-301-0/+2
* smb3: fix various xid leaksSteve French2018-05-301-19/+44
* cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg2018-05-271-2/+5
* cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French2018-05-271-1/+1
* cifs: add server argument to the dump_detail methodRonnie Sahlberg2018-05-271-2/+3
* smb3: fix redundant opens on rootSteve French2018-05-271-2/+45
* cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara2018-05-091-0/+6
* cifs: smbd: Don't use RDMA read/write when signing is usedLong Li2018-04-251-4/+14
* cifs: smb2ops: Fix NULL check in smb2_query_symlinkGustavo A. R. Silva2018-04-171-2/+2
* cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg2018-04-121-4/+6
* cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg2018-04-121-4/+4
* cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-021-22/+37
* Don't log expected error on DFS referral requestSteve French2018-04-011-1/+1
* fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg2018-04-011-3/+12
* CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel2018-01-261-31/+22
* CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li2018-01-241-2/+10
* CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li2018-01-241-1/+11
* CIFS: don't log STATUS_NOT_FOUND errors for DFSAurelien Aptel2017-12-061-1/+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
* | cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg2017-10-181-6/+25
|/
* cifs: hide unused functionsArnd Bergmann2017-09-171-0/+2
* SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French2017-09-171-0/+40
* cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-041-0/+60
* cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg2017-09-041-0/+144
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-07-081-0/+23
* cifs: Use smb 2 - 3 and cifsacl mount options setacl functionShirish Pargaonkar2017-07-081-3/+60
* cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King2017-07-051-1/+1
* cifs: hide unused functionsArnd Bergmann2017-07-051-1/+2
* cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar2017-07-051-0/+116
* SMB3: Enable encryption for SMB3.1.1Steve French2017-07-021-1/+1
* CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet2017-06-211-1/+3
* CIFS: Improve readdir verbosityPavel Shilovsky2017-06-201-2/+2
* cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp2017-05-031-0/+1
* CIFS: Fix null pointer deref during read resp processingPavel Shilovsky2017-04-101-2/+2
* CIFS: Fix build failure with smb2Tobias Regnery2017-04-071-0/+1
* Introduce cifs_copy_file_range()Sachin Prabhu2017-04-071-7/+13
* SMB3: Rename clone_range to copychunk_rangeSachin Prabhu2017-04-071-6/+6
* Handle mismatched open callsSachin Prabhu2017-04-071-2/+6
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-021-0/+4
* CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel2017-03-021-0/+101
* CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel2017-03-011-7/+16
* CIFS: Fix possible use after free in demultiplex threadPavel Shilovsky2017-03-011-6/+26
* CIFS: Add capability to decrypt big read responsesPavel Shilovsky2017-02-011-9/+164
OpenPOWER on IntegriCloud