aboutsummaryrefslogtreecommitdiff
path: root/fs/autofs4
AgeCommit message (Expand)AuthorFilesLines
2017-11-17autofs: don't fail mount for transient errorGravatar NeilBrown 1-1/+14
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-8/+1
2017-09-08autofs: use unsigned int/long instead of uint/ulong for ioctl argsGravatar Tomohiro Kusumi 1-4/+6
2017-09-08autofs: drop wrong commentGravatar Tomohiro Kusumi 1-5/+0
2017-09-08autofs: use AUTOFS_DEV_IOCTL_SIZEGravatar Tomohiro Kusumi 1-7/+7
2017-09-08autofs: non functional header inclusion cleanupGravatar Tomohiro Kusumi 1-11/+11
2017-09-08autofs: make dev ioctl version and ismountpoint user accessibleGravatar Ian Kent 1-4/+8
2017-09-08autofs: make disc device user accessibleGravatar Ian Kent 1-1/+2
2017-09-04autofs4: switch autofs4_write to __kernel_writeGravatar Christoph Hellwig 1-8/+1
2017-07-10Fix up over-eager 'wait_queue_t' renamingGravatar Linus Torvalds 2-10/+10
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILGravatar NeilBrown 1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 2-10/+10
2017-03-28Fix dead URLs to ftp.kernel.orgGravatar SeongJae Park 1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Gravatar Ingo Molnar 1-0/+1
2017-02-27autofs: take more care to not update last_used on path walkGravatar Ian Kent 1-6/+11
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionGravatar Tomohiro Kusumi 1-2/+0
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-2/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-50/+64
2016-12-16Merge branch 'work.autofs' into for-linusGravatar Al Viro 5-47/+61
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-12-05autofs: constify find_autofs_mount() callbackGravatar Al Viro 1-3/+3
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-1/+1
2016-12-03autofs - dont hold spin lock over direct mount expireGravatar Ian Kent 1-7/+10
2016-12-03autofs - constify misc struct path instancesGravatar Ian Kent 2-2/+2
2016-12-03autofs: use path_has_submounts() to fix unreliable have_submount() checksGravatar Ian Kent 3-11/+15
2016-12-03autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksGravatar Ian Kent 1-7/+7
2016-12-03autofs: change autofs4_wait() to take struct pathGravatar Ian Kent 4-12/+15
2016-12-03autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathGravatar Ian Kent 4-8/+11
2016-12-02vfs: change d_manage() to take a struct pathGravatar Ian Kent 1-2/+3
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Gravatar Tomohiro Kusumi 1-33/+16
2016-10-11autofs: remove possibly misleading /* #define DEBUG */Gravatar Tomohiro Kusumi 1-2/+0
2016-10-11autofs: fix print format for ioctl warning messageGravatar Tomohiro Kusumi 1-1/+1
2016-10-11autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDGravatar Ian Kent 1-8/+17
2016-10-11autofs: fix dev ioctl number range checkGravatar Ian Kent 2-2/+3
2016-10-11autofs: fix pr_debug() messageGravatar Tomohiro Kusumi 1-1/+1
2016-10-11autofs: don't fail to free_dev_ioctl(param)Gravatar Tomohiro Kusumi 1-1/+2
2016-10-11autofs: remove obsolete sb fieldsGravatar Tomohiro Kusumi 1-2/+0
2016-10-11autofs: use autofs4_free_ino() to kfree dentry dataGravatar Tomohiro Kusumi 1-1/+1
2016-10-11autofs: remove ino free in autofs4_dir_symlink()Gravatar Ian Kent 1-2/+0
2016-10-11autofs: add WARN_ON(1) for non dir/link inode caseGravatar Tomohiro Kusumi 1-1/+2
2016-10-11autofs: fix autofs4_fill_super() error exit handlingGravatar Ian Kent 1-3/+3
2016-10-11autofs: test autofs versions first on sb initializationGravatar Tomohiro Kusumi 1-17/+17
2016-10-11autofs: drop unnecessary extern in autofs_i.hGravatar Tomohiro Kusumi 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+4
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-13/+42
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+2