summaryrefslogtreecommitdiff
path: root/fs/autofs4/dev-ioctl.c
AgeCommit message (Expand)Author
2018-07-22autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli
2017-09-08autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi
2017-09-08autofs: drop wrong commentTomohiro Kusumi
2017-09-08autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi
2017-09-08autofs: make dev ioctl version and ismountpoint user accessibleIan Kent
2017-09-08autofs: make disc device user accessibleIan Kent
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro
2016-12-05autofs: constify find_autofs_mount() callbackAl Viro
2016-12-03autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent
2016-12-03autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi
2016-10-11autofs: fix print format for ioctl warning messageTomohiro Kusumi
2016-10-11autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent
2016-10-11autofs: fix dev ioctl number range checkIan Kent
2016-10-11autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent
2016-03-15autofs4: change log print macros to not insert newlineIan Kent
2016-03-15autofs4: make autofs log prints consistentIan Kent
2016-03-15autofs4: fix some white space errorsIan Kent
2016-03-15autofs4: coding style fixesIan Kent
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2014-10-14autofs4: allow RCU-walk to walk through autofs4NeilBrown
2014-06-04fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_initFabian Frederick
2014-04-08autofs4: check dev ioctl size before allocatingSasha Levin
2014-01-23autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu
2013-10-24file->f_op is never NULL...Al Viro
2013-09-08autofs4 - fix device ioctl mount lookupIan Kent
2013-02-22new helper: file_inode(file)Al Viro
2012-11-14userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman
2012-09-26autofs4: don't open-code fd_install()Al Viro
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-04-29autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds
2012-04-28Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-02-25autofs: work around unhappy compat problem on x86-64Ian Kent
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2011-03-24autofs4: Do not potentially dereference NULL pointer returned by fget() in au...Jesper Juhl
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-05-27fs/autofs4: use memdup_userJulia Lawall
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03Sanitize autofs_dev_ioctl_ismountpoint()Al Viro
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11switch follow_down()Al Viro
2009-06-11switch follow_up() to struct pathAl Viro