aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb1ops.c
AgeCommit message (Expand)Author
2013-01-01CIFS: 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-26CIFS: Make ops->close return voidPavel Shilovsky
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky
2012-09-24cifs: remove kmap lock and rsize limitJeff Layton
2012-09-24cifs: remove the kmap size limit from wsizeJeff Layton
2012-09-24CIFS: Move statfs to ops structPavel Shilovsky
2012-09-24CIFS: Move oplock break to ops structPavel Shilovsky
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky
2012-09-24CIFS: Move set_file_info to ops structPavel Shilovsky
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky
2012-09-24CIFS: Move hardlink to ops structSteve French
2012-09-24CIFS: Move rename to ops structPavel Shilovsky
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky
2012-09-24CIFS: Move readpage code to ops structPavel Shilovsky
2012-09-24CIFS: Move async write to ops structPavel Shilovsky
2012-09-24CIFS: Move async read to ops structPavel Shilovsky
2012-09-24CIFS: Move r/wsize negotiating to ops structPavel Shilovsky
2012-09-24CIFS: Make flush code use ops structPavel Shilovsky
2012-09-24CIFS: Move create code use ops structPavel Shilovsky
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky
2012-09-24CIFS: Move close code to ops structPavel Shilovsky
2012-09-24CIFS: Move open code to ops structPavel Shilovsky
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky
2012-09-24CIFS: 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
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky
2012-07-24CIFS: Move informational tcon calls to ops structPavel Shilovsky
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky
2012-07-24CIFS: Move trans2 processing to ops structPavel Shilovsky
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky
2012-05-23CIFS: Move protocol specific demultiplex thread calls to ops structPavel Shilovsky
2012-05-23CIFS: Move protocol specific part from cifs_readv_receive to ops structPavel Shilovsky
2012-05-23CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky