summaryrefslogtreecommitdiffstats
path: root/fs/autofs4
AgeCommit message (Expand)AuthorLines
2018-06-11autofs: remove left-over autofs4 stubsLinus Torvalds-55/+0
2018-06-07autofs: comment on selinux changes needed for module autoloadIan Kent-0/+6
2018-06-07autofs: create autofs Kconfig and MakefileIan Kent-0/+8
2018-06-07autofs: delete fs/autofs4 source filesIan Kent-3619/+0
2018-06-07autofs: update fs/autofs4/MakefileIan Kent-1/+3
2018-06-07autofs: update fs/autofs4/KconfigIan Kent-10/+22
2018-06-07autofs4: use autofs instead of autofs4 everywhereIan Kent-319/+319
2018-06-07autofs4: merge auto_fs.h and auto_fs4.hIan Kent-1/+1
2018-04-20autofs: mount point create should honour passed in modeIan Kent-1/+1
2018-04-11autofs4: use wait_event_killableMatthew Wilcox-27/+2
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski-1/+1
2018-01-30Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2017-12-14autofs: fix careless error in recent commitNeilBrown-1/+0
2017-11-30autofs4: Modify autofs_wait to use current_uid() and current_gid()Eric W. Biederman-2/+2
2017-11-29autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent-11/+6
2017-11-17autofs: don't fail mount for transient errorNeilBrown-1/+14
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-8/+1
2017-09-08autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi-4/+6
2017-09-08autofs: drop wrong commentTomohiro Kusumi-5/+0
2017-09-08autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi-7/+7
2017-09-08autofs: non functional header inclusion cleanupTomohiro Kusumi-11/+11
2017-09-08autofs: make dev ioctl version and ismountpoint user accessibleIan Kent-4/+8
2017-09-08autofs: make disc device user accessibleIan Kent-1/+2
2017-09-04autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig-8/+1
2017-07-10Fix up over-eager 'wait_queue_t' renamingLinus Torvalds-10/+10
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-1/+1
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-10/+10
2017-03-28Fix dead URLs to ftp.kernel.orgSeongJae Park-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar-0/+1
2017-02-27autofs: take more care to not update last_used on path walkIan Kent-6/+11
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi-2/+0
2017-02-02fs: Better permission checking for submountsEric W. Biederman-2/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-50/+64
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro-47/+61
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-1/+0
2016-12-05autofs: constify find_autofs_mount() callbackAl Viro-3/+3
2016-12-04don't open-code file_inode()Al Viro-1/+1
2016-12-03autofs - dont hold spin lock over direct mount expireIan Kent-7/+10
2016-12-03autofs - constify misc struct path instancesIan Kent-2/+2
2016-12-03autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent-11/+15
2016-12-03autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent-7/+7
2016-12-03autofs: change autofs4_wait() to take struct pathIan Kent-12/+15
2016-12-03autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent-8/+11
2016-12-02vfs: change d_manage() to take a struct pathIan Kent-2/+3
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi-33/+16
2016-10-11autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi-2/+0