aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4
AgeCommit message (Expand)Author
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown
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
2016-10-11autofs: remove ino free in autofs4_dir_symlink()Ian Kent
2016-10-11autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi
2016-10-11autofs: fix autofs4_fill_super() error exit handlingIan Kent
2016-10-11autofs: test autofs versions first on sb initializationTomohiro Kusumi
2016-10-11autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-09-30autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-19autofs: use dentry flags to block walks during expireIan Kent
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-20qstr: constify instances in autofs4Al Viro
2016-06-24autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin
2016-06-12autofs racesAl Viro
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent