aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs
AgeCommit message (Expand)Author
2009-06-15NLS: update handling of UnicodeAlan Stern
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-04-20ncpfs: use memdup_user()Li Zefan
2009-03-27constify dentry_operations: misc filesystemsAl Viro
2009-01-22fs/Kconfig: move the rest of ncpfs outAlexey Dobriyan
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06fs/ncpfs/getopt.c: cleanup keneldocQinghuang Feng
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer
2008-11-14CRED: Wrap task credential accesses in the NCPFS filesystemDavid Howells
2008-07-26[PATCH] don't pass nameidata to __ncp_lookup_validate()Al Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-02Remove BKL from remote_llseek v2Andi Kleen
2008-04-29ncpfs: use get/put_unaligned_* helpersHarvey Harrison
2008-04-28ncpfs: fix sparse warning in ncpsign_kernel.cHarvey Harrison
2008-04-28ncpfs: fix sparse warnings in ioctl.cHarvey Harrison
2008-04-28ncpfs: add prototypes to ncp_fs.hHarvey Harrison
2008-04-19[PATCH] r/o bind mounts: elevate write count for ncp_ioctl()Dave Hansen
2008-02-08mount options: fix ncpfsMiklos Szeredi
2008-02-06NCPFS: update diagnostic strings to match routine names.Robert P. J. Day
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-07-31NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRYRobert P. J. Day
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19mm: fault feedback #1Nick Piggin
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-03-06ncpfs: make sure server connection survives a killPierre Ossman
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven
2006-12-13[PATCH] ncpfs: ensure we free wdog_pid on parse_option or fill_inode failureEric W. Biederman
2006-12-13[PATCH] ncpfs: Use struct pid to track the userspace watchdog processEric W. Biederman
2006-12-08[PATCH] struct path: convert ncpfsJosef Sipek
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-09[PATCH] wrong order of arguments in copy_to_user() in ncpfsAl Viro
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-06-30[PATCH] Light weight event countersChristoph Lameter
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig