aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky1-2/+1
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky1-3/+1
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky1-2/+2
2012-07-24CIFS: Setup async request in ops structPavel Shilovsky1-0/+2
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky1-3/+0
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky1-8/+6
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky1-7/+5
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky1-8/+7
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky1-0/+1
2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky1-0/+1
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky1-0/+1
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-83/+88
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky1-4/+4
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky1-5/+5
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky1-3/+3
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky1-2/+2
2012-07-23cifs: rename cifs_sign_smb2 to cifs_sign_smbvJeff Layton1-1/+1
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton1-2/+3
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky1-1/+0
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky1-3/+0
2012-05-23CIFS: Move protocol specific part from SendReceive2 to ops structPavel Shilovsky1-0/+2
2012-05-17cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar1-2/+4
2012-05-16cifs: convert cifs_iovec_read to use async readsJeff Layton1-0/+2
2012-05-16cifs: add refcounting to cifs_readdata structuresJeff Layton1-0/+2
2012-05-16cifs: abstract out function to marshal the iovec for readv receivesJeff Layton1-0/+2
2012-05-16cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton1-2/+0
2012-03-23cifs: convert cifs_iovec_write to use async writesJeff Layton1-0/+2
2012-03-23cifs: abstract out function to marshal up the iovec array for async writesJeff Layton1-0/+2
2012-03-23cifs: allow caller to specify completion op when allocating writedataJeff Layton1-1/+3
2012-03-23cifs: add pid field to cifs_writedataJeff Layton1-0/+1
2012-03-23CIFS: Expand CurrentMid fieldPavel Shilovsky1-1/+1
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky1-1/+1
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky1-3/+2
2012-03-23CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky1-1/+1
2012-03-21cifs: clean up call to cifs_dfs_release_automount_timer()Jeff Layton1-0/+6
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky1-0/+3
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar1-3/+5
2011-10-24CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky1-0/+3
2011-10-24CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky1-2/+2
2011-10-19cifs: add cifs_async_readvJeff Layton1-0/+24
2011-10-19cifs: add a callback function to receive the rest of the frameJeff Layton1-2/+3
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar1-3/+4
2011-10-13CIFS: Simplify byte range locking codePavel Shilovsky1-1/+1
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar1-0/+1
2011-10-12cifs: consolidate signature generating codeJeff Layton1-1/+1
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton1-2/+2
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton1-1/+1
2011-06-24sanitize cifs_umount() prototypeAl Viro1-1/+1
2011-06-24cifs: don't pass superblock to cifs_mount()Al Viro1-3/+3
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-76/+76