summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2proto.h
Commit message (Expand)AuthorAgeFilesLines
* smb3: optimize open to not send query file internal infoSteve French2019-07-191-3/+4
* smb3: Fix enumerating snapshots to AzureSteve French2019-04-011-2/+3
* cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2019-03-151-0/+4
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-151-0/+3
* cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg2018-12-311-3/+2Star
* cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg2018-12-241-4/+6
* smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg2018-12-191-1/+2
* cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-241-1/+2
* cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg2018-10-241-6/+0Star
* cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg2018-10-241-1/+1
* cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-241-3/+0Star
* cifs: make rmdir() use compoundingRonnie Sahlberg2018-10-241-2/+0Star
* cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg2018-10-241-3/+8
* cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-241-0/+7
* cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg2018-08-101-0/+6
* cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg2018-08-091-0/+4
* cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg2018-08-091-0/+5
* cifs: add SMB2_close_init()/SMB2_close_free()Ronnie Sahlberg2018-08-081-0/+3
* cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg2018-08-071-0/+1
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-2/+0Star
* smb3: add support for statfs for smb3.1.1 posix extensionsSteve French2018-08-071-0/+3
* cifs: fix SMB1 breakageRonnie Sahlberg2018-07-051-2/+2
* cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-161-0/+2
* smb3: Fix mode on mkdir on smb311 mountsSteve French2018-06-151-0/+4
* cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg2018-06-081-1/+1
* cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg2018-06-011-1/+2
* cifs: add a new SMB2_close_flags functionRonnie Sahlberg2018-05-281-0/+2
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-281-1/+1
* smb3: fix redundant opens on rootSteve French2018-05-281-0/+2
* cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg2018-04-131-1/+1
* CIFS: implement v3.11 preauth integrityAurelien Aptel2018-04-021-0/+2
* CIFS: add sha512 secmechAurelien Aptel2018-04-021-0/+3
* CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel2018-01-271-2/+1Star
* cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg2017-10-181-0/+1
* cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-041-0/+3
* cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg2017-09-041-0/+3
* cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsa...Shirish Pargaonkar2017-07-081-0/+3
* cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar2017-07-061-0/+3
* Handle mismatched open callsSachin Prabhu2017-04-071-0/+7
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-031-0/+2
* CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel2017-03-021-1/+2
* CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-011-0/+2
* CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-011-0/+3
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2016-12-051-0/+1
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-05-171-0/+2
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-1/+2
* mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French2014-10-161-0/+4
* Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French2014-10-161-1/+3
* Add worker function to set allocation sizeSteve French2014-08-051-1/+1
* [CIFS] clean up page array when uncached write send failsSteve French2014-02-081-1/+2