summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2proto.h
AgeCommit message (Expand)Author
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2020-01-26cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky
2019-12-03smb3: query attributes on file closeSteve French
2019-12-02smb3: remove unused flag passed into close functionsSteve French
2019-11-25cifs: add server paramAurelien Aptel
2019-11-25CIFS: Close open handle after interrupted closePavel Shilovsky
2019-10-06smb3: cleanup some recent endian errors spotted by updated sparseSteve French
2019-09-26smb3: pass mode bits into create callsSteve French
2019-09-16cifs: prepare SMB2_Flush to be usable in compoundsRonnie Sahlberg
2019-07-18smb3: optimize open to not send query file internal infoSteve French
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French
2019-03-14cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg
2018-10-23cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg
2018-10-23cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg
2018-10-23cifs: make rmdir() use compoundingRonnie Sahlberg
2018-10-23cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg
2018-08-08cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg
2018-08-08cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg
2018-08-08cifs: add SMB2_close_init()/SMB2_close_free()Ronnie Sahlberg
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg
2018-05-31cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg
2018-05-27cifs: add a new SMB2_close_flags functionRonnie Sahlberg
2018-05-27cifs: update calc_size to take a server argumentRonnie Sahlberg
2018-05-27smb3: fix redundant opens on rootSteve French
2018-04-12cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg
2018-04-01CIFS: implement v3.11 preauth integrityAurelien Aptel
2018-04-01CIFS: add sha512 secmechAurelien Aptel
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg
2017-09-04cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg
2017-07-08cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsa...Shirish Pargaonkar
2017-07-05cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar
2017-04-07Handle mismatched open callsSachin Prabhu
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu