summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: have find_readable/writable_file filter by fsuidJeff Layton2010-10-061-0/+1
* cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton2010-10-061-5/+5
* cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-061-17/+48
* cifs: have cifs_new_fileinfo take a tcon argJeff Layton2010-09-291-10/+12
* cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton2010-09-291-5/+5
* cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-291-10/+10
* cifs: add tcon field to cifsFileInfo structJeff Layton2010-09-291-0/+1
* cifs: fix broken oplock handlingSuresh Jayaraman2010-09-291-7/+5
* cifs: consolidate error handling in several functionsJeff Layton2010-08-161-5/+3
* cifs: clean up error handling in cifs_mknodJeff Layton2010-08-161-75/+74
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-1/+1
|\
| * cifs: use workqueue instead of slow-workTejun Heo2010-07-221-1/+1
* | cifs: remove an potentially confusing, obsolete commentSuresh Jayaraman2010-08-021-6/+0
* | cifs: pass instantiated filp back after open callJeff Layton2010-06-161-8/+27
* | cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton2010-06-161-25/+18
|/
* cifs: fix noserverino handling when unix extensions are enabledJeff Layton2010-05-171-0/+1
* cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman2010-05-111-4/+13
* cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman2010-05-101-2/+16
* [CIFS] Allow null nd (as nfs server uses) on createSteve French2010-04-221-8/+12
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-22/+21
* cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton2010-03-061-1/+1
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-1/+2
* [CIFS] Fix sparse warningSteve French2009-11-251-1/+1
* [CIFS] Duplicate data on appending to some Samba serversSteve French2009-11-241-2/+0
* [CIFS] fix oops in cifs_lookup during net bootSteve French2009-11-241-2/+2
* cifs: eliminate cifs_init_privateJeff Layton2009-09-241-22/+14
* cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-241-11/+14
* cifs: have cifsFileInfo hold an extra inode referenceJeff Layton2009-09-151-1/+1
* cifs: fix oplock request handling in posix codepathJeff Layton2009-09-151-5/+4
* cifs: Replace wrtPending with a real reference countDave Kleikamp2009-09-021-1/+1
* cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-091-7/+8
* cifs: fix regression with O_EXCL creates and optimize away lookupJeff Layton2009-07-081-0/+9
* cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton2009-07-011-11/+11
* cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman2009-06-251-2/+4
* [CIFS] Avoid open on possible directories since Samba now rejects themSteve French2009-05-231-19/+24
* [CIFS] fix posix open regressionSteve French2009-05-221-7/+7
* [CIFS] Fix double list addition in cifs posix open codeSteve French2009-05-081-6/+9
* [CIFS] Fix build break caused by change to new current_umask helper functionSteve French2009-04-171-1/+1
* [CIFS] Fix sparse warningsSteve French2009-04-171-9/+17
* [CIFS] Add support for posix open during lookupSteve French2009-04-171-46/+85
* [CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French2009-04-171-2/+4
* New helper - current_umask()Al Viro2009-04-011-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-281-2/+2
|\
| * constify dentry_operations: CIFSAl Viro2009-03-271-2/+2
* | [CIFS] reopen file via newer posix open protocol operation if availableSteve French2009-03-121-2/+4
|/
* [CIFS] improve posix semantics of file createSteve French2009-02-211-102/+205
* [CIFS] some cleanup to dir.c prior to addition of posix_openSteve French2009-01-291-25/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-12-281-5/+4
|\
| * [CIFS] various minor cleanups pointed out by checkpatch scriptSteve French2008-12-261-5/+4
* | CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells2008-11-141-6/+6
|/