summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg2018-08-231-2/+2
* cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg2018-08-101-0/+5
* smb3: enumerating snapshots was leaving part of the data off endSteve French2018-08-101-7/+27
* cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg2018-08-101-6/+100
* cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg2018-08-101-8/+53
* cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg2018-08-071-98/+108
* smb3: display bytes_read and bytes_written in smb3 statsSteve French2018-08-071-0/+3
* cifs: simple stats should always be enabledSteve French2018-08-071-4/+0Star
* cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg2018-08-071-5/+26
* smb3: add tracepoint for session expired or deletedSteve French2018-08-071-0/+4
* smb3: remove per-session operations from per-tree connection statsSteve French2018-08-071-28/+18Star
* smb3: remove noisy warning message on mountSteve French2018-08-071-1/+5
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-6/+0Star
* smb3: add support for statfs for smb3.1.1 posix extensionsSteve French2018-08-071-1/+34
* smb3: fill in statfs fsid and correct namelenSteve French2018-08-071-0/+2
* cifs: Silence uninitialized variable warningDan Carpenter2018-08-071-1/+2
* cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio2018-07-051-6/+3Star
* cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara2018-07-051-0/+2
* cifs: fix SMB1 breakageRonnie Sahlberg2018-07-051-1/+1
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-051-0/+1
* cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-161-4/+3Star
* smb3: Fix mode on mkdir on smb311 mountsSteve French2018-06-151-0/+1
* CIFS: parse and store info on iface queriesAurelien Aptel2018-06-151-15/+155
* cifs: Fix encryption/signingPaulo Alcantara2018-06-151-2/+2
* cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-151-42/+29Star
* cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-151-9/+25
* cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg2018-06-081-23/+28
* CIFS: fix encryption in SMB3.1.1Aurelien Aptel2018-06-061-1/+1
* CIFS: Pass page offset for encryptingSteve French2018-06-061-7/+13
* CIFS: Use offset when reading pagesLong Li2018-06-031-1/+1
* cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg2018-06-031-0/+17
* cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg2018-06-011-26/+18Star
* 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-06-011-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-281-2/+5
* cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French2018-05-281-1/+1
* cifs: add server argument to the dump_detail methodRonnie Sahlberg2018-05-281-2/+3
* smb3: fix redundant opens on rootSteve French2018-05-281-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-131-4/+6
* cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg2018-04-131-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-021-1/+1
* fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg2018-04-021-3/+12
* CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel2018-01-271-31/+22Star