aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French1-0/+2
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky1-1/+1
2014-08-21cifs: remove unneeded check of null checking in if conditionNamjae Jeon1-2/+1
2014-08-21cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon1-1/+1
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky1-5/+4
2014-08-17[CIFS] Possible null ptr deref in SMB2_tconSteve French1-1/+2
2014-08-13Add sparse file support to SMB2/SMB3 mountsSteve French1-1/+3
2014-08-05Add worker function to set allocation sizeSteve French1-3/+7
2014-08-02CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky1-0/+6
2014-08-02CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky1-2/+2
2014-08-02CIFS: Use multicredits for SMB 2.1/3 readsPavel Shilovsky1-3/+27
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky1-5/+25
2014-08-02CIFS: Fix wsize usage in iovec writePavel Shilovsky1-4/+0
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu1-10/+0
2014-05-24CIFS: Fix memory leaks in SMB2_openPavel Shilovsky1-1/+6
2014-05-21Clarify SMB2/SMB3 create context and add missing onesSteve French1-0/+2
2014-05-21Do not send ClientGUID on SMB2.02 dialectSteve French1-1/+6
2014-05-21cifs: Set client guid on per connection basisSachin Prabhu1-2/+3
2014-04-16fs: cifs: remove unused variable.Cyril Roelandt1-2/+0
2014-02-14CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky1-1/+3
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French1-2/+3
2013-11-19Check SMB3 dialects against downgrade attacksSteve French1-0/+77
2013-11-18Removed duplicated (and unneeded) gotoSteve French1-4/+2
2013-11-18CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large filesSteve French1-1/+8
2013-11-15[CIFS] Warn if SMB3 encryption required by serverSteve French1-0/+2
2013-11-15[CIFS] Set copychunk defaultsSteve French1-1/+9
2013-11-02Query File System AlignmentSteven French1-1/+11
2013-11-02Query device characteristics at mount time from server on SMB2/3 not just on cifs mountsSteven French1-8/+23
2013-10-28Query file system attributes from server on SMB2, not just cifs, mountsSteve French1-2/+40
2013-10-28Allow setting per-file compression via SMB2/3Steve French1-0/+27
2013-10-28Fix corrupt SMB2 ioctl requestsSteve French1-4/+17
2013-10-06cifs: Avoid umount hangs with smb2 when server is unresponsiveShirish Pargaonkar1-0/+6
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky1-3/+4
2013-09-09CIFS: Move parsing lease buffer to ops structPavel Shilovsky1-17/+10
2013-09-09CIFS: Move creating lease buffer to ops structPavel Shilovsky1-42/+11
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky1-1/+1
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar1-2/+12
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar1-0/+1
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar1-0/+31
2013-09-08CIFS: convert to use le32_add_cpu()Wei Yongjun1-6/+2
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky1-1/+5
2013-07-10[CIFS] Fix minor endian error in durable handle patch seriesSteve French1-1/+2
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky1-4/+34
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky1-10/+9
2013-07-10CIFS: Request durable open for SMB2 opensPavel Shilovsky1-1/+61
2013-07-10CIFS: Simplify SMB2 create context handlingPavel Shilovsky1-12/+26
2013-07-10CIFS: Simplify SMB2_open code pathPavel Shilovsky1-35/+24
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky1-3/+7
2013-07-10CIFS: Fix lease context buffer parsingPavel Shilovsky1-6/+7
2013-06-26[CIFS] Do not set DFS flag on SMB2 openSteve French1-7/+14