summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix default behaviour for empty domains and add domainauto optionGermano Percossi2016-12-151-0/+2
* CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky2016-12-051-0/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2016-12-051-0/+3
* SMB3: parsing for new snapshot timestamp mount parmSteve French2016-12-011-0/+2
* CIFS: Add new mount option to set owner uid and gid from special sids in aclSteve French2016-10-141-0/+1
* CIFS: Fix persistent handles re-opening on reconnectPavel Shilovsky2016-10-131-0/+1
* Enable previous version supportSteve French2016-10-131-0/+2
* SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-121-1/+15
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-121-15/+15
* cifs: stuff the fl_owner into "pid" field in the lock requestJeff Layton2016-06-231-0/+1
* Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-2/+0
|\
| * cifs: no need to wank with copying and advancing iovec on recvmsg side eitherAl Viro2016-03-281-2/+0
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
|/
* lib: update single-char callers of strtobool()Kees Cook2016-03-171-2/+2