summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
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
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton
2012-07-23cifs: after upcalling for krb5 creds, invalidate key rather than revoking itJeff Layton
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2012-07-16cifs: always update the inode cache with the results from a FIND_*Jeff Layton
2012-07-16cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton
2012-07-16cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton
2012-07-16Initialise mid_q_entry before putting it on the pending queueSachin Prabhu