summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Provide sane values for nlinkJim McDonough2013-09-211-0/+1
* cifs: stop trying to use virtual circuitsJeff Layton2013-09-181-4/+0
* CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-091-3/+10
* CIFS: Move parsing lease buffer to ops structPavel Shilovsky2013-09-091-0/+2
* CIFS: Move creating lease buffer to ops structPavel Shilovsky2013-09-091-3/+6
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-091-7/+9
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-081-2/+8
* cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar2013-09-081-3/+2
* cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar2013-09-081-0/+1
* cifs: Move and expand MAX_SERVER_SIZE definitionScott Lovenberg2013-09-081-2/+1
* cifs: Move string length definitions to uapiScott Lovenberg2013-09-081-5/+2
* CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-081-0/+3
* Do not attempt to do cifs operations reading symlinks with SMB2Steve French2013-07-301-0/+3
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-07-301-0/+1
* CIFS: Reconnect durable handles for SMB2Pavel Shilovsky2013-07-101-0/+1
* CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-101-3/+13
* cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton2013-06-271-0/+2
* [CIFS] Fix build warningSteve French2013-06-271-0/+2
* [CIFS] SMB3 Signing enablementSteve French2013-06-261-0/+3
* Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French2013-06-241-1/+2
* Add SMB3.02 dialect supportSteve French2013-06-241-0/+4
* cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton2013-06-241-1/+1
* move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton2013-06-241-2/+0
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-0/+1
* add new fields to smb_vol to track the requested security flavorJeff Layton2013-06-241-0/+2
* cifs: add new fields to cifs_ses to track requested security flavorJeff Layton2013-06-241-0/+2
* cifs: track the flavor of the NEGOTIATE reponseJeff Layton2013-06-241-0/+4
* cifs: add new "Unspecified" securityEnum valueJeff Layton2013-06-241-2/+2
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-241-10/+0
* cifs: remove protocolEnum definitionJeff Layton2013-06-241-6/+0
* cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton2013-06-241-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-11/+11
|\
| * cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman2013-02-131-2/+2
| * cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman2013-02-131-5/+5
| * cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman2013-02-131-1/+1
| * cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman2013-02-131-2/+2
| * cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman2013-02-131-1/+1
* | CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky2013-01-011-0/+1
* | Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky2013-01-011-1/+0
|/
* CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2012-12-111-0/+1
* Do not send SMB2 signatures for SMB3 framesSteve French2012-12-091-1/+3
* make convert_delimiter use strchr instead of open-coding itSteve French2012-12-051-9/+4
* cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton2012-12-051-2/+1
* Add SMB2.02 dialect supportSteve French2012-12-051-0/+1
* CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French2012-12-051-12/+0
* default authentication needs to be at least ntlmv2 security for cifs mountsSteve French2012-12-051-1/+1
* [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French2012-10-011-0/+9
* CIFS: Make ops->close return voidPavel Shilovsky2012-09-261-1/+2
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-241-0/+12
* CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-241-0/+10
OpenPOWER on IntegriCloud