summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
...
* CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-101-3/+13
* cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton2013-06-281-0/+2
* [CIFS] Fix build warningSteve French2013-06-271-0/+2
* [CIFS] SMB3 Signing enablementSteve French2013-06-271-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/+0Star
* 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/+0Star
* cifs: remove protocolEnum definitionJeff Layton2013-06-241-6/+0Star
* 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-261-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-021-0/+1
* | Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky2013-01-021-1/+0Star
|/
* 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-101-1/+3
* make convert_delimiter use strchr instead of open-coding itSteve French2012-12-051-9/+4Star
* cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton2012-12-051-2/+1Star
* 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/+0Star
* 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-271-1/+2
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-251-0/+12
* CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-251-0/+10
* CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-251-1/+1
* CIFS: Move brlock code to ops structPavel Shilovsky2012-09-251-0/+8
* CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-251-9/+9
* CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky2012-09-251-1/+1
* cifs: remove kmap lock and rsize limitJeff Layton2012-09-251-39/+0Star
* cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-251-2/+1Star
* cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-251-2/+5
* cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-251-1/+2
* cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2012-09-251-1/+1
* cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-251-2/+2
* cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-251-4/+4
* cifs: change signing routines to deal with smb_rqst structsJeff Layton2012-09-251-0/+14
* CIFS: Move statfs to ops structPavel Shilovsky2012-09-251-0/+5
* CIFS: Move oplock break to ops structPavel Shilovsky2012-09-251-0/+4
* CIFS: Process oplocks for SMB2Pavel Shilovsky2012-09-251-0/+2