aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/readdir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky1-8/+8
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-7/+8
2012-07-16cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-05-17cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar1-2/+13
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French1-4/+5
2011-12-08cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton1-2/+8
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-245/+182
2011-07-25cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig1-57/+9
2011-07-25cifs: use cifs_dirent to replace cifs_get_name_from_search_bufChristoph Hellwig1-86/+23
2011-07-25cifs: introduce cifs_direntChristoph Hellwig1-69/+125
2011-07-25cifs: cleanup cifs_filldirChristoph Hellwig1-44/+36
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro1-1/+1
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-4/+4
2011-01-31cifs: clean up some compiler warningsJeff Layton1-3/+0
2011-01-12switch cifsAl Viro1-5/+0
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton1-0/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+1
2010-12-08cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman1-12/+0
2010-11-13cifs: don't take extra tlink reference in initiate_cifs_searchJeff Layton1-13/+16
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton1-3/+3
2010-10-15cifs: handle FindFirst failure gracefullySuresh Jayaraman1-8/+11
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton1-2/+2
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton1-14/+18
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton1-2/+2
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton1-4/+4
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton1-11/+8
2010-09-29cifs: use Minshall+French symlink functionsStefan Metzmacher1-0/+9
2010-08-02fs: cifs: check kmalloc() resultKulikov Vasiliy1-0/+5
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-43/+42
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-08cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton1-2/+5
2010-02-06cifs: fix length calculation for converted unicode readdir namesJeff Layton1-0/+1
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton1-3/+4
2009-09-25[CIFS] Remove build warningSteve French1-2/+2
2009-07-09cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton1-267/+83
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton1-163/+90
2009-05-28cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton1-22/+10
2009-05-28cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton1-6/+6
2009-05-01[CIFS] Remove trailing whitespaceSteve French1-1/+1
2009-05-01[CIFS] Remove sparse endian warningsSteve French1-1/+36
2009-05-01cifs: fix length handling in cifs_get_name_from_search_bufJeff Layton1-5/+6
2009-04-30cifs: change cifs_get_name_from_search_buf to use new unicode helperJeff Layton1-13/+13
2009-04-20cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflowsSuresh Jayaraman1-1/+1
2009-04-17cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton1-0/+2
2009-04-17[CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French1-2/+2
2009-02-21cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton1-3/+3
2009-02-21cifs: refactor new_inode() calls and inode initializationJeff Layton1-30/+24
2008-11-20[CIFS] Do not attempt to close invalidated file handlesSteve French1-1/+4
2008-10-21[CIFS] fix saving of resume key before CIFSFindNextJeff Layton1-1/+2