aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs
AgeCommit message (Expand)Author
2012-01-06vfs: switch ->show_options() to struct dentry *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
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2011-12-14fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Djalal Harouni
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-05-28ncpfs: fix rename over directory with dangling referencesSage Weil
2011-05-28ncpfs: document dentry_unhash usageSage Weil
2011-05-26memcg: add the pagefault count into memcg statsYing Han
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
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-05-25fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-17fs: change to new flag variablematt mooney
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsAl Viro
2011-01-12switch ncpfsAl Viro
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick 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-12-24ncpfs: don't use flush_scheduled_work()Tejun Heo
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-05ncpfs: Lock socket in ncpfs while setting its callbacksPetr Vandrovec
2010-10-04BKL: Remove BKL from ncpfsPetr Vandrovec
2010-08-10Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09switch ncpfs to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09Merge commit 'linus/master' into bkl/coreFrederic Weisbecker
2010-07-05ncpfs: Remove duplicated #includeHuang Weiyi
2010-06-28Fix comment spelling errors in ncpfs/inode.cMatthew Whitworth
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck
2010-05-17ncpfs: BKL ioctl pushdownJohn Kacur
2010-04-22ncpfs: add bdi backing to mount sessionJens Axboe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa