summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb1ops.c
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-101-0/+1
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-071-0/+4
* Add protocol specific operation for CIFS xattrsSteve French2014-02-071-0/+4
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-201-28/+43
* cifs: Add support for follow_link on dfs shares under posix extensionsSachin Prabhu2014-01-201-0/+32
* cifs: move unix extension call to cifs_query_symlink()Sachin Prabhu2014-01-201-6/+14
* cifs: Add create MFSymlinks to protocol ops structSachin Prabhu2014-01-201-0/+1
* cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu2014-01-201-1/+1
* CIFS: Fix symbolic links usagePavel Shilovsky2013-11-111-1/+20
* Allow setting per-file compression via CIFS protocolSteve French2013-11-021-0/+8
* cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner2013-11-021-2/+2
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-101-1/+7
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-091-2/+2
* CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky2013-09-081-0/+32
* Do not attempt to do cifs operations reading symlinks with SMB2Steve French2013-07-311-0/+1
* CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-101-13/+16
* cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton2013-06-281-0/+2
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-2/+1Star
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-241-12/+6Star
* cifs: on send failure, readjust server sequence number downwardJeff Layton2013-05-051-0/+3
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-23/+24
* CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky2013-01-021-0/+1
* cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton2012-12-301-0/+7
* CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French2012-12-051-32/+0Star
* CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky2012-11-281-2/+1Star
* cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-281-4/+2Star
* CIFS: Make ops->close return voidPavel Shilovsky2012-09-271-2/+2
* CIFS: Move brlock code to ops structPavel Shilovsky2012-09-251-0/+12
* cifs: remove kmap lock and rsize limitJeff Layton2012-09-251-3/+0Star
* cifs: remove the kmap size limit from wsizeJeff Layton2012-09-251-3/+0Star
* CIFS: Move statfs to ops structPavel Shilovsky2012-09-251-0/+34
* CIFS: Move oplock break to ops structPavel Shilovsky2012-09-251-0/+10
* CIFS: Move readdir code to ops structPavel Shilovsky2012-09-251-0/+31
* CIFS: Move set_file_info to ops structPavel Shilovsky2012-09-251-0/+79
* CIFS: Move set_file_size to ops structPavel Shilovsky2012-09-251-0/+2
* CIFS: Move hardlink to ops structSteve French2012-09-251-0/+1
* CIFS: Move rename to ops structPavel Shilovsky2012-09-251-0/+1
* CIFS: Move writepage to ops structPavel Shilovsky2012-09-251-0/+11
* CIFS: Move readpage code to ops structPavel Shilovsky2012-09-251-0/+10
* CIFS: Move async write to ops structPavel Shilovsky2012-09-251-0/+1
* CIFS: Move async read to ops structPavel Shilovsky2012-09-251-0/+1
* CIFS: Move r/wsize negotiating to ops structPavel Shilovsky2012-09-251-0/+86
* CIFS: Make flush code use ops structPavel Shilovsky2012-09-251-0/+8
* CIFS: Move create code use ops structPavel Shilovsky2012-09-251-1/+1
* CIFS: Move guery file info code to ops structPavel Shilovsky2012-09-251-0/+8
* CIFS: Move close code to ops structPavel Shilovsky2012-09-251-0/+8
* CIFS: Move open code to ops structPavel Shilovsky2012-09-251-0/+29
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-251-1/+1
* CIFS: Move unlink code to ops structPavel Shilovsky2012-09-251-0/+2
* CIFS: Move rmdir code to ops structPavel Shilovsky2012-07-271-0/+1