aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-14autofs: fix careless error in recent commitNeilBrown1-1/+0
2017-11-29autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent1-11/+6
2017-11-17autofs: don't fail mount for transient errorNeilBrown1-1/+14
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+1
2017-09-08autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi1-4/+6
2017-09-08autofs: drop wrong commentTomohiro Kusumi1-5/+0
2017-09-08autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi1-7/+7
2017-09-08autofs: non functional header inclusion cleanupTomohiro Kusumi1-11/+11
2017-09-08autofs: make dev ioctl version and ismountpoint user accessibleIan Kent1-4/+8
2017-09-08autofs: make disc device user accessibleIan Kent1-1/+2
2017-09-04autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig1-8/+1
2017-07-10Fix up over-eager 'wait_queue_t' renamingLinus Torvalds2-10/+10
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-1/+1
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2-10/+10
2017-03-28Fix dead URLs to ftp.kernel.orgSeongJae Park1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>Ingo Molnar1-0/+1
2017-02-27autofs: take more care to not update last_used on path walkIan Kent1-6/+11
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi1-2/+0
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-2/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-50/+64
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro5-47/+61
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-05autofs: constify find_autofs_mount() callbackAl Viro1-3/+3
2016-12-04don't open-code file_inode()Al Viro1-1/+1
2016-12-03autofs - dont hold spin lock over direct mount expireIan Kent1-7/+10
2016-12-03autofs - constify misc struct path instancesIan Kent2-2/+2
2016-12-03autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent3-11/+15
2016-12-03autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent1-7/+7
2016-12-03autofs: change autofs4_wait() to take struct pathIan Kent4-12/+15
2016-12-03autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent4-8/+11
2016-12-02vfs: change d_manage() to take a struct pathIan Kent1-2/+3
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi1-33/+16
2016-10-11autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi1-2/+0
2016-10-11autofs: fix print format for ioctl warning messageTomohiro Kusumi1-1/+1
2016-10-11autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent1-8/+17
2016-10-11autofs: fix dev ioctl number range checkIan Kent2-2/+3
2016-10-11autofs: fix pr_debug() messageTomohiro Kusumi1-1/+1
2016-10-11autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi1-1/+2
2016-10-11autofs: remove obsolete sb fieldsTomohiro Kusumi1-2/+0
2016-10-11autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi1-1/+1
2016-10-11autofs: remove ino free in autofs4_dir_symlink()Ian Kent1-2/+0
2016-10-11autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi1-1/+2
2016-10-11autofs: fix autofs4_fill_super() error exit handlingIan Kent1-3/+3
2016-10-11autofs: test autofs versions first on sb initializationTomohiro Kusumi1-17/+17
2016-10-11autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4