summaryrefslogtreecommitdiffstats
path: root/fs/autofs4
Commit message (Expand)AuthorAgeFilesLines
* autofs: comment on selinux changes needed for module autoloadIan Kent2018-06-071-0/+6
* autofs: create autofs Kconfig and MakefileIan Kent2018-06-071-0/+8
* autofs: delete fs/autofs4 source filesIan Kent2018-06-078-3619/+0
* autofs: update fs/autofs4/MakefileIan Kent2018-06-071-1/+3
* autofs: update fs/autofs4/KconfigIan Kent2018-06-071-10/+22
* autofs4: use autofs instead of autofs4 everywhereIan Kent2018-06-078-319/+319
* autofs4: merge auto_fs.h and auto_fs4.hIan Kent2018-06-071-1/+1
* autofs: mount point create should honour passed in modeIan Kent2018-04-201-1/+1
* autofs4: use wait_event_killableMatthew Wilcox2018-04-111-27/+2
* fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-021-1/+1
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-301-2/+2
|\
| * autofs4: Modify autofs_wait to use current_uid() and current_gid()Eric W. Biederman2017-11-301-2/+2
* | autofs: fix careless error in recent commitNeilBrown2017-12-141-1/+0
* | autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent2017-11-291-11/+6
|/
* autofs: don't fail mount for transient errorNeilBrown2017-11-171-1/+14
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-8/+1
|\
| * autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig2017-09-041-8/+1
* | autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi2017-09-081-4/+6
* | autofs: drop wrong commentTomohiro Kusumi2017-09-081-5/+0
* | autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi2017-09-081-7/+7
* | autofs: non functional header inclusion cleanupTomohiro Kusumi2017-09-081-11/+11
* | autofs: make dev ioctl version and ismountpoint user accessibleIan Kent2017-09-081-4/+8
* | autofs: make disc device user accessibleIan Kent2017-09-081-1/+2
|/
* Fix up over-eager 'wait_queue_t' renamingLinus Torvalds2017-07-102-10/+10
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-241-1/+1
|\
| * autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown2017-06-231-1/+1
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-202-10/+10
|/
* Fix dead URLs to ftp.kernel.orgSeongJae Park2017-03-281-1/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-0/+1
* autofs: take more care to not update last_used on path walkIan Kent2017-02-271-6/+11
* autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi2017-02-271-2/+0
* fs: Better permission checking for submountsEric W. Biederman2017-02-021-2/+2
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-175-50/+64
|\ \
| * \ Merge branch 'work.autofs' into for-linusAl Viro2016-12-165-47/+61
| |\ \
| | * | autofs - dont hold spin lock over direct mount expireIan Kent2016-12-031-7/+10
| | * | autofs - constify misc struct path instancesIan Kent2016-12-032-2/+2
| | * | autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent2016-12-033-11/+15
| | * | autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent2016-12-031-7/+7
| | * | autofs: change autofs4_wait() to take struct pathIan Kent2016-12-034-12/+15
| | * | autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent2016-12-034-8/+11
| | * | vfs: change d_manage() to take a struct pathIan Kent2016-12-021-2/+3
| | |/
| * / autofs: constify find_autofs_mount() callbackAl Viro2016-12-051-3/+3
| |/
* / don't open-code file_inode()Al Viro2016-12-041-1/+1
|/
* autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi2016-10-111-33/+16
* autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi2016-10-111-2/+0
* autofs: fix print format for ioctl warning messageTomohiro Kusumi2016-10-111-1/+1