aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Check SMB3 dialects against downgrade attacksSteve French1-0/+1
2013-11-15[CIFS] Set copychunk defaultsSteve French1-0/+3
2013-11-14CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French1-0/+3
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky1-1/+1
2013-11-02Query File System AlignmentSteven French1-0/+2
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner1-1/+24
2013-10-28Allow setting per-file compression via SMB2/3Steve French1-0/+2
2013-09-21[CIFS] Provide sane values for nlinkJim McDonough1-0/+1
2013-09-18cifs: stop trying to use virtual circuitsJeff Layton1-4/+0
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky1-3/+10
2013-09-09CIFS: Move parsing lease buffer to ops structPavel Shilovsky1-0/+2
2013-09-09CIFS: Move creating lease buffer to ops structPavel Shilovsky1-3/+6
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky1-7/+9
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky1-2/+8
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar1-3/+2
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar1-0/+1
2013-09-08cifs: Move and expand MAX_SERVER_SIZE definitionScott Lovenberg1-2/+1
2013-09-08cifs: Move string length definitions to uapiScott Lovenberg1-5/+2
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky1-0/+3
2013-07-30Do not attempt to do cifs operations reading symlinks with SMB2Steve French1-0/+3
2013-07-30cifs: extend the buffer length enought for sprintf() usingChen Gang1-0/+1
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky1-0/+1
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky1-3/+13
2013-06-27cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton1-0/+2
2013-06-27[CIFS] Fix build warningSteve French1-0/+2
2013-06-26[CIFS] SMB3 Signing enablementSteve French1-0/+3
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French1-1/+2
2013-06-24Add SMB3.02 dialect supportSteve French1-0/+4
2013-06-24cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton1-1/+1
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton1-2/+0
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton1-0/+1
2013-06-24add new fields to smb_vol to track the requested security flavorJeff Layton1-0/+2
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton1-0/+2
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton1-0/+4
2013-06-24cifs: add new "Unspecified" securityEnum valueJeff Layton1-2/+2
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton1-10/+0
2013-06-24cifs: remove protocolEnum definitionJeff Layton1-6/+0
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be createdJeff Layton1-0/+1
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-11/+11
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman1-2/+2
2013-02-13cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman1-5/+5
2013-02-13cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman1-1/+1
2013-02-13cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman1-2/+2
2013-02-13cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman1-1/+1
2013-01-01CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky1-0/+1
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky1-1/+0
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky1-0/+1
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French1-1/+3
2012-12-05make convert_delimiter use strchr instead of open-coding itSteve French1-9/+4
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton1-2/+1