summaryrefslogtreecommitdiff
path: root/fs/autofs4
AgeCommit message (Expand)Author
2019-12-17autofs: fix a leak in autofs_expire_indirect()Al Viro
2019-03-13autofs: fix error return in autofs_fill_super()Ian Kent
2019-03-13autofs: drop dentry reference only when it is never usedPan Bian
2018-09-19autofs: fix autofs_sbi() does not check super block typeIan Kent
2018-07-22autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli
2018-04-24autofs: mount point create should honour passed in modeIan Kent
2017-12-20autofs: fix careless error in recent commitNeilBrown
2017-12-05autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent
2017-11-30autofs: don't fail mount for transient errorNeilBrown
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
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: non functional header inclusion cleanupTomohiro Kusumi
2017-09-08autofs: make dev ioctl version and ismountpoint user accessibleIan Kent
2017-09-08autofs: make disc device user accessibleIan Kent
2017-09-04autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig
2017-07-10Fix up over-eager 'wait_queue_t' renamingLinus Torvalds
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-28Fix dead URLs to ftp.kernel.orgSeongJae Park
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-02-27autofs: take more care to not update last_used on path walkIan Kent
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-05autofs: constify find_autofs_mount() callbackAl Viro
2016-12-04don't open-code file_inode()Al Viro
2016-12-03autofs - dont hold spin lock over direct mount expireIan Kent
2016-12-03autofs - constify misc struct path instancesIan Kent
2016-12-03autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent
2016-12-03autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent
2016-12-03autofs: change autofs4_wait() to take struct pathIan Kent
2016-12-03autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent
2016-12-02vfs: change d_manage() to take a struct pathIan Kent
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi
2016-10-11autofs: remove possibly misleading /* #define DEBUG */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: fix pr_debug() messageTomohiro Kusumi
2016-10-11autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi
2016-10-11autofs: remove obsolete sb fieldsTomohiro Kusumi
2016-10-11autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi