summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton2009-07-091-3/+3
* cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton2009-07-091-0/+4
* cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-091-1/+1
* cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton2009-07-011-2/+7
* cifs: add new routine for converting AF_INET and AF_INET6 addrsJeff Layton2009-06-131-1/+1
* cifs: reorganize get_cifs_aclChristoph Hellwig2009-05-281-2/+2
* cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton2009-05-281-2/+2
* cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton2009-05-281-1/+1
* cifs: change cifs_get_name_from_search_buf to use new unicode helperJeff Layton2009-04-301-2/+0
* cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton2009-04-301-2/+1
* [CIFS] Rename compose_mount_options to cifs_compose_mount_options.Steve French2009-03-181-0/+3
* [CIFS] reopen file via newer posix open protocol operation if availableSteve French2009-03-121-0/+3
* [CIFS] Send SMB flush in cifs_fsyncSteve French2009-03-121-0/+3
* cifs: posix fill in inode needed by posix openJeff Layton2009-02-211-0/+2
* cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton2009-02-211-2/+1
* cifs: refactor new_inode() calls and inode initializationJeff Layton2009-02-211-0/+2
* [CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov2009-02-211-0/+1
* cifs: turn smb_send into a wrapper around smb_sendvJeff Layton2009-01-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-12-281-1/+2
|\
| * cifs: have calc_lanman_hash take more granular argsJeff Layton2008-12-261-1/+2
* | CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells2008-11-141-1/+1
|/
* [CIFS] Reduce number of socket retries in large write pathSteve French2008-10-291-1/+1
* cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton2008-09-241-1/+1
* cifs: add function to set file dispositionJeff Layton2008-09-231-0/+2
* Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-061-2/+3
* change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-061-1/+1
* bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton2008-08-061-3/+14
* [CIFS] Finishup DFS codeSteve French2008-05-151-2/+2
* [CIFS] Fix paths when share is in DFS to include proper prefixSteve French2008-05-151-3/+0
* [CIFS] cleanup old checkpatch warningsSteve French2008-05-131-3/+3
* [CIFS] Fixed build warning in is_ipIgor Mammedov2008-05-081-1/+1
* [CIFS] convert usage of implicit booleans to boolSteve French2008-04-291-6/+7
* cifs: timeout dfs automounts +little fix.Igor Mammedov2008-04-251-7/+1
* [CIFS] Fix oops when slow oplock process races with unmountSteve French2008-04-151-0/+1
* [CIFS] file create with acl support enabled is slowSteve French2008-03-141-2/+3
* [CIFS] cifs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-101-2/+2
* [CIFS] fix typoSteve French2008-02-131-1/+1
* [CIFS] clean up some hard to read ifdefsSteve French2008-02-121-2/+6
* [CIFS] reduce checkpatch warningsSteve French2008-02-071-8/+8
* [CIFS] DFS build fixesSteve French2008-01-251-2/+2
* [CIFS] DFS support: provide shrinkable mountsIgor Mammedov2008-01-251-0/+3
* [CIFS] Allow setting mode via cifs aclSteve French2007-12-311-1/+3
* [CIFS] remove build warningSteve French2007-11-171-1/+0
* [CIFS] minor checkpatch cleanupSteve French2007-11-161-5/+5
* [CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_InfoJeff Layton2007-11-161-2/+1
* [CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French2007-11-131-2/+3
* [CIFS] implement upcalls for SPNEGO blob via keyctl APIJeff Layton2007-11-031-0/+2
* [CIFS] Don't request too much permission when reading an ACLSteve French2007-10-311-0/+2
* [CIFS] acl support part 6Steve French2007-10-251-4/+5
* [CIFS] ACL support part 5Steve French2007-10-191-1/+1