aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-09cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton1-3/+3
2009-07-09cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton1-0/+4
2009-07-09cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton1-1/+1
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton1-2/+7
2009-06-13cifs: add new routine for converting AF_INET and AF_INET6 addrsJeff Layton1-1/+1
2009-05-28cifs: reorganize get_cifs_aclChristoph Hellwig1-2/+2
2009-05-28cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton1-2/+2
2009-05-28cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton1-1/+1
2009-04-30cifs: change cifs_get_name_from_search_buf to use new unicode helperJeff Layton1-2/+0
2009-04-30cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton1-2/+1
2009-03-18[CIFS] Rename compose_mount_options to cifs_compose_mount_options.Steve French1-0/+3
2009-03-12[CIFS] reopen file via newer posix open protocol operation if availableSteve French1-0/+3
2009-03-12[CIFS] Send SMB flush in cifs_fsyncSteve French1-0/+3
2009-02-21cifs: posix fill in inode needed by posix openJeff Layton1-0/+2
2009-02-21cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton1-2/+1
2009-02-21cifs: refactor new_inode() calls and inode initializationJeff Layton1-0/+2
2009-02-21[CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov1-0/+1
2009-01-29cifs: turn smb_send into a wrapper around smb_sendvJeff Layton1-2/+2
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+2
2008-12-26cifs: have calc_lanman_hash take more granular argsJeff Layton1-1/+2
2008-11-14CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells1-1/+1
2008-10-29[CIFS] Reduce number of socket retries in large write pathSteve French1-1/+1
2008-09-24cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIleJeff Layton1-1/+1
2008-09-23cifs: add function to set file dispositionJeff Layton1-0/+2
2008-08-06Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton1-2/+3
2008-08-06change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton1-1/+1
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton1-3/+14
2008-05-15[CIFS] Finishup DFS codeSteve French1-2/+2
2008-05-15[CIFS] Fix paths when share is in DFS to include proper prefixSteve French1-3/+0
2008-05-13[CIFS] cleanup old checkpatch warningsSteve French1-3/+3
2008-05-08[CIFS] Fixed build warning in is_ipIgor Mammedov1-1/+1
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French1-6/+7
2008-04-25cifs: timeout dfs automounts +little fix.Igor Mammedov1-7/+1
2008-04-15[CIFS] Fix oops when slow oplock process races with unmountSteve French1-0/+1
2008-03-14[CIFS] file create with acl support enabled is slowSteve French1-2/+3
2008-03-10[CIFS] cifs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-13[CIFS] fix typoSteve French1-1/+1
2008-02-12[CIFS] clean up some hard to read ifdefsSteve French1-2/+6
2008-02-07[CIFS] reduce checkpatch warningsSteve French1-8/+8
2008-01-25[CIFS] DFS build fixesSteve French1-2/+2
2008-01-25[CIFS] DFS support: provide shrinkable mountsIgor Mammedov1-0/+3
2007-12-31[CIFS] Allow setting mode via cifs aclSteve French1-1/+3
2007-11-17[CIFS] remove build warningSteve French1-1/+0
2007-11-16[CIFS] minor checkpatch cleanupSteve French1-5/+5
2007-11-16[CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_InfoJeff Layton1-2/+1
2007-11-13[CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French1-2/+3
2007-11-03[CIFS] implement upcalls for SPNEGO blob via keyctl APIJeff Layton1-0/+2
2007-10-31[CIFS] Don't request too much permission when reading an ACLSteve French1-0/+2
2007-10-25[CIFS] acl support part 6Steve French1-4/+5
2007-10-19[CIFS] ACL support part 5Steve French1-1/+1