aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsproto.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-23cifs: convert cifs_iovec_write to use async writesGravatar Jeff Layton 1-0/+2
2012-03-23cifs: abstract out function to marshal up the iovec array for async writesGravatar Jeff Layton 1-0/+2
2012-03-23cifs: allow caller to specify completion op when allocating writedataGravatar Jeff Layton 1-1/+3
2012-03-23cifs: add pid field to cifs_writedataGravatar Jeff Layton 1-0/+1
2012-03-23CIFS: Expand CurrentMid fieldGravatar Pavel Shilovsky 1-1/+1
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codeGravatar Pavel Shilovsky 1-1/+1
2012-03-23CIFS: Separate protocol-specific code from demultiplex codeGravatar Pavel Shilovsky 1-3/+2
2012-03-23CIFS: Separate protocol-specific code from transport routinesGravatar Pavel Shilovsky 1-1/+1
2012-03-21cifs: clean up call to cifs_dfs_release_automount_timer()Gravatar Jeff Layton 1-0/+6
2012-03-21CIFS: Introduce credit-based flow controlGravatar Pavel Shilovsky 1-0/+3
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Gravatar Shirish Pargaonkar 1-3/+5
2011-10-24CIFS: Send as many mandatory unlock ranges at once as possibleGravatar Pavel Shilovsky 1-0/+3
2011-10-24CIFS: Implement caching mechanism for posix brlocksGravatar Pavel Shilovsky 1-2/+2
2011-10-19cifs: add cifs_async_readvGravatar Jeff Layton 1-0/+24
2011-10-19cifs: add a callback function to receive the rest of the frameGravatar Jeff Layton 1-2/+3
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Gravatar Shirish Pargaonkar 1-3/+4
2011-10-13CIFS: Simplify byte range locking codeGravatar Pavel Shilovsky 1-1/+1
2011-10-12cifs: Add mount options for backup intent (try #6)Gravatar Shirish Pargaonkar 1-0/+1
2011-10-12cifs: consolidate signature generating codeGravatar Jeff Layton 1-1/+1
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoGravatar Jeff Layton 1-2/+2
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerGravatar Jeff Layton 1-1/+1
2011-06-24sanitize cifs_umount() prototypeGravatar Al Viro 1-1/+1
2011-06-24cifs: don't pass superblock to cifs_mount()Gravatar Al Viro 1-3/+3
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-76/+76
2011-05-27CIFS: Add rwpidforward mount optionGravatar Pavel Shilovsky 1-3/+2
2011-05-27[CIFS] Migrate from prefixpath logicGravatar Steve French 1-2/+3
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizeGravatar Pavel Shilovsky 1-8/+5
2011-05-25cifs: add cifs_async_writevGravatar Jeff Layton 1-0/+18
2011-05-24CIFS: Simplify mount code for further shared sb capabilityGravatar Pavel Shilovsky 1-1/+7
2011-05-23cifs: add ignore_pend flag to cifs_call_asyncGravatar Jeff Layton 1-1/+1
2011-05-23cifs: make cifs_send_async take a kvec arrayGravatar Jeff Layton 1-2/+2
2011-05-23cifs: consolidate SendReceive response checksGravatar Jeff Layton 1-1/+3
2011-05-19[CIFS] Remove sparse warningGravatar Steve French 1-2/+0
2011-05-19cifs: Unconditionally copy mount options to superblock infoGravatar Sean Finney 1-1/+1
2011-05-19cifs: keep BCC in little-endian formatGravatar Jeff Layton 1-1/+0
2011-05-19cifs: Add idmap key and related data structures and functions (try #17 repost)Gravatar Shirish Pargaonkar 1-0/+3
2011-05-19[CIFS] Allow to set extended attribute cifs_acl (try #2)Gravatar Steve French 1-0/+2
2011-05-19[CIFS] Use ecb des kernel crypto APIs instead ofGravatar Steve French 1-5/+2
2011-05-19Don't compile in unused reparse point symlink codeGravatar Steve French 1-1/+2
2011-05-19Remove unused CIFSSMBNotify worker functionGravatar Steve French 1-4/+6
2011-01-27cifs: More crypto cleanup (try #2)Gravatar Shirish Pargaonkar 1-1/+8
2011-01-25CIFS: Implement cifs_strict_writev (try #4)Gravatar Pavel Shilovsky 1-0/+2
2011-01-20cifs: add ability to send an echo requestGravatar Jeff Layton 1-0/+2
2011-01-20cifs: add cifs_call_asyncGravatar Jeff Layton 1-0/+5
2011-01-19CIFS: Fix oplock break handling (try #2)Gravatar Pavel Shilovsky 1-1/+1
2010-12-07cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbGravatar Jeff Layton 1-1/+2
2010-12-06cifs: fix use of CONFIG_CIFS_ACLGravatar Jeff Layton 1-2/+0
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Gravatar Shirish Pargaonkar 1-0/+2
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Gravatar Shirish Pargaonkar 1-1/+1
2010-11-11cifs: Percolate error up to the caller during get/set acls [try #4]Gravatar Shirish Pargaonkar 1-1/+1