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