summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2proto.h
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2022-12-08cifs: Parse owner/group for stat in smb311 posix extensionsVolker Lendecke
2022-10-15smb3: improve SMB3 change notification supportSteve French
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara
2022-08-17cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-03-23cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-06-20cifs: remove duplicated prototypeSteve French
2021-04-25cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg
2021-04-25cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-11cifs: return cached_fid from open_shrootRonnie Sahlberg
2020-06-12smb311: Add support for SMB311 query info (non-compounded)Steve French
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel
2020-04-07cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li
2020-03-22cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel
2020-03-22cifs: add smb2 POSIX info levelAurelien Aptel
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