aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-09switch ncpfs to ->evict_inode()Al Viro1-6/+6
2010-08-09remove inode_setattrChristoph Hellwig1-12/+12
2010-08-09Merge commit 'linus/master' into bkl/coreFrederic Weisbecker1-2/+2
2010-07-05ncpfs: Remove duplicated #includeHuang Weiyi1-1/+0
2010-06-28Fix comment spelling errors in ncpfs/inode.cMatthew Whitworth1-2/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-05-17ncpfs: BKL ioctl pushdownJohn Kacur3-13/+18
2010-04-22ncpfs: add bdi backing to mount sessionJens Axboe1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-3/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner2-14/+4
2009-09-23ncpfs: fix wrong check in __ncp_ioctl()Bartlomiej Zolnierkiewicz1-1/+1
2009-09-23ncpfs: read buffer overflowRoel Kluin1-1/+1
2009-06-15NLS: update handling of UnicodeAlan Stern1-3/+5
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-04-20ncpfs: use memdup_user()Li Zefan1-14/+7
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-2/+2
2009-01-22fs/Kconfig: move the rest of ncpfs outAlexey Dobriyan1-0/+21
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06fs/ncpfs/getopt.c: cleanup keneldocQinghuang Feng1-1/+0
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer1-1/+1
2008-11-14CRED: Wrap task credential accesses in the NCPFS filesystemDavid Howells1-47/+44
2008-07-26[PATCH] don't pass nameidata to __ncp_lookup_validate()Al Viro1-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-02Remove BKL from remote_llseek v2Andi Kleen1-1/+11
2008-04-29ncpfs: use get/put_unaligned_* helpersHarvey Harrison1-20/+19
2008-04-28ncpfs: fix sparse warning in ncpsign_kernel.cHarvey Harrison1-1/+1
2008-04-28ncpfs: fix sparse warnings in ioctl.cHarvey Harrison1-9/+8