aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells
2012-09-06CIFS: Fix endianness conversionPavel Shilovsky
2012-09-06CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky
2012-08-19CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky
2012-08-19cifs: print error code if smb signature verification failsSteve French
2012-08-19CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky
2012-08-19CIFS: Protect i_nlink from being negativeSteve French
2012-07-27CIFS: Add SMB2 support for rmdirPavel Shilovsky
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky
2012-07-27CIFS: Add SMB2 support for mkdir operationPavel Shilovsky
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky
2012-07-25cifs: ensure that we always do cifsFileInfo_get under the spinlockJeff Layton
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky
2012-07-24CIFS: Allow SMB2 statistics to be trackedPavel Shilovsky
2012-07-24CIFS: Move clear/print_stats code to ops structPavel Shilovsky
2012-07-24CIFS: Add echo request support for SMB2Pavel Shilovsky
2012-07-24CIFS: Move echo code to osp structPavel Shilovsky
2012-07-24CIFS: Add SMB2 support for async requestsPavel Shilovsky
2012-07-24CIFS: Setup async request in ops structPavel Shilovsky
2012-07-24CIFS: Add SMB2 support for build_path_to_rootPavel Shilovsky
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky
2012-07-24CIFS: Query SMB2 inode infoPavel Shilovsky
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky
2012-07-24CIFS: Add SMB2 support for is_path_accessiblePavel 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: Process reconnects for SMB2 sharesPavel Shilovsky
2012-07-24CIFS: Add tree connect/disconnect capability for SMB2Pavel Shilovsky
2012-07-24CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky
2012-07-24CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky
2012-07-24CIFS: Respect SMB2 header/max header sizePavel Shilovsky
2012-07-24CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky
2012-07-24CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky
2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky
2012-07-24CIFS: Map SMB2 status codes to POSIX errorsSteve French
2012-07-24CIFS: Add SMB2 status codesPavel Shilovsky
2012-07-24CIFS: Rename 7 error codes to NT_ stylePavel Shilovsky
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel 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-07-23cifs: reinstate sec=ntlmv2 mount optionJeff Layton
2012-07-23cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton
2012-07-23cifs: remove bogus reset of smb_buf_length in smb_send routinesJeff Layton
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton