summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* CIFS: Turn lock mutex into rw semaphorePavel Shilovsky2012-09-241-1/+1
* CIFS: Move brlock code to ops structPavel Shilovsky2012-09-241-0/+8
* CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky2012-09-241-9/+9
* CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky2012-09-241-1/+1
* cifs: remove kmap lock and rsize limitJeff Layton2012-09-241-39/+0
* cifs: replace kvec array in readdata with a single kvecJeff Layton2012-09-241-2/+1
* cifs: convert async read code to use pages array without kmappingJeff Layton2012-09-241-2/+5
* cifs: turn the pages list in cifs_readdata into an arrayJeff Layton2012-09-241-1/+2
* cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton2012-09-241-1/+1
* cifs: convert async write code to pass in data via rq_pages arrayJeff Layton2012-09-241-2/+2
* cifs: change cifs_call_async to use smb_rqst structsJeff Layton2012-09-241-4/+4
* cifs: change signing routines to deal with smb_rqst structsJeff Layton2012-09-241-0/+14
* CIFS: Move statfs to ops structPavel Shilovsky2012-09-241-0/+5
* CIFS: Move oplock break to ops structPavel Shilovsky2012-09-241-0/+4
* CIFS: Process oplocks for SMB2Pavel Shilovsky2012-09-241-0/+2
* CIFS: Move readdir code to ops structPavel Shilovsky2012-09-241-0/+15
* CIFS: Move set_file_info to ops structPavel Shilovsky2012-09-241-0/+3
* CIFS: Move set_file_size to ops structPavel Shilovsky2012-09-241-0/+6
* CIFS: Move hardlink to ops structSteve French2012-09-241-0/+4
* CIFS: Move rename to ops structPavel Shilovsky2012-09-241-0/+3
* CIFS: Enable signing in SMB2Pavel Shilovsky2012-09-241-0/+2
* CIFS: Move writepage to ops structPavel Shilovsky2012-09-241-0/+4
* CIFS: Move readpage code to ops structPavel Shilovsky2012-09-241-0/+5
* CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky2012-09-241-0/+47
* CIFS: Move async write to ops structPavel Shilovsky2012-09-241-0/+3
* CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky2012-09-241-0/+25
* CIFS: Move async read to ops structPavel Shilovsky2012-09-241-0/+3
* CIFS: Move r/wsize negotiating to ops structPavel Shilovsky2012-09-241-0/+61
* CIFS: Make flush code use ops structPavel Shilovsky2012-09-241-0/+2
* CIFS: Move guery file info code to ops structPavel Shilovsky2012-09-241-0/+3
* CIFS: Add open/close file support for SMB2Pavel Shilovsky2012-09-241-0/+4
OpenPOWER on IntegriCloud