aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel1-31/+22
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li1-2/+10
2018-01-24CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li1-1/+11
2017-12-06CIFS: don't log STATUS_NOT_FOUND errors for DFSAurelien Aptel1-1/+2
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-26/+4
2017-11-03cifs: move to generic async completionGilad Ben-Yossef1-26/+4
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg1-6/+25
2017-09-17cifs: hide unused functionsArnd Bergmann1-0/+2
2017-09-17SMB3: 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-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky1-0/+23
2017-07-08cifs: Use smb 2 - 3 and cifsacl mount options setacl functionShirish Pargaonkar1-3/+60
2017-07-05cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King1-1/+1
2017-07-05cifs: hide unused functionsArnd Bergmann1-1/+2
2017-07-05cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar1-0/+116
2017-07-02SMB3: 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-20CIFS: Improve readdir verbosityPavel Shilovsky1-2/+2
2017-05-03cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp1-0/+1
2017-04-10CIFS: 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-02smb2: Enforce sec= mount optionSachin Prabhu1-0/+4
2017-03-02CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel1-0/+101
2017-03-01CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel1-7/+16
2017-03-01CIFS: Fix possible use after free in demultiplex threadPavel Shilovsky1-6/+26
2017-02-01CIFS: Add capability to decrypt big read responsesPavel Shilovsky1-9/+164
2017-02-01CIFS: Decrypt and process small encrypted packetsPavel Shilovsky1-0/+226
2017-02-01CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky1-0/+256
2017-02-01CIFS: Separate SMB2 header structurePavel Shilovsky1-12/+14
2016-10-13Cleanup missing frees on some ioctlsSteve French1-5/+4
2016-10-13Enable 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-27CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky1-1/+29
2016-07-11Add MF-Symlinks support for SMB 2.0Sachin Prabhu1-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-4/+9
2015-11-03[SMB3] Enable checking for continuous availability and persistent handle supportSteve French1-3/+3
2015-10-31Allow duplicate extents in SMB3 not just SMB3.1.1Steve French1-3/+1
2015-09-22disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French1-2/+6
2015-06-28Add ioctl to set integritySteve French1-0/+24
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French1-0/+48
2015-06-27Add SMB3.11 mount option synonym for new dialectSteve French1-0/+86
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French1-0/+22
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2015-03-21cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu1-1/+2