aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-01CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky1-0/+1
2013-01-01Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky1-1/+0
2012-12-11CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky1-0/+1
2012-12-09Do not send SMB2 signatures for SMB3 framesSteve French1-1/+3
2012-12-05make convert_delimiter use strchr instead of open-coding itSteve French1-9/+4
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton1-2/+1
2012-12-05Add SMB2.02 dialect supportSteve French1-0/+1
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French1-12/+0
2012-12-05default authentication needs to be at least ntlmv2 security for cifs mountsSteve French1-1/+1
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French1-0/+9
2012-09-26CIFS: Make ops->close return voidPavel Shilovsky1-1/+2
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky1-0/+12
2012-09-24CIFS: Request SMB2.1 leasesPavel Shilovsky1-0/+10
2012-09-24CIFS: Turn lock mutex into rw semaphorePavel Shilovsky1-1/+1
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky1-0/+8
2012-09-24CIFS: Remove spinlock dependence in brlock processingPavel Shilovsky1-9/+9
2012-09-24CIFS: Add NTLMSSP sec type to defaultsPavel Shilovsky1-1/+1
2012-09-24cifs: remove kmap lock and rsize limitJeff Layton1-39/+0
2012-09-24cifs: replace kvec array in readdata with a single kvecJeff Layton1-2/+1
2012-09-24cifs: convert async read code to use pages array without kmappingJeff Layton1-2/+5
2012-09-24cifs: turn the pages list in cifs_readdata into an arrayJeff Layton1-1/+2
2012-09-24cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton1-1/+1
2012-09-24cifs: convert async write code to pass in data via rq_pages arrayJeff Layton1-2/+2
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton1-4/+4
2012-09-24cifs: change signing routines to deal with smb_rqst structsJeff Layton1-0/+14
2012-09-24CIFS: Move statfs to ops structPavel Shilovsky1-0/+5
2012-09-24CIFS: Move oplock break to ops structPavel Shilovsky1-0/+4
2012-09-24CIFS: Process oplocks for SMB2Pavel Shilovsky1-0/+2
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky1-0/+15
2012-09-24CIFS: Move set_file_info to ops structPavel Shilovsky1-0/+3
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky1-0/+6
2012-09-24CIFS: Move hardlink to ops structSteve French1-0/+4
2012-09-24CIFS: Move rename to ops structPavel Shilovsky1-0/+3
2012-09-24CIFS: Enable signing in SMB2Pavel Shilovsky1-0/+2
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky1-0/+4
2012-09-24CIFS: Move readpage code to ops structPavel Shilovsky1-0/+5
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky1-0/+47
2012-09-24CIFS: Move async write to ops structPavel Shilovsky1-0/+3
2012-09-24CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky1-0/+25
2012-09-24CIFS: Move async read to ops structPavel Shilovsky1-0/+3
2012-09-24CIFS: Move r/wsize negotiating to ops structPavel Shilovsky1-0/+61
2012-09-24CIFS: Make flush code use ops structPavel Shilovsky1-0/+2
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky1-0/+3
2012-09-24CIFS: Add open/close file support for SMB2Pavel Shilovsky1-0/+4
2012-09-24CIFS: Move close code to ops structPavel Shilovsky1-0/+2
2012-09-24CIFS: Move open code to ops structPavel Shilovsky1-0/+7
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky1-1/+5
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky1-0/+6
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky1-0/+3
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky1-0/+7