summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2proto.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-081-2/+1
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-181-2/+2
* smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-231-0/+3
* cifs: return cached_fid from open_shrootRonnie Sahlberg2020-10-111-1/+2
* smb311: Add support for SMB311 query info (non-compounded)Steve French2020-06-121-0/+2
* SMB311: Add support for query info using posix extensions (level 100)Steve French2020-06-121-0/+4
* cifs: multichannel: move channel selection above transport layerAurelien Aptel2020-06-041-6/+19
* cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li2020-04-071-2/+4
* cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel2020-03-221-1/+4
* cifs: add smb2 POSIX info levelAurelien Aptel2020-03-221-0/+2
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-1/+1
* cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-261-0/+5
* CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-131-0/+2
* smb3: query attributes on file closeSteve French2019-12-031-1/+4
* smb3: remove unused flag passed into close functionsSteve French2019-12-021-2/+0
* cifs: add server paramAurelien Aptel2019-11-251-1/+2
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-11-251-0/+3
* smb3: cleanup some recent endian errors spotted by updated sparseSteve French2019-10-061-0/+4
* smb3: pass mode bits into create callsSteve French2019-09-261-1/+2
* cifs: prepare SMB2_Flush to be usable in compoundsRonnie Sahlberg2019-09-161-0/+4
* smb3: optimize open to not send query file internal infoSteve French2019-07-181-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-141-0/+4
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-141-0/+3
* cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg2018-12-311-3/+2
* cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg2018-12-231-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-231-1/+2
* cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg2018-10-231-6/+0
* cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg2018-10-231-1/+1
* cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-231-3/+0
* cifs: make rmdir() use compoundingRonnie Sahlberg2018-10-231-2/+0
* cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg2018-10-231-3/+8
* cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-231-0/+7
* cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg2018-08-091-0/+6
* cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg2018-08-081-0/+4
* cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg2018-08-081-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/+0
* 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-151-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-071-1/+1
* cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg2018-05-311-1/+2
* cifs: add a new SMB2_close_flags functionRonnie Sahlberg2018-05-271-0/+2
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-271-1/+1
* smb3: fix redundant opens on rootSteve French2018-05-271-0/+2
* cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg2018-04-121-1/+1