summaryrefslogtreecommitdiffstats
path: root/fs/cifs/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton2010-02-081-2/+5
* cifs: fix length calculation for converted unicode readdir namesJeff Layton2010-02-061-0/+1
* cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton2009-11-061-3/+4
* [CIFS] Remove build warningSteve French2009-09-251-2/+2
* cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton2009-07-091-267/+83
* cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton2009-07-011-163/+90
* cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton2009-05-281-22/+10
* cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton2009-05-281-6/+6
* [CIFS] Remove trailing whitespaceSteve French2009-05-011-1/+1
* [CIFS] Remove sparse endian warningsSteve French2009-05-011-1/+36
* cifs: fix length handling in cifs_get_name_from_search_bufJeff Layton2009-05-011-5/+6
* cifs: change cifs_get_name_from_search_buf to use new unicode helperJeff Layton2009-04-301-13/+13
* cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflowsSuresh Jayaraman2009-04-201-1/+1
* cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton2009-04-171-0/+2
* [CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French2009-04-171-2/+2
* cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton2009-02-211-3/+3
* cifs: refactor new_inode() calls and inode initializationJeff Layton2009-02-211-30/+24
* [CIFS] Do not attempt to close invalidated file handlesSteve French2008-11-201-1/+4
* [CIFS] fix saving of resume key before CIFSFindNextJeff Layton2008-10-211-1/+2
* [CIFS] make sure we have the right resume info before calling CIFSFindNextSteve French2008-10-071-63/+65
* [CIFS] Fix possible double free if search immediately after search rewind failsShirish Pargaonkar2008-07-241-0/+1
* on non-posix shares, clear write bits in mode when ATTR_READONLY is setJeff Layton2008-05-231-32/+39
* [CIFS] remove unused variablesSteve French2008-05-231-5/+1
* [CIFS] don't explicitly do a FindClose on rewind when directory search has endedSteve French2008-05-131-2/+5
* [CIFS] convert usage of implicit booleans to boolSteve French2008-04-291-6/+6
* [CIFS] clean up some hard to read ifdefsSteve French2008-02-121-2/+4
* [CIFS] reduce checkpatch warningsSteve French2008-02-071-27/+21
* [CIFS] Fix stale mode after readdir when cifsacl specifiedSteve French2007-11-081-1/+7
* [CIFS] Fix walking out end of cifs daclSteve French2007-11-051-1/+1
* [CIFS] remove two sparse warningsSteve French2007-10-121-3/+3
* [CIFS] formatting cleanup found by checkpatchSteve French2007-08-301-1/+1
* [CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French2007-07-181-1/+3
* [CIFS] whitespace/formatting fixesSteve French2007-07-131-9/+7
* [CIFS] more whitespace fixesSteve French2007-07-081-81/+82
* [CIFS] more whitespace cleanupSteve French2007-07-071-88/+91
* [CIFS] whitespace cleanupSteve French2007-07-061-8/+9
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [CIFS] UID/GID override on CIFS mounts to SambaSteve French2007-04-301-62/+67
* [CIFS] Replace kmalloc/memset combination with kzallocvignesh2007-04-251-5/+2
* [CIFS] Remove unnecessary checksChristoph Hellwig2007-04-021-24/+3
* [CIFS] reset mode when client notices that ATTR_READONLY is no longer setAlan Tyson2007-03-101-0/+4
* [CIFS] Fix locking problem around some cifs uses of i_size writeSteve French2007-02-261-1/+5
* [CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwrittenSteve French2007-02-171-0/+4
* [CIFS] Allow update of EOF on remote extend of fileSteve French2007-02-081-3/+3
* [CIFS] Minor cleanupSteve French2007-02-061-3/+3
* [PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-16/+16
* [CIFS] Fix readdir breakage when blocksize set too smallSteve French2006-10-301-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-10-131-4/+23
|\
| * [CIFS] fix typo in previous patchSteve French2006-10-121-3/+3
| * [CIFS] Fix old DOS time conversion to handle timezoneSteve French2006-10-121-1/+12