aboutsummaryrefslogtreecommitdiff
path: root/fs/autofs4/dev-ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionGravatar Tomohiro Kusumi 1-2/+0
2016-12-16Merge branch 'work.autofs' into for-linusGravatar Al Viro 1-2/+2
2016-12-05autofs: constify find_autofs_mount() callbackGravatar Al Viro 1-3/+3
2016-12-03autofs: use path_has_submounts() to fix unreliable have_submount() checksGravatar Ian Kent 1-1/+1
2016-12-03autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathGravatar Ian Kent 1-1/+1
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Gravatar Tomohiro Kusumi 1-33/+16
2016-10-11autofs: fix print format for ioctl warning messageGravatar Tomohiro Kusumi 1-1/+1
2016-10-11autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDGravatar Ian Kent 1-8/+17
2016-10-11autofs: fix dev ioctl number range checkGravatar Ian Kent 1-1/+1
2016-10-11autofs: don't fail to free_dev_ioctl(param)Gravatar Tomohiro Kusumi 1-1/+2
2016-03-15autofs4: use pr_xxx() macros directly for loggingGravatar Ian Kent 1-13/+13
2016-03-15autofs4: change log print macros to not insert newlineGravatar Ian Kent 1-7/+7
2016-03-15autofs4: make autofs log prints consistentGravatar Ian Kent 1-1/+1
2016-03-15autofs4: fix some white space errorsGravatar Ian Kent 1-1/+0
2016-03-15autofs4: coding style fixesGravatar Ian Kent 1-11/+17
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationGravatar Al Viro 1-2/+6
2014-10-14autofs4: allow RCU-walk to walk through autofs4Gravatar NeilBrown 1-1/+1
2014-06-04fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_initGravatar Fabian Frederick 1-1/+1
2014-04-08autofs4: check dev ioctl size before allocatingGravatar Sasha Levin 1-0/+3
2014-01-23autofs4: allow autofs to work outside the initial PID namespaceGravatar Sukadev Bhattiprolu 1-2/+14
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-6/+0
2013-09-08autofs4 - fix device ioctl mount lookupGravatar Ian Kent 1-11/+12
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-11-14userns: Support autofs4 interacing with multiple user namespacesGravatar Eric W. Biederman 1-2/+2
2012-09-26autofs4: don't open-code fd_install()Gravatar Al Viro 1-16/+2
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 1-2/+2
2012-04-29autofs: make the autofsv5 packet file descriptor use a packetized pipeGravatar Linus Torvalds 1-1/+1
2012-04-28Revert "autofs: work around unhappy compat problem on x86-64"Gravatar Linus Torvalds 1-1/+0
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2012-02-25autofs: work around unhappy compat problem on x86-64Gravatar Ian Kent 1-0/+1
2012-02-19Wrap accesses to the fd_sets in struct fdtableGravatar David Howells 1-1/+1
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbGravatar Al Viro 1-5/+5
2011-03-24autofs4: Do not potentially dereference NULL pointer returned by fget() in au...Gravatar Jesper Juhl 1-0/+4
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitGravatar David Howells 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-05-27fs/autofs4: use memdup_userGravatar Julia Lawall 1-11/+2
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingGravatar Kay Sievers 1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03Sanitize autofs_dev_ioctl_ismountpoint()Gravatar Al Viro 1-7/+4
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-11switch follow_down()Gravatar Al Viro 1-1/+1
2009-06-11switch follow_up() to struct pathGravatar Al Viro 1-1/+1
2009-06-11Get rid of path_lookup in autofs4Gravatar Al Viro 1-135/+60
2009-04-20autofs4: use memchr() in invalid_string()Gravatar Al Viro 1-6/+4
2009-04-20Fix AUTOFS_DEV_IOCTL_REQUESTER_CMDGravatar Al Viro 1-1/+1
2009-04-01autofs4: cleanup expire code duplicationGravatar Ian Kent 1-28/+1
2009-01-06autofs4: fix string validation check orderGravatar Ian Kent 1-6/+7
2009-01-06autofs4: make autofs type usage explicitGravatar Ian Kent 1-2/+2
2009-01-06autofs4: fix var shadowed by local delarationGravatar Ian Kent 1-3/+3