aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-10ncpfs: return proper error from NCP_IOC_SETROOT ioctlGravatar Jan Kara 1-1/+0
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgGravatar Joe Perches 1-9/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-02-26fs: change return values from -EACCES to -EPERMGravatar Zhao Hongjiang 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-13ncpfs: Support interacting with multiple user namespacesGravatar Eric W. Biederman 1-11/+14
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-1/+1
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsGravatar Al Viro 1-3/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-04BKL: Remove BKL from ncpfsGravatar Petr Vandrovec 1-215/+255
2010-07-05ncpfs: Remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2010-05-17ncpfs: BKL ioctl pushdownGravatar John Kacur 1-11/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-09-24fs: Make unload_nls() NULL pointer safeGravatar Thomas Gleixner 1-4/+2
2009-09-23ncpfs: fix wrong check in __ncp_ioctl()Gravatar Bartlomiej Zolnierkiewicz 1-1/+1
2009-04-20ncpfs: use memdup_user()Gravatar Li Zefan 1-14/+7
2009-01-06trivial: fix an -> a typos in documentation and commentsGravatar Frederik Schwarzer 1-1/+1
2008-11-14CRED: Wrap task credential accesses in the NCPFS filesystemGravatar David Howells 1-47/+44
2008-04-28ncpfs: fix sparse warnings in ioctl.cGravatar Harvey Harrison 1-9/+8
2008-04-19[PATCH] r/o bind mounts: elevate write count for ncp_ioctl()Gravatar Dave Hansen 1-1/+53
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2006-12-08[PATCH] struct path: convert ncpfsGravatar Josef Sipek 1-4/+4
2006-10-09[PATCH] wrong order of arguments in copy_to_user() in ncpfsGravatar Al Viro 1-1/+1
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsGravatar Petr Vandrovec 1-29/+210
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-14[PATCH] ncpfs: remove kmalloc wrapperGravatar Pekka Enberg 1-9/+11
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2005-11-09[PATCH] add a file_permission helperGravatar Christoph Hellwig 1-15/+19
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+649