summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter2014-04-081-2/+2
* ncpfs: convert PPRINTK to ncp_vdbgJoe Perches2014-04-081-10/+9
* ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches2014-04-081-25/+21
* ncpfs: switch to %p[dD]Al Viro2013-10-241-35/+20
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-8/+24
* kill find_inode_number()Al Viro2013-06-291-2/+0
* ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro2013-06-291-11/+0
* [readdir] convert ncpfsAl Viro2013-06-291-43/+35
* ncpfs: fix rmdir returns Device or resource busyDave Chiluk2013-06-071-9/+0
* d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-261-7/+3
* don't pass nameidata to ->create()Al Viro2012-07-141-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
* ncpfs: propagate umode_tAl Viro2012-01-031-2/+2
* switch ->mknod() to umode_tAl Viro2012-01-031-3/+3
* switch ->create() to umode_tAl Viro2012-01-031-2/+2
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-2/+2
* 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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1260
OpenPOWER on IntegriCloud