summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-31CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky1-7/+25
2019-01-31CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky1-10/+14
2019-01-31CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky1-3/+3
2018-11-27cifs: fix return value for cifs_listxattrRonnie Sahlberg1-5/+6
2018-10-10smb2: fix missing files in root share directory listingAurelien Aptel1-1/+1
2018-09-19smb3: check for and properly advertise directory lease supportSteve French1-5/+5
2018-09-19SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French1-5/+20
2018-09-05smb3: fill in statfs fsid and correct namelenSteve French1-0/+2
2018-09-05smb3: enumerating snapshots was leaving part of the data off endSteve French1-7/+27
2018-07-11cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara1-0/+2
2018-07-11cifs: Fix use after free of a mid_q_entryLars Persson1-0/+1
2018-06-26CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiryMark Syms1-2/+3
2018-06-26smb3: fix various xid leaksSteve French1-19/+44
2018-06-20cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara1-0/+6
2018-04-24fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg1-3/+12
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg1-6/+25
2017-09-18cifs: hide unused functionsArnd Bergmann1-0/+2
2017-09-18SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French1-0/+40
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg1-0/+60
2017-09-04cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg1-0/+144
2017-07-09CIFS: Reconnect expired SMB sessionsPavel Shilovsky1-0/+23
2017-07-09cifs: Use smb 2 - 3 and cifsacl mount options setacl functionShirish Pargaonkar1-3/+60
2017-07-06cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King1-1/+1
2017-07-06cifs: hide unused functionsArnd Bergmann1-1/+2
2017-07-06cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar1-0/+116
2017-07-03SMB3: Enable encryption for SMB3.1.1Steve French1-1/+1
2017-06-21CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet1-1/+3
2017-06-21CIFS: Improve readdir verbosityPavel Shilovsky1-2/+2
2017-05-03cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp1-0/+1
2017-04-11CIFS: Fix null pointer deref during read resp processingPavel Shilovsky1-2/+2
2017-04-07CIFS: Fix build failure with smb2Tobias Regnery1-0/+1
2017-04-07Introduce cifs_copy_file_range()Sachin Prabhu1-7/+13
2017-04-07SMB3: Rename clone_range to copychunk_rangeSachin Prabhu1-6/+6
2017-04-07Handle mismatched open callsSachin Prabhu1-2/+6
2017-03-03smb2: Enforce sec= mount optionSachin Prabhu1-0/+4
2017-03-03CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel1-0/+101
2017-03-02CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel1-7/+16
2017-03-02CIFS: Fix possible use after free in demultiplex threadPavel Shilovsky1-6/+26
2017-02-02CIFS: Add capability to decrypt big read responsesPavel Shilovsky1-9/+164
2017-02-02CIFS: Decrypt and process small encrypted packetsPavel Shilovsky1-0/+226
2017-02-02CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky1-0/+256
2017-02-02CIFS: Separate SMB2 header structurePavel Shilovsky1-12/+14
2016-10-14Cleanup missing frees on some ioctlsSteve French1-5/+4
2016-10-14Enable previous version supportSteve French1-0/+48
2016-10-12SMB3: Add mount parameter to allow user to override max creditsSteve French1-0/+4
2016-10-12fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel1-0/+1
2016-10-12SMB3: GUIDs should be constructed as random but valid uuidsSteve French1-1/+1
2016-07-28CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky1-1/+29
2016-07-12Add MF-Symlinks support for SMB 2.0Sachin Prabhu1-0/+2
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Steve French1-4/+9