summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Fix NULL ptr derefAurelien Aptel2018-06-071-0/+6
* CIFS: Add support for direct pages in wdataLong Li2018-06-021-1/+1
* CIFS: Add support for direct pages in rdataLong Li2018-06-021-1/+1
* cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg2018-06-021-1/+1
* smb3: Add posix create context for smb3.11 posix mountsSteve French2018-05-311-0/+1
* smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French2018-05-301-0/+4
* smb3: add support for posix negotiate contextSteve French2018-05-301-0/+1
* cifs: allow disabling less secure legacy dialectsSteve French2018-05-301-9/+10
* cifs: make minor clarifications to module params for cifs.koSteve French2018-05-301-1/+1
* CIFS: Introduce offset for the 1st page in data transfer structuresLong Li2018-05-301-0/+3
* cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg2018-05-271-1/+1
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-271-1/+1
* cifs: add server argument to the dump_detail methodRonnie Sahlberg2018-05-271-1/+1
* smb3: fix redundant opens on rootSteve French2018-05-271-0/+5
* cifs: add resp_buf_size to the mid_q_entry structureRonnie Sahlberg2018-04-121-0/+1
* cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg2018-04-121-0/+2
* SMB311: Improve checking of negotiate security contextsSteve French2018-04-121-0/+1
* smb3: Fix root directory when server returns inode number of zeroSteve French2018-04-021-0/+1
* cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-021-0/+1
* CIFS: implement v3.11 preauth integrityAurelien Aptel2018-04-011-2/+3
* CIFS: add sha512 secmechAurelien Aptel2018-04-011-0/+2
* CIFS: make IPC a regular tconAurelien Aptel2018-01-261-7/+7
* CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li2018-01-241-2/+11
* CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Long Li2018-01-241-0/+3
* CIFS: SMBD: Add rdma mount optionLong Li2018-01-241-0/+5
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* Fix encryption labels and lengths for SMB3.1.1Steve French2017-10-181-2/+6
* SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French2017-09-171-0/+6
* cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-041-1/+1
* [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-081-18/+0
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-07-081-0/+2
* [CIFS] Minor cleanup of xattr query functionSteve French2017-05-121-1/+1
* CIFS: fix oplock break deadlocksRabin Vincent2017-05-031-0/+1
* CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky2017-05-021-0/+2
* CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky2017-05-021-0/+1
* CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky2017-05-021-0/+16
* CIFS: remove bad_network_name flagGermano Percossi2017-04-101-1/+0
* Introduce cifs_copy_file_range()Sachin Prabhu2017-04-071-3/+3
* SMB3: Rename clone_range to copychunk_rangeSachin Prabhu2017-04-071-1/+2
* Handle mismatched open callsSachin Prabhu2017-04-071-0/+11
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-021-0/+3
* CIFS: let ses->ipc_tid hold smb2 TreeIdsAurelien Aptel2017-03-011-1/+1
* CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-011-0/+1
* CIFS: Add copy into pages callback for a read operationPavel Shilovsky2017-02-011-0/+3
* CIFS: Add mid handle callbackPavel Shilovsky2017-02-011-0/+8
* CIFS: Add transform header handling callbacksPavel Shilovsky2017-02-011-0/+3
* CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-011-0/+2
* CIFS: Add capability to transform requests before sendingPavel Shilovsky2017-02-011-0/+7
* CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-011-1/+1
* CIFS: Make send_cancel take rqst as argumentPavel Shilovsky2017-02-011-1/+1