aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)Author
2014-02-14CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French
2013-11-19Check SMB3 dialects against downgrade attacksSteve French
2013-11-18Removed duplicated (and unneeded) gotoSteve French
2013-11-18CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large filesSteve French
2013-11-15[CIFS] Warn if SMB3 encryption required by serverSteve French
2013-11-15[CIFS] Set copychunk defaultsSteve French
2013-11-02Query File System AlignmentSteven French
2013-11-02Query device characteristics at mount time from server on SMB2/3 not just on ...Steven French
2013-10-28Query file system attributes from server on SMB2, not just cifs, mountsSteve French
2013-10-28Allow setting per-file compression via SMB2/3Steve French
2013-10-28Fix corrupt SMB2 ioctl requestsSteve French
2013-10-06cifs: Avoid umount hangs with smb2 when server is unresponsiveShirish Pargaonkar
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky
2013-09-09CIFS: Move parsing lease buffer to ops structPavel Shilovsky
2013-09-09CIFS: Move creating lease buffer to ops structPavel Shilovsky
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar
2013-09-08CIFS: convert to use le32_add_cpu()Wei Yongjun
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky
2013-07-10[CIFS] Fix minor endian error in durable handle patch seriesSteve French
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky
2013-07-10CIFS: Request durable open for SMB2 opensPavel Shilovsky
2013-07-10CIFS: Simplify SMB2 create context handlingPavel Shilovsky
2013-07-10CIFS: Simplify SMB2_open code pathPavel Shilovsky
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky
2013-07-10CIFS: Fix lease context buffer parsingPavel Shilovsky
2013-06-26[CIFS] Do not set DFS flag on SMB2 openSteve French
2013-06-26[CIFS] fix static checker warningSteve French
2013-06-26When server doesn't provide SecurityBuffer on SMB2Negotiate pick defaultSteve French
2013-06-26SMB2 FSCTL and IOCTL worker functionSteve French
2013-06-26Charge at least one credit, if server says that it supports multicreditSteve French
2013-06-26cifs: using strlcpy instead of strncpyZhao Hongjiang
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French
2013-06-24Add SMB3.02 dialect supportSteve French
2013-06-24Fix endian error in SMB2 protocol negotiationSteve French
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-05-04cifs: replaced kmalloc + memset with kzallocDia Vasile
2012-12-09fix "disabling echoes and oplocks" on SMB2 mountsSteve French
2012-12-05SMB3 mounts fail with access denied to some serversSteve French
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French
2012-09-26CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky