summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* CIFS: Move readdir code to ops structPavel Shilovsky2012-09-251-0/+15
* CIFS: Move set_file_info to ops structPavel Shilovsky2012-09-251-0/+3
* CIFS: Move set_file_size to ops structPavel Shilovsky2012-09-251-0/+6
* CIFS: Move hardlink to ops structSteve French2012-09-251-0/+4
* CIFS: Move rename to ops structPavel Shilovsky2012-09-251-0/+3
* CIFS: Enable signing in SMB2Pavel Shilovsky2012-09-251-0/+2
* CIFS: Move writepage to ops structPavel Shilovsky2012-09-251-0/+4
* CIFS: Move readpage code to ops structPavel Shilovsky2012-09-251-0/+5
* CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky2012-09-251-0/+47
* CIFS: Move async write to ops structPavel Shilovsky2012-09-251-0/+3
* CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky2012-09-251-0/+25
* CIFS: Move async read to ops structPavel Shilovsky2012-09-251-0/+3
* CIFS: Move r/wsize negotiating to ops structPavel Shilovsky2012-09-251-0/+61
* CIFS: Make flush code use ops structPavel Shilovsky2012-09-251-0/+2
* CIFS: Move guery file info code to ops structPavel Shilovsky2012-09-251-0/+3
* CIFS: Add open/close file support for SMB2Pavel Shilovsky2012-09-251-0/+4
* CIFS: Move close code to ops structPavel Shilovsky2012-09-251-0/+2
* CIFS: Move open code to ops structPavel Shilovsky2012-09-251-0/+7
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-251-1/+5
* CIFS: Move unlink code to ops structPavel Shilovsky2012-09-251-0/+6
* CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-271-0/+3
* CIFS: Separate protocol specific part from mkdirPavel Shilovsky2012-07-271-0/+7