aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky1-3/+2
2011-05-27[CIFS] Migrate from prefixpath logicSteve French1-2/+3
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky1-8/+5
2011-05-25cifs: add cifs_async_writevJeff Layton1-0/+18
2011-05-24CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky1-1/+7
2011-05-23cifs: add ignore_pend flag to cifs_call_asyncJeff Layton1-1/+1
2011-05-23cifs: make cifs_send_async take a kvec arrayJeff Layton1-2/+2
2011-05-23cifs: consolidate SendReceive response checksJeff Layton1-1/+3
2011-05-19[CIFS] Remove sparse warningSteve French1-2/+0
2011-05-19cifs: Unconditionally copy mount options to superblock infoSean Finney1-1/+1
2011-05-19cifs: keep BCC in little-endian formatJeff Layton1-1/+0
2011-05-19cifs: Add idmap key and related data structures and functions (try #17 repost)Shirish Pargaonkar1-0/+3
2011-05-19[CIFS] Allow to set extended attribute cifs_acl (try #2)Steve French1-0/+2
2011-05-19[CIFS] Use ecb des kernel crypto APIs instead ofSteve French1-5/+2
2011-05-19Don't compile in unused reparse point symlink codeSteve French1-1/+2
2011-05-19Remove unused CIFSSMBNotify worker functionSteve French1-4/+6
2011-01-27cifs: More crypto cleanup (try #2)Shirish Pargaonkar1-1/+8
2011-01-25CIFS: Implement cifs_strict_writev (try #4)Pavel Shilovsky1-0/+2