aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)Author
2013-07-30Do not attempt to do cifs operations reading symlinks with SMB2Steve French
2013-07-30cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky
2013-06-27cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton
2013-06-27[CIFS] Fix build warningSteve French
2013-06-26[CIFS] SMB3 Signing enablementSteve French
2013-06-24Add ability to dipslay SMB3 share flags and capabilities for debuggingSteve French
2013-06-24Add SMB3.02 dialect supportSteve French
2013-06-24cifs: update the default global_secflags to include "raw" NTLMv2Jeff Layton
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-24add new fields to smb_vol to track the requested security flavorJeff Layton
2013-06-24cifs: add new fields to cifs_ses to track requested security flavorJeff Layton
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton
2013-06-24cifs: add new "Unspecified" securityEnum valueJeff Layton
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton
2013-06-24cifs: remove protocolEnum definitionJeff Layton
2013-06-24cifs: add a "nosharesock" mount option to force new sockets to server to be c...Jeff Layton
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-13cifs: Convert struct cifs_ses to use a kuid_t and a kgid_tEric W. Biederman
2013-02-13cifs: Modify struct smb_vol to use kuids and kgidsEric W. Biederman
2013-02-13cifs: Convert struct cifsFileInfo to use a kuidEric W. Biederman
2013-02-13cifs: Convert struct cifs_fattr to use kuid and kgidsEric W. Biederman
2013-02-13cifs: Convert struct tcon_link to use a kuid.Eric W. Biederman
2013-01-01CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French
2012-12-05make convert_delimiter use strchr instead of open-coding itSteve French
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton
2012-12-05Add SMB2.02 dialect supportSteve French
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French
2012-12-05default authentication needs to be at least ntlmv2 security for cifs mountsSteve French
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French
2012-09-26CIFS: Make ops->close return voidPavel Shilovsky
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky
2012-09-24CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky
2012-09-24CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky
2012-09-24cifs: remove kmap lock and rsize limitJeff Layton
2012-09-24cifs: replace kvec array in readdata with a single kvecJeff Layton
2012-09-24cifs: convert async read code to use pages array without kmappingJeff Layton
2012-09-24cifs: turn the pages list in cifs_readdata into an arrayJeff Layton
2012-09-24cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton
2012-09-24cifs: convert async write code to pass in data via rq_pages arrayJeff Layton
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton
2012-09-24cifs: change signing routines to deal with smb_rqst structsJeff Layton