summaryrefslogtreecommitdiff
path: root/fs/ncpfs/dir.c
AgeCommit message (Expand)Author
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-01-03ncpfs: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-05-28ncpfs: fix rename over directory with dangling referencesSage Weil
2011-05-28ncpfs: document dentry_unhash usageSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsAl Viro
2011-01-12switch ncpfsAl Viro
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: dcache rationalise dget variantsNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2011-01-07fs: name case update methodNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-04BKL: Remove BKL from ncpfsPetr Vandrovec
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck
2010-05-17ncpfs: BKL ioctl pushdownJohn Kacur
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-23ncpfs: read buffer overflowRoel Kluin
2009-03-27constify dentry_operations: misc filesystemsAl Viro
2008-07-26[PATCH] don't pass nameidata to __ncp_lookup_validate()Al Viro
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2006-12-08[PATCH] struct path: convert ncpfsJosef Sipek
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-01-08[PATCH] shrink dentry structEric Dumazet
2005-06-25[PATCH] fs/ncpfs/: remove unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING codeAdrian Bunk
2004-10-05[PATCH] ncpfs (7/7): misc fixes and cleanupsAlexander Viro
2004-10-05[PATCH] ncpfs (6/7): trivial endianness annotationsAlexander Viro
2004-10-05[PATCH] ncpfs (2/7): date handling cleanupAlexander Viro
2004-06-17[PATCH] Decrease stack usage in ncpfs's ioctlPetr Vandrovec
2004-02-03[PATCH] Fix deep stack usage in ncpfsAndrew Morton
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro
2003-09-04[PATCH] large dev_t - second series (15/15)Alexander Viro
2003-09-04[PATCH] large dev_t - second series (9/15)Alexander Viro
2003-07-03[PATCH] Pass 'nameidata' to ->create()Trond Myklebust
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust
2003-04-02[PATCH] remove dparent_lockAndrew Morton
2002-11-19[PATCH] Mark executable files as executable on ncpfsPetr Vandrovec
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer