summaryrefslogtreecommitdiff
path: root/fs/cifs/smb1ops.c
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2014-02-22retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French
2014-02-22Add protocol specific operation for CIFS xattrsSteve French
2013-12-04CIFS: Fix symbolic links usagePavel Shilovsky
2013-09-10CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky
2013-09-08CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky
2013-07-31Do not attempt to do cifs operations reading symlinks with SMB2Steve French
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky
2013-06-28cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton
2013-06-24cifs: remove the cifs_ses->flags fieldJeff Layton
2013-05-05cifs: on send failure, readjust server sequence number downwardJeff Layton
2013-05-05[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-01-02CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky
2012-12-30cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French
2012-11-28CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar
2012-09-27CIFS: Make ops->close return voidPavel Shilovsky
2012-09-25CIFS: Move brlock code to ops structPavel Shilovsky
2012-09-25cifs: remove kmap lock and rsize limitJeff Layton
2012-09-25cifs: remove the kmap size limit from wsizeJeff Layton
2012-09-25CIFS: Move statfs to ops structPavel Shilovsky
2012-09-25CIFS: Move oplock break to ops structPavel Shilovsky
2012-09-25CIFS: Move readdir code to ops structPavel Shilovsky
2012-09-25CIFS: Move set_file_info to ops structPavel Shilovsky
2012-09-25CIFS: Move set_file_size to ops structPavel Shilovsky
2012-09-25CIFS: Move hardlink to ops structSteve French
2012-09-25CIFS: Move rename to ops structPavel Shilovsky
2012-09-25CIFS: Move writepage to ops structPavel Shilovsky
2012-09-25CIFS: Move readpage code to ops structPavel Shilovsky
2012-09-25CIFS: Move async write to ops structPavel Shilovsky
2012-09-25CIFS: Move async read to ops structPavel Shilovsky
2012-09-25CIFS: Move r/wsize negotiating to ops structPavel Shilovsky
2012-09-25CIFS: Make flush code use ops structPavel Shilovsky
2012-09-25CIFS: Move create code use ops structPavel Shilovsky
2012-09-25CIFS: Move guery file info code to ops structPavel Shilovsky
2012-09-25CIFS: Move close code to ops structPavel Shilovsky
2012-09-25CIFS: Move open code to ops structPavel Shilovsky
2012-09-25CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky
2012-09-25CIFS: Move unlink code to ops structPavel Shilovsky
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky
2012-07-24CIFS: Move clear/print_stats code to ops structPavel Shilovsky
2012-07-24CIFS: Move echo code to osp structPavel Shilovsky
2012-07-24CIFS: Setup async request in ops structPavel Shilovsky
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky