aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-77/+52
2015-01-25ncpfs: get rid of d_validate() nonsenseAl Viro3-77/+52
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-1/+0
2014-12-10ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara1-1/+0
2014-11-19ncpfs: use file_inode()Al Viro3-15/+9
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2-3/+3
2014-10-31new helper: is_root_inode()Al Viro1-2/+2
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationFabian Frederick1-3/+0
2014-10-09ncpfs: use list_for_each_entry() for d_subdirs walkAl Viro2-17/+3
2014-06-04fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoulFabian Frederick1-7/+6
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+4
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-40/+12
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-4/+4
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter1-2/+2
2014-04-08ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches1-2/+2
2014-04-08ncpfs: remove now unused PRINTK macroJoe Perches1-3/+0
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches5-18/+22
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches9-83/+74
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches5-27/+34
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-01ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro2-40/+12
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-10-24ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro2-8/+13
2013-10-24ncpfs: switch to %p[dD]Al Viro2-43/+24
2013-07-08ncpfs: fix error return code in ncp_parse_options()Wei Yongjun1-3/+9
2013-07-03ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-8/+24
2013-06-29kill find_inode_number()Al Viro1-2/+0
2013-06-29ncpfs: don't bother with EBUSY on removal of busy directoriesAl Viro2-11/+4
2013-06-29[readdir] convert ncpfsAl Viro1-43/+35
2013-06-07ncpfs: fix rmdir returns Device or resource busyDave Chiluk1-9/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-12/+8
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-1/+1
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro1-7/+3
2013-02-22new helper: file_inode(file)Al Viro3-4/+4
2013-02-13ncpfs: Support interacting with multiple user namespacesEric W. Biederman3-36/+50
2012-12-20ncpfs: drop vmtruncateMarco Stornelli1-3/+1
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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 str...Al 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/vir...Linus 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/fre...Linus Torvalds1-1/+0
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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 imp...Tejun 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/jik...Linus 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
2008-04-28ncpfs: add prototypes to ncp_fs.hHarvey Harrison1-6/+0
2008-04-19[PATCH] r/o bind mounts: elevate write count for ncp_ioctl()Dave Hansen1-1/+53
2008-02-08mount options: fix ncpfsMiklos Szeredi1-4/+45
2008-02-06NCPFS: update diagnostic strings to match routine names.Robert P. J. Day1-2/+2
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-4/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-07-31NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRYRobert P. J. Day1-3/+0
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-19mm: fault feedback #1Nick Piggin1-19/+19
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-11/+12
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin1-0/+1
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan1-2/+0
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-0/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-03-06ncpfs: make sure server connection survives a killPierre Ossman2-64/+103
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven3-3/+3
2006-12-13[PATCH] ncpfs: ensure we free wdog_pid on parse_option or fill_inode failureEric W. Biederman1-8/+15
2006-12-13[PATCH] ncpfs: Use struct pid to track the userspace watchdog processEric W. Biederman1-5/+6
2006-12-08[PATCH] struct path: convert ncpfsJosef Sipek5-14/+14
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells2-12/+16
2006-10-09[PATCH] wrong order of arguments in copy_to_user() in ncpfsAl Viro1-1/+1
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec3-29/+216
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-2/+2
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds8-8/+0
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel8-8/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig2-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-2/+2
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-23[PATCH] sem2mutex: NCPFSIngo Molnar4-24/+24
2006-01-14[PATCH] ncpfs: remove kmalloc wrapperPekka Enberg2-26/+13
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig1-1/+1
2006-01-08[PATCH] shrink dentry structEric Dumazet2-3/+3
2005-11-09[PATCH] add a file_permission helperChristoph Hellwig1-15/+19
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+2
2005-06-25[PATCH] fs/ncpfs/: remove unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING codeAdrian Bunk3-56/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds15-0/+6345