aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-09-24cifs: turn the pages list in cifs_readdata into an arrayJeff Layton
2012-09-24cifs: allocate kvec array for cifs_readdata as a separate allocationJeff Layton
2012-09-24cifs: add deprecation warning to sockopt=TCP_NODELAY optionJeff Layton
2012-09-24cifs: remove the kmap size limit from wsizeJeff Layton
2012-09-24cifs: convert async write code to pass in data via rq_pages arrayJeff Layton
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton
2012-09-24cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton
2012-09-24cifs: teach smb_send_rqst how to handle arrays of pagesJeff Layton
2012-09-24cifs: cork the socket before a send and uncork it afterwardJeff Layton
2012-09-24cifs: convert send code to use smb_rqst structsJeff Layton
2012-09-24cifs: change smb2 signing routines to use smb_rqst structsJeff Layton
2012-09-24cifs: change signing routines to deal with smb_rqst structsJeff Layton
2012-09-24CIFS: Add statfs support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move statfs to ops structPavel Shilovsky
2012-09-24CIFS: Add oplock break support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move oplock break to ops structPavel Shilovsky
2012-09-24CIFS: Process oplocks for SMB2Pavel Shilovsky
2012-09-24CIFS: Add readdir support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky
2012-09-24CIFS: Add set_file_info support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move set_file_info to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for set_file_sizePavel Shilovsky
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for hardlink operationPavel Shilovsky
2012-09-24CIFS: Move hardlink to ops structSteve French
2012-09-24CIFS: Add SMB2 support for rename operationPavel Shilovsky
2012-09-24CIFS: Move rename to ops structPavel Shilovsky
2012-09-24CIFS: Enable signing in SMB2Pavel Shilovsky
2012-09-24CIFS: Add writepage support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky
2012-09-24CIFS: Add readpage support for SMB2Pavel Shilovsky
2012-09-24CIFS: Move readpage code to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky
2012-09-24CIFS: Move async write to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky
2012-09-24CIFS: Move async read to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 r/wsize negotiatingPavel Shilovsky
2012-09-24CIFS: Move r/wsize negotiating to ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for flushPavel Shilovsky
2012-09-24CIFS: Make flush code use ops structPavel Shilovsky
2012-09-24CIFS: Move reopen code to ops structPavel Shilovsky
2012-09-24CIFS: Move create code use ops structPavel Shilovsky
2012-09-24CIFS: Add SMB2 support for query_file_infoPavel Shilovsky
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky
2012-09-24CIFS: Add open/close file support for SMB2Pavel 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: Add SMB2 support for unlinkPavel Shilovsky
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky