aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2proto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg1-0/+6
2018-08-08cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg1-0/+4
2018-08-08cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg1-0/+5
2018-08-08cifs: add SMB2_close_init()/SMB2_close_free()Ronnie Sahlberg1-0/+3
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg1-0/+1
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-2/+0
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French1-0/+3
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg1-2/+2
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara1-0/+2
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French1-0/+4
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg1-1/+1
2018-05-31cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg1-1/+2
2018-05-27cifs: add a new SMB2_close_flags functionRonnie Sahlberg1-0/+2
2018-05-27cifs: update calc_size to take a server argumentRonnie Sahlberg1-1/+1
2018-05-27smb3: fix redundant opens on rootSteve French1-0/+2
2018-04-12cifs: Change SMB2_open to return an iov for the error parameterRonnie Sahlberg1-1/+1
2018-04-01CIFS: implement v3.11 preauth integrityAurelien Aptel1-0/+2
2018-04-01CIFS: add sha512 secmechAurelien Aptel1-0/+3
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel1-2/+1
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg1-0/+1
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg1-0/+3
2017-09-04cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg1-0/+3
2017-07-08cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsacl mount optionsShirish Pargaonkar1-0/+3
2017-07-05cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount optionsShirish Pargaonkar1-0/+3
2017-04-07Handle mismatched open callsSachin Prabhu1-0/+7
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu1-0/+2
2017-03-01CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel1-1/+2
2017-02-01CIFS: Decrypt and process small encrypted packetsPavel Shilovsky1-0/+2
2017-02-01CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky1-0/+3
2016-12-05CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky1-0/+1
2016-05-17remove directory incorrectly tries to set delete on close on non-empty directoriesSteve French1-0/+2
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French1-1/+2
2014-10-16mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French1-0/+4
2014-10-16Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French1-1/+3
2014-08-05Add worker function to set allocation sizeSteve French1-1/+1
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French1-1/+2
2013-11-19Check SMB3 dialects against downgrade attacksSteve French1-0/+1
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky1-1/+1
2013-11-02Query device characteristics at mount time from server on SMB2/3 not just on cifs mountsSteven French1-1/+1
2013-10-28Query file system attributes from server on SMB2, not just cifs, mountsSteve French1-0/+2
2013-10-28Allow setting per-file compression via SMB2/3Steve French1-0/+2
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky1-2/+0
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky1-1/+2
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky1-4/+2
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky1-5/+3
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky1-2/+2
2013-06-26SMB2 FSCTL and IOCTL worker functionSteve French1-0/+4
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French1-0/+4
2012-09-24CIFS: Add SMB2.1 lease break supportPavel Shilovsky1-0/+4
2012-09-24CIFS: Use brlock cache for SMB2Pavel Shilovsky1-0/+1