aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter1-2/+2
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches1-10/+9
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches1-25/+21
2013-10-24ncpfs: switch to %p[dD]Al Viro1-35/+20
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-8/+24
2013-06-29kill find_inode_number()Al Viro1-2/+0
2013-06-29ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro1-11/+0
2013-06-29[readdir] convert ncpfsAl Viro1-43/+35
2013-06-07ncpfs: fix rmdir returns Device or resource busyDave Chiluk1-9/+0
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro1-7/+3
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-01-03ncpfs: propagate umode_tAl Viro1-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-3/+3
2012-01-03switch ->create() to umode_tAl Viro1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-05-28ncpfs: fix rename over directory with dangling referencesSage Weil1-1/+9
2011-05-28ncpfs: document dentry_unhash usageSage Weil1-1/+4
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsAl Viro1-3/+1
2011-01-12switch ncpfsAl Viro1-11/+4
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+4
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2011-01-07fs: dcache scale subdirsNick Piggin1-0/+3
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-4/+6
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-10/+15
2011-01-07fs: name case update methodNick Piggin1-29/+6
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-04BKL: Remove BKL from ncpfsPetr Vandrovec1-92/+129
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-05-17ncpfs: BKL ioctl pushdownJohn Kacur1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-23ncpfs: read buffer overflowRoel Kluin1-1/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-2/+2
2008-07-26[PATCH] don't pass nameidata to __ncp_lookup_validate()Al Viro1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert ncpfsJosef Sipek1-4/+4
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec1-0/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-01-08[PATCH] shrink dentry structEric Dumazet1-1/+1
2005-06-25[PATCH] fs/ncpfs/: remove unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING codeAdrian Bunk1-13/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1260