aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio1-6/+3
2018-07-05cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara1-0/+2
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg1-1/+1
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson1-0/+1
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara1-4/+3
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French1-0/+1
2018-06-15CIFS: parse and store info on iface queriesAurelien Aptel1-15/+155
2018-06-15cifs: Fix encryption/signingPaulo Alcantara1-2/+2
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg1-42/+29
2018-06-15cifs: add lease tracking to the cached root fidRonnie Sahlberg1-9/+25
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg1-23/+28
2018-06-06CIFS: fix encryption in SMB3.1.1Aurelien Aptel1-1/+1
2018-06-05CIFS: Pass page offset for encryptingSteve French1-7/+13
2018-06-02CIFS: Use offset when reading pagesLong Li1-1/+1
2018-06-02cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg1-0/+17
2018-06-01cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg1-26/+18
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg1-6/+6
2018-06-01CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry, status STATUS_NETWORK_SESSION_EXPIRED, however the server can also respond with STATUS_USER_SESSION_DELETED in cases where the session has been idle for some time and the server reaps the session to recover resources.Mark Syms1-2/+3
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg1-47/+65
2018-05-30smb3: print tree id in debugdata in proc to be able to help loggingSteve French1-0/+2
2018-05-30smb3: fix various xid leaksSteve French1-19/+44
2018-05-27cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg1-2/+5
2018-05-27cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French1-1/+1
2018-05-27cifs: add server argument to the dump_detail methodRonnie Sahlberg1-2/+3
2018-05-27smb3: fix redundant opens on rootSteve French1-2/+45
2018-05-09cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara1-0/+6
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li1-4/+14
2018-04-17cifs: smb2ops: Fix NULL check in smb2_query_symlinkGustavo A. R. Silva1-2/+2
2018-04-12cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg1-4/+6
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg1-4/+4
2018-04-02cifs: add server->vals->header_preamble_sizeRonnie Sahlberg1-22/+37
2018-04-01Don't log expected error on DFS referral requestSteve French1-1/+1
2018-04-01fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg1-3/+12
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel1-31/+22
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li1-2/+10
2018-01-24CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li1-1/+11
2017-12-06CIFS: don't log STATUS_NOT_FOUND errors for DFSAurelien Aptel1-1/+2
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-26/+4
2017-11-03cifs: move to generic async completionGilad Ben-Yossef1-26/+4
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg1-6/+25
2017-09-17cifs: hide unused functionsArnd Bergmann1-0/+2
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French1-0/+40
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg1-0/+60
2017-09-04cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg1-0/+144
2017-07-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky1-0/+23
2017-07-08cifs: Use smb 2 - 3 and cifsacl mount options setacl functionShirish Pargaonkar1-3/+60
2017-07-05cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King1-1/+1
2017-07-05cifs: hide unused functionsArnd Bergmann1-1/+2
2017-07-05cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar1-0/+116
2017-07-02SMB3: Enable encryption for SMB3.1.1Steve French1-1/+1