aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-10/+1
* ncpfs: fix rename over directory with dangling referencesSage Weil2011-05-281-1/+9
* ncpfs: document dentry_unhash usageSage Weil2011-05-281-1/+4
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* move internal-only parts of ncpfs headers to fs/ncpfsAl Viro2011-01-121-3/+1
* switch ncpfsAl Viro2011-01-121-11/+4
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+4
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0
* fs: dcache scale subdirsNick Piggin2011-01-071-0/+3
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-4/+6
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-10/+15
* fs: name case update methodNick Piggin2011-01-071-29/+6
* fs: change d_delete semanticsNick Piggin2011-01-071-2/+2
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* BKL: Remove BKL from ncpfsPetr Vandrovec2010-10-041-92/+129
* fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck2010-05-271-0/+1
* ncpfs: BKL ioctl pushdownJohn Kacur2010-05-171-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* ncpfs: read buffer overflowRoel Kluin2009-09-231-1/+1
* constify dentry_operations: misc filesystemsAl Viro2009-03-271-2/+2
* [PATCH] don't pass nameidata to __ncp_lookup_validate()Al Viro2008-07-261-2/+2
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert ncpfsJosef Sipek2006-12-081-4/+4
* [PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec2006-10-011-0/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] shrink dentry structEric Dumazet2006-01-081-1/+1
* [PATCH] fs/ncpfs/: remove unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING codeAdrian Bunk2005-06-251-13/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1260