aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-18cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-09-06CIFS: Fix endianness conversionPavel Shilovsky1-2/+2
2012-09-06CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky1-1/+1
2012-08-19CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky1-8/+1
2012-08-19cifs: print error code if smb signature verification failsSteve French2-6/+14
2012-08-19CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky2-11/+15
2012-08-19CIFS: Protect i_nlink from being negativeSteve French2-8/+18
2012-07-27CIFS: Add SMB2 support for rmdirPavel Shilovsky3-0/+12
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky5-13/+24
2012-07-27CIFS: Add SMB2 support for mkdir operationPavel Shilovsky3-0/+38
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky5-25/+49
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky3-140/+167
2012-07-25cifs: ensure that we always do cifsFileInfo_get under the spinlockJeff Layton2-8/+15
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky11-49/+66
2012-07-24CIFS: Allow SMB2 statistics to be trackedPavel Shilovsky3-3/+91
2012-07-24CIFS: Move clear/print_stats code to ops structPavel Shilovsky5-103/+129
2012-07-24CIFS: Add echo request support for SMB2Pavel Shilovsky6-3/+73
2012-07-24CIFS: Move echo code to osp structPavel Shilovsky3-4/+11
2012-07-24CIFS: Add SMB2 support for async requestsPavel Shilovsky3-1/+27
2012-07-24CIFS: Setup async request in ops structPavel Shilovsky4-2/+8
2012-07-24CIFS: Add SMB2 support for build_path_to_rootPavel Shilovsky1-0/+18
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky6-38/+48
2012-07-24CIFS: Query SMB2 inode infoPavel Shilovsky8-2/+417
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky5-70/+107
2012-07-24CIFS: Add SMB2 support for is_path_accessiblePavel Shilovsky7-0/+423
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky5-62/+69
2012-07-24CIFS: Move informational tcon calls to ops structPavel Shilovsky3-27/+34
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky5-22/+27
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky4-9/+143
2012-07-24CIFS: Add tree connect/disconnect capability for SMB2Pavel Shilovsky7-5/+230
2012-07-24CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky8-3/+284
2012-07-24CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky8-11/+417
2012-07-24CIFS: Respect SMB2 header/max header sizePavel Shilovsky2-8/+31
2012-07-24CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky6-2/+384
2012-07-24CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky1-4/+1
2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky4-1/+86
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky9-8/+246
2012-07-24CIFS: Map SMB2 status codes to POSIX errorsSteve French4-1/+2571
2012-07-24CIFS: Add SMB2 status codesPavel Shilovsky1-0/+1782
2012-07-24CIFS: Rename 7 error codes to NT_ stylePavel Shilovsky2-13/+15
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky14-352/+375
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky5-35/+56
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky6-15/+24
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky6-21/+46
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky5-49/+74
2012-07-24CIFS: Move trans2 processing to ops structPavel Shilovsky3-159/+175
2012-07-23cifs: reinstate sec=ntlmv2 mount optionJeff Layton1-4/+5
2012-07-23cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton3-5/+5
2012-07-23cifs: remove bogus reset of smb_buf_length in smb_send routinesJeff Layton1-4/+0
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton3-16/+13