summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Add capability to decrypt big read responsesPavel Shilovsky2017-02-011-9/+164
* CIFS: Decrypt and process small encrypted packetsPavel Shilovsky2017-02-011-0/+226
* CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky2017-02-011-0/+256
* CIFS: Separate SMB2 header structurePavel Shilovsky2017-02-011-12/+14
* Cleanup missing frees on some ioctlsSteve French2016-10-141-5/+4Star
* Enable previous version supportSteve French2016-10-141-0/+48
* SMB3: Add mount parameter to allow user to override max creditsSteve French2016-10-121-0/+4
* fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel2016-10-121-0/+1
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-121-1/+1
* CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky2016-07-281-1/+29
* Add MF-Symlinks support for SMB 2.0Sachin Prabhu2016-07-121-0/+2
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-4/+9
* [SMB3] Enable checking for continuous availability and persistent handle supportSteve French2015-11-031-3/+3
* Allow duplicate extents in SMB3 not just SMB3.1.1Steve French2015-11-011-3/+1Star
* disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French2015-09-221-2/+6
* Add ioctl to set integritySteve French2015-06-291-0/+24
* Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French2015-06-291-0/+48
* Add SMB3.11 mount option synonym for new dialectSteve French2015-06-281-0/+86
* Allow parsing vers=3.11 on cifs mountSteve French2015-06-281-0/+22
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu2015-03-211-1/+2
* Convert MessageID in smb2_hdr to LESachin Prabhu2014-12-141-1/+2
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-111-1/+1
|\
| * fs/cifs: remove obsolete __constantFabian Frederick2014-12-111-1/+1
* | Add support for original fallocateSteve French2014-12-081-1/+62
|/
* Check minimum response length on query_network_interfaceSteve French2014-10-161-4/+7
* mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French2014-10-161-0/+2
* Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French2014-10-161-0/+2
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-161-6/+6
* CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-08-251-1/+1
* Trivial whitespace fixSteve French2014-08-211-1/+1
* [SMB3] Enable fallocate -z support for SMB3 mountsSteve French2014-08-181-0/+55
* enable fallocate punch hole ("fallocate -p") for SMB3Steve French2014-08-181-0/+45
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-08-171-0/+9
* Cleanup sparse file support by creating worker function for itSteve French2014-08-161-31/+49
* Add sparse file support to SMB2/SMB3 mountsSteve French2014-08-131-0/+43
* Add worker function to set allocation sizeSteve French2014-08-051-1/+2
* CIFS: Use multicredits for SMB 2.1/3 readsPavel Shilovsky2014-08-021-2/+3
* CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky2014-08-021-2/+53
* CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky2014-08-021-0/+10
* Clarify SMB2/SMB3 create context and add missing onesSteve French2014-05-211-0/+2
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-04-161-0/+14
* CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky2014-02-141-10/+4Star
* Check SMB3 dialects against downgrade attacksSteve French2013-11-201-0/+1
* CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large filesSteve French2013-11-191-13/+85
* CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French2013-11-141-0/+82
* Query network adapter info at mount time for debuggingSteve French2013-11-021-0/+30
* Query File System AlignmentSteven French2013-11-021-1/+43
* Query device characteristics at mount time from server on SMB2/3 not just on ...Steven French2013-11-021-1/+4
* Query file system attributes from server on SMB2, not just cifs, mountsSteve French2013-10-281-0/+28