aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
Commit message (Expand)AuthorAgeFilesLines
* ncpfs: fix rename over directory with dangling referencesSage Weil2011-05-281-1/+9
* ncpfs: document dentry_unhash usageSage Weil2011-05-281-1/+4
* memcg: add the pagefault count into memcg statsYing Han2011-05-261-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+5
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton2011-05-251-3/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: change to new flag variablematt mooney2011-03-171-1/+1
* move internal-only parts of ncpfs headers to fs/ncpfsAl Viro2011-01-1214-22/+313
* switch ncpfsAl Viro2011-01-122-12/+5
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+6
|\
| * ncpfs: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+6
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-072-0/+5
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-072-3/+3
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* | fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* | fs: dcache remove dcache_lockNick Piggin2011-01-072-7/+0
* | fs: dcache scale subdirsNick Piggin2011-01-072-0/+7
* | fs: change d_hash for rcu-walkNick Piggin2011-01-071-4/+6
* | fs: change d_compare for rcu-walkNick Piggin2011-01-072-14/+19
* | fs: name case update methodNick Piggin2011-01-071-29/+6
* | fs: change d_delete semanticsNick Piggin2011-01-071-2/+2
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-174-4/+0
* convert get_sb_nodev() usersAl Viro2010-10-291-4/+4
* ncpfs: Lock socket in ncpfs while setting its callbacksPetr Vandrovec2010-10-051-5/+9
* BKL: Remove BKL from ncpfsPetr Vandrovec2010-10-048-400/+484
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-08-101-1/+0
|\
| * Merge commit 'linus/master' into bkl/coreFrederic Weisbecker2010-08-091-2/+2
| |\
| * | ncpfs: Remove duplicated #includeHuang Weiyi2010-07-051-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-18/+18
|\ \ \ | |_|/ |/| |
| * | switch ncpfs to ->evict_inode()Al Viro2010-08-091-6/+6
| * | remove inode_setattrChristoph Hellwig2010-08-091-12/+12
| |/
* | Fix comment spelling errors in ncpfs/inode.cMatthew Whitworth2010-06-281-2/+2
|/
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
* fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck2010-05-271-0/+1
* ncpfs: BKL ioctl pushdownJohn Kacur2010-05-173-13/+18
* ncpfs: add bdi backing to mount sessionJens Axboe2010-04-221-0/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-3/+4
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-242-14/+4
* ncpfs: fix wrong check in __ncp_ioctl()Bartlomiej Zolnierkiewicz2009-09-231-1/+1
* ncpfs: read buffer overflowRoel Kluin2009-09-231-1/+1
* NLS: update handling of UnicodeAlan Stern2009-06-151-3/+5
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* ncpfs: use memdup_user()Li Zefan2009-04-201-14/+7
* constify dentry_operations: misc filesystemsAl Viro2009-03-271-2/+2
* fs/Kconfig: move the rest of ncpfs outAlexey Dobriyan2009-01-221-0/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\