aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-16cifs: consolidate error handling in several functionsJeff Layton1-5/+3
2010-08-16cifs: clean up error handling in cifs_mknodJeff Layton1-75/+74
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-08-02cifs: remove an potentially confusing, obsolete commentSuresh Jayaraman1-6/+0
2010-07-22cifs: use workqueue instead of slow-workTejun Heo1-1/+1
2010-06-16cifs: pass instantiated filp back after open callJeff Layton1-8/+27
2010-06-16cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton1-25/+18
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton1-0/+1
2010-05-11cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman1-4/+13
2010-05-10cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman1-2/+16
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French1-8/+12
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-22/+21
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton1-1/+1
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+2
2009-11-25[CIFS] Fix sparse warningSteve French1-1/+1
2009-11-24[CIFS] Duplicate data on appending to some Samba serversSteve French1-2/+0
2009-11-24[CIFS] fix oops in cifs_lookup during net bootSteve French1-2/+2
2009-09-24cifs: eliminate cifs_init_privateJeff Layton1-22/+14
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton1-11/+14
2009-09-15cifs: have cifsFileInfo hold an extra inode referenceJeff Layton1-1/+1
2009-09-15cifs: fix oplock request handling in posix codepathJeff Layton1-5/+4
2009-09-01cifs: Replace wrtPending with a real reference countDave Kleikamp1-1/+1
2009-07-09cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton1-7/+8
2009-07-08cifs: fix regression with O_EXCL creates and optimize away lookupJeff Layton1-0/+9
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton1-11/+11
2009-06-25cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman1-2/+4
2009-05-23[CIFS] Avoid open on possible directories since Samba now rejects themSteve French1-19/+24
2009-05-21[CIFS] fix posix open regressionSteve French1-7/+7
2009-05-08[CIFS] Fix double list addition in cifs posix open codeSteve French1-6/+9
2009-04-17[CIFS] Fix build break caused by change to new current_umask helper functionSteve French1-1/+1
2009-04-17[CIFS] Fix sparse warningsSteve French1-9/+17
2009-04-17[CIFS] Add support for posix open during lookupSteve French1-46/+85
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French1-2/+4
2009-03-31New helper - current_umask()Al Viro1-2/+2
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2009-03-27constify dentry_operations: CIFSAl Viro1-2/+2
2009-03-12[CIFS] reopen file via newer posix open protocol operation if availableSteve French1-2/+4
2009-02-21[CIFS] improve posix semantics of file createSteve French1-102/+205
2009-01-29[CIFS] some cleanup to dir.c prior to addition of posix_openSteve French1-25/+31
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-5/+4
2008-12-26[CIFS] various minor cleanups pointed out by checkpatch scriptSteve French1-5/+4
2008-11-14CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells1-6/+6
2008-08-06[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton1-3/+10
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton1-26/+32
2008-05-23when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensionsJeff Layton1-1/+3
2008-05-15[CIFS] suppress duplicate warningSteve French1-1/+1
2008-05-15[CIFS] Fix paths when share is in DFS to include proper prefixSteve French1-5/+23
2008-05-11[CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdirJeff Layton1-3/+13
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French1-9/+9
2008-03-14[CIFS] file create with acl support enabled is slowSteve French1-2/+3