Age | Commit message (Expand) | Author | Files | Lines |
2014-04-09 | fs/ncpfs/dir.c: fix indenting in ncp_lookup() | Dan Carpenter | 1 | -2/+2 |
2014-04-09 | ncpfs: convert PPRINTK to ncp_vdbg | Joe Perches | 1 | -10/+9 |
2014-04-09 | ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg | Joe Perches | 1 | -25/+21 |
2013-10-25 | ncpfs: switch to %p[dD] | Al Viro | 1 | -35/+20 |
2013-06-29 | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 1 | -8/+24 |
2013-06-29 | kill find_inode_number() | Al Viro | 1 | -2/+0 |
2013-06-29 | ncpfs: don't bother with EBUSY on removal of busy directories | Al Viro | 1 | -11/+0 |
2013-06-29 | [readdir] convert ncpfs | Al Viro | 1 | -43/+35 |
2013-06-07 | ncpfs: fix rmdir returns Device or resource busy | Dave Chiluk | 1 | -9/+0 |
2013-02-26 | d_hash_and_lookup(): export, switch open-coded instances | Al Viro | 1 | -7/+3 |
2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -2/+2 |
2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -2/+2 |
2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -3/+3 |
2012-01-04 | ncpfs: propagate umode_t | Al Viro | 1 | -2/+2 |
2012-01-04 | switch ->mknod() to umode_t | Al Viro | 1 | -3/+3 |
2012-01-04 | switch ->create() to umode_t | Al Viro | 1 | -2/+2 |
2012-01-04 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -2/+2 |
2011-05-28 | ncpfs: fix rename over directory with dangling references | Sage Weil | 1 | -1/+9 |
2011-05-28 | ncpfs: document dentry_unhash usage | Sage Weil | 1 | -1/+4 |
2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+3 |
2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
2011-01-13 | move internal-only parts of ncpfs headers to fs/ncpfs | Al Viro | 1 | -3/+1 |
2011-01-13 | switch ncpfs | Al Viro | 1 | -11/+4 |
2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -0/+4 |
2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -2/+2 |
2011-01-07 | fs: dcache rationalise dget variants | Nick Piggin | 1 | -1/+1 |
2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -3/+0 |
2011-01-07 | fs: dcache scale subdirs | Nick Piggin | 1 | -0/+3 |
2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin | 1 | -4/+6 |
2011-01-07 | fs: change d_compare for rcu-walk | Nick Piggin | 1 | -10/+15 |
2011-01-07 | fs: name case update method | Nick Piggin | 1 | -29/+6 |
2011-01-07 | fs: change d_delete semantics | Nick Piggin | 1 | -2/+2 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
2010-10-04 | BKL: Remove BKL from ncpfs | Petr Vandrovec | 1 | -92/+129 |
2010-05-27 | fs/: do not fallback to default_llseek() when readdir() uses BKL | jan Blunck | 1 | -0/+1 |
2010-05-17 | ncpfs: BKL ioctl pushdown | John Kacur | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-09-23 | ncpfs: read buffer overflow | Roel Kluin | 1 | -1/+1 |
2009-03-27 | constify dentry_operations: misc filesystems | Al Viro | 1 | -2/+2 |
2008-07-27 | [PATCH] don't pass nameidata to __ncp_lookup_validate() | Al Viro | 1 | -2/+2 |
2007-02-12 | [PATCH] mark struct inode_operations const 2 | Arjan van de Ven | 1 | -1/+1 |
2006-12-08 | [PATCH] struct path: convert ncpfs | Josef Sipek | 1 | -4/+4 |
2006-10-01 | [PATCH] Move ncpfs 32bit compat ioctl to ncpfs | Petr Vandrovec | 1 | -0/+3 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 1 | -1/+1 |
2006-01-09 | [PATCH] shrink dentry struct | Eric Dumazet | 1 | -1/+1 |
2005-06-26 | [PATCH] fs/ncpfs/: remove unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING code | Adrian Bunk | 1 | -13/+0 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1260 |