aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/readdir.c
AgeCommit message (Expand)Author
2013-08-14cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton
2012-12-05cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnJeff Layton
2012-12-05cifs: ensure we revalidate the inode after readdir if cifsacl is enabledJeff Layton
2012-11-29cifs: get rid of blind d_drop() in readdirAl Viro
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-07-16cifs: always update the inode cache with the results from a FIND_*Jeff Layton
2012-05-17cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French
2011-12-08cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-07-25cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig
2011-07-25cifs: use cifs_dirent to replace cifs_get_name_from_search_bufChristoph Hellwig
2011-07-25cifs: introduce cifs_direntChristoph Hellwig
2011-07-25cifs: cleanup cifs_filldirChristoph Hellwig
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-01-31cifs: clean up some compiler warningsJeff Layton
2011-01-12switch cifsAl Viro
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2010-12-08cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman
2010-11-13cifs: don't take extra tlink reference in initiate_cifs_searchJeff Layton
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton
2010-10-15cifs: handle FindFirst failure gracefullySuresh Jayaraman
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton
2010-09-29cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton
2010-09-29cifs: use Minshall+French symlink functionsStefan Metzmacher
2010-08-02fs: cifs: check kmalloc() resultKulikov Vasiliy
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-08cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton
2010-02-06cifs: fix length calculation for converted unicode readdir namesJeff Layton
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton
2009-09-25[CIFS] Remove build warningSteve French
2009-07-09cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton
2009-07-01cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton
2009-05-28cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton
2009-05-28cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton