summaryrefslogtreecommitdiffstats
path: root/fs/autofs4
Commit message (Expand)AuthorAgeFilesLines
* 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
* autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent2016-10-111-8/+17
* autofs: fix dev ioctl number range checkIan Kent2016-10-112-2/+3
* autofs: fix pr_debug() messageTomohiro Kusumi2016-10-111-1/+1
* autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi2016-10-111-1/+2
* autofs: remove obsolete sb fieldsTomohiro Kusumi2016-10-111-2/+0
* autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi2016-10-111-1/+1
* autofs: remove ino free in autofs4_dir_symlink()Ian Kent2016-10-111-2/+0
* autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi2016-10-111-1/+2
* autofs: fix autofs4_fill_super() error exit handlingIan Kent2016-10-111-3/+3
* autofs: test autofs versions first on sb initializationTomohiro Kusumi2016-10-111-17/+17
* autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi2016-10-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-4/+4
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-13/+42
| |\
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-272-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-2/+2
|\ \ \ | |_|/ |/| |
| * | autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman2016-09-301-2/+2
| |/
* | autofs: use dentry flags to block walks during expireIan Kent2016-09-191-13/+42
|/
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-062-6/+6
|\
| * qstr: constify instances in autofs4Al Viro2016-07-202-6/+6
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\ \ | |/ |/|
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* | autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin2016-06-241-3/+4
* | autofs racesAl Viro2016-06-123-22/+15
|/
* dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro2016-05-021-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-2/+0
|\
| * autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro2016-03-141-2/+0
* | autofs4: use pr_xxx() macros directly for loggingIan Kent2016-03-156-75/+68
* | autofs4: change log print macros to not insert newlineIan Kent2016-03-156-49/+49
* | autofs4: make autofs log prints consistentIan Kent2016-03-154-12/+12
* | autofs4: fix some white space errorsIan Kent2016-03-154-8/+6
* | autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent2016-03-151-1/+1
* | autofs4: fix coding style line length in autofs4_wait()Ian Kent2016-03-151-2/+4
* | autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent2016-03-151-8/+20
* | autofs4: coding style fixesIan Kent2016-03-158-158/+175
OpenPOWER on IntegriCloud