aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-3/+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-06-01fs: introduce inode operation ->update_timeJosef Bacik1-2/+4
2012-05-29get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data structureAl Viro1-5/+5
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells3-3/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03ncpfs: propagate umode_tAl Viro3-4/+4
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
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2011-12-14fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Djalal Harouni1-4/+4
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-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-26memcg: add the pagefault count into memcg statsYing Han1-0/+2
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+5
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-05-25fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton1-3/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsAl Viro14-22/+313
2011-01-12switch ncpfsAl Viro2-12/+5
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+6
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin2-0/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-3/+3
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin2-7/+0
2011-01-07fs: dcache scale subdirsNick Piggin2-0/+7
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-4/+6
2011-01-07fs: change d_compare for rcu-walkNick Piggin2-14/+19
2011-01-07fs: name case update methodNick Piggin1-29/+6
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-12-24ncpfs: don't use flush_scheduled_work()Tejun Heo1-1/+6
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann4-4/+0
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-05ncpfs: Lock socket in ncpfs while setting its callbacksPetr Vandrovec1-5/+9
2010-10-04BKL: Remove BKL from ncpfsPetr Vandrovec8-400/+484
2010-08-10Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-1/+0
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-18/+18