Age | Commit message (Expand) | Author | Files | Lines |
2025-04-08 | VFS: rename lookup_one_len family to lookup_noperm and remove permission check | NeilBrown | 1 | -1/+2 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+7 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
2025-03-18 | VFS/autofs: try_lookup_one_len() does not need any locks | NeilBrown | 1 | -3/+0 |
2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -7/+7 |
2025-02-12 | fs: support O_PATH fds with FSCONFIG_SET_FD | Christian Brauner | 1 | -0/+2 |
2024-10-28 | autofs: fix thinko in validate_dev_ioctl() | Ian Kent | 1 | -3/+2 |
2024-08-30 | autofs: add per dentry expire timeout | Ian Kent | 4 | -7/+103 |
2024-08-19 | autofs: fix missing fput for FSCONFIG_SET_FD | Aleksa Sarai | 1 | -2/+1 |
2024-07-15 | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -12/+4 |
2024-07-02 | autofs: Convert to new uid/gid option parsing helpers | Eric Sandeen | 1 | -12/+4 |
2024-05-28 | fs: autofs: add MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
2024-01-11 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -5/+2 |
2023-11-25 | dentry: switch the lists of children to hlist | Al Viro | 1 | -5/+2 |
2023-11-20 | autofs: add: new_inode check in autofs_fill_super() | Ian Kent | 1 | -35/+21 |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -4/+4 |
2023-10-24 | autofs: fix add autofs_parse_fd() | Ian Kent | 2 | -4/+11 |
2023-10-18 | autofs: convert to new timestamp accessors | Jeff Layton | 2 | -4/+4 |
2023-09-22 | autofs: fix protocol sub version setting | Ian Kent | 1 | -1/+11 |
2023-09-22 | autofs: convert autofs to use the new mount api | Ian Kent | 3 | -124/+155 |
2023-09-22 | autofs: validate protocol version | Ian Kent | 1 | -15/+23 |
2023-09-22 | autofs: refactor parse_options() | Ian Kent | 1 | -64/+72 |
2023-09-22 | autofs: reformat 0pt enum declaration | Ian Kent | 1 | -3/+14 |
2023-09-22 | autofs: refactor super block info init | Ian Kent | 1 | -25/+28 |
2023-09-22 | autofs: add autofs_parse_fd() | Ian Kent | 1 | -17/+31 |
2023-09-22 | autofs: refactor autofs_prepare_pipe() | Ian Kent | 1 | -1/+9 |
2023-08-28 | Merge tag 'v6.6-vfs.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+3 |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -4/+4 |
2023-08-04 | autofs: use wake_up() instead of wake_up_interruptible(() | Ian Kent | 1 | -1/+1 |
2023-08-04 | autofs: fix memory leak of waitqueues in autofs_catatonic_mode | Fedor Pchelkin | 1 | -1/+2 |
2023-07-29 | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS | Sven Joachim | 1 | -12/+0 |
2023-07-13 | autofs: convert to ctime accessor functions | Jeff Layton | 2 | -4/+4 |
2023-06-15 | autofs: set ctime as well when mtime changes on a dir | Jeff Layton | 1 | -3/+3 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2022-07-17 | autofs: remove unused ino field inode | Ian Kent | 1 | -2/+0 |
2022-07-17 | autofs: add comment about autofs_mountpoint_changed() | Ian Kent | 1 | -3/+20 |
2022-07-17 | autofs: use dentry info count instead of simple_empty() | Ian Kent | 3 | -11/+14 |
2022-07-17 | autofs: make dentry info count consistent | Ian Kent | 2 | -4/+1 |
2022-07-17 | autofs: use inode permission method for write access | Ian Kent | 1 | -41/+22 |
2021-10-20 | autofs: fix wait name hash calculation in autofs_wait() | Ian Kent | 1 | -1/+1 |
2021-03-24 | autofs: should_expire() argument is guaranteed to be positive | Al Viro | 1 | -1/+1 |
2021-03-21 | get rid of autofs_getpath() | Al Viro | 2 | -56/+17 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -7/+10 |
2020-12-10 | file: Replace ksys_close with close_fd | Eric W. Biederman | 1 | -2/+3 |
2020-10-16 | autofs: harden ioctl table | Matthew Wilcox | 1 | -2/+6 |
2020-09-29 | autofs: use __kernel_write() for the autofs pipe writing | Linus Torvalds | 1 | -1/+1 |
2020-08-14 | fs: autofs: delete repeated words in comments | Randy Dunlap | 1 | -2/+2 |
2020-07-08 | autofs: switch to kernel_write | Christoph Hellwig | 1 | -1/+1 |
2020-03-13 | LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat() | Al Viro | 1 | -3/+3 |
2019-12-05 | Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 3 | -29/+18 |
2019-10-25 | autofs: fix a leak in autofs_expire_indirect() | Al Viro | 1 | -2/+3 |
2019-09-17 | autofs: don't bother with atomics for ino->count | Al Viro | 3 | -14/+14 |
2019-09-17 | autofs_dir_rmdir(): check ino->count for deciding whether it's empty... | Al Viro | 1 | -4/+3 |
2019-09-17 | autofs: get rid of pointless checks around ->count handling | Al Viro | 1 | -14/+8 |
2019-09-17 | autofs_clear_leaf_automount_flags(): use ino->count instead of ->d_subdirs | Al Viro | 1 | -5/+1 |
2019-07-27 | autofs_lookup(): hold ->d_lock over playing with ->d_flags | Al Viro | 1 | -6/+7 |
2019-07-27 | get rid of autofs_info->active_count | Al Viro | 2 | -28/+6 |
2019-07-24 | autofs: simplify get_next_positive_...(), get rid of trylocks | Al Viro | 1 | -71/+32 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83 | Thomas Gleixner | 8 | -32/+8 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-04-09 | autofs: fix use-after-free in lockless ->d_manage() | Al Viro | 2 | -1/+2 |
2019-03-07 | autofs: clear O_NONBLOCK on the pipe | NeilBrown | 1 | -0/+2 |
2019-03-07 | fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options() | Ian Kent | 1 | -6/+6 |
2019-03-07 | autofs: add ignore mount option | Ian Kent | 2 | -1/+9 |
2019-02-01 | autofs: fix error return in autofs_fill_super() | Ian Kent | 1 | -1/+3 |
2019-02-01 | autofs: drop dentry reference only when it is never used | Pan Bian | 1 | -1/+2 |
2019-01-04 | autofs: add strictexpire mount option | Ian Kent | 3 | -2/+12 |
2019-01-04 | autofs: change catatonic setting to a bit flag | Ian Kent | 5 | -16/+20 |
2019-01-04 | autofs: simplify parse_options() function call | Ian Kent | 1 | -26/+29 |
2019-01-04 | autofs: improve ioctl sbi checks | Ian Kent | 3 | -21/+9 |
2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -69/+120 |
2018-08-22 | autofs: add AUTOFS_EXP_FORCED flag | Ian Kent | 1 | -12/+50 |
2018-08-22 | autofs: make expire flags usage consistent with v5 params | Ian Kent | 2 | -34/+29 |
2018-08-22 | autofs: make autofs_expire_indirect() static | Ian Kent | 2 | -7/+4 |
2018-08-22 | autofs: make autofs_expire_direct() static | Ian Kent | 2 | -7/+4 |
2018-08-22 | autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect() | Ian Kent | 1 | -1/+1 |
2018-08-22 | autofs: fix inconsistent use of now variable | Ian Kent | 1 | -7/+3 |
2018-08-22 | autofs: fix directory and symlink access | Ian Kent | 1 | -3/+30 |
2018-08-22 | autofs: fix autofs_sbi() does not check super block type | Ian Kent | 2 | -2/+3 |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2018-07-21 | pids: Move the pgrp and session pid pointers from task_struct to signal_struct | Eric W. Biederman | 1 | -0/+1 |
2018-07-14 | autofs: fix slab out of bounds read in getname_kernel() | Tomas Bortoli | 1 | -9/+13 |
2018-07-05 | autofs: rename 'autofs' module back to 'autofs4' | Linus Torvalds | 2 | -3/+3 |
2018-06-12 | autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description | Geert Uytterhoeven | 1 | -1/+1 |
2018-06-11 | autofs: remove left-over autofs4 stubs | Linus Torvalds | 2 | -0/+12 |
2018-06-07 | autofs: small cleanup in autofs_getpath() | Dan Carpenter | 1 | -3/+3 |
2018-06-07 | autofs: clean up includes | Ian Kent | 5 | -29/+2 |
2018-06-07 | autofs: create autofs Kconfig and Makefile | Ian Kent | 2 | -0/+27 |
2018-06-07 | autofs: copy autofs4 to autofs | Ian Kent | 8 | -0/+3618 |
2010-10-05 | autofs3: move to drivers/staging | Arnd Bergmann | 9 | -1657/+0 |
2010-08-09 | autofs/autofs4: Move compat_ioctl handling into fs | Arnd Bergmann | 1 | -3/+64 |
2010-05-27 | fs/: do not fallback to default_llseek() when readdir() uses BKL | jan Blunck | 1 | -0/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-06-11 | switch follow_down() | Al Viro | 1 | -3/+2 |
2009-04-20 | Fix autofs_expire() | Al Viro | 1 | -16/+18 |
2009-03-27 | constify dentry_operations: autofs, autofs4 | Al Viro | 1 | -1/+1 |
2009-01-22 | fs/Kconfig: move autofs, autofs4 out | Alexey Dobriyan | 1 | -0/+21 |
2009-01-05 | zero i_uid/i_gid on inode allocation | Al Viro | 1 | -2/+0 |
2008-11-14 | CRED: Wrap task credential accesses in the autofs filesystem | David Howells | 1 | -2/+2 |
2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -1/+1 |
2008-02-08 | mount options: fix autofs | Miklos Szeredi | 1 | -0/+3 |
2008-02-07 | iget: stop autofs from using iget() and read_inode() | David Howells | 3 | -13/+37 |
2007-10-19 | Use task_pid_nr() instead of pid_nr(task_pid()) | Pavel Emelyanov | 1 | -1/+1 |
2007-10-19 | pid namespaces: round up the API | Pavel Emelianov | 2 | -3/+3 |
2007-10-18 | sparse pointer use of zero as null | Stephen Hemminger | 1 | -1/+1 |
2007-05-11 | Replace pid_t in autofs with struct pid reference | Sukadev Bhattiprolu | 3 | -8/+22 |
2007-05-11 | Fix some coding-style errors in autofs | Sukadev Bhattiprolu | 2 | -52/+54 |
2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -1/+1 |
2007-02-12 | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven | 3 | -4/+4 |
2006-12-08 | [PATCH] autofs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 1 | -2/+2 |
2006-12-07 | [PATCH] autofs: fix error code path in autofs_fill_sb() | Jiri Kosina | 1 | -3/+4 |
2006-11-14 | [PATCH] autofs4: panic after mount fail | Ian Kent | 2 | -1/+14 |
2006-10-20 | [PATCH] autofs3: Make sure all dentries refs are released before calling kill... | David Howells | 4 | -4/+4 |
2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -1/+1 |
2006-10-01 | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 1 | -1/+1 |
2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -1/+0 |
2006-09-27 | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2 | -2/+2 |
2006-09-27 | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 1 | -2/+1 |
2006-09-24 | Move several *_SUPER_MAGIC symbols to include/linux/magic.h. | Jeff Garzik | 2 | -2/+1 |
2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -3/+3 |
2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2 | -2/+2 |
2006-03-27 | [PATCH] autofs4: change may_umount* functions to boolean | Ian Kent | 1 | -1/+1 |
2006-01-11 | [PATCH] capable/capability.h (fs/) | Randy Dunlap | 1 | -0/+1 |
2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -2/+2 |
2005-11-07 | [PATCH] kfree cleanup: fs | Jesper Juhl | 1 | -4/+2 |
2005-09-09 | [PATCH] autofs: fix "busy inodes after umount..." | Alexander Krizhanovsky | 3 | -4/+7 |
2005-08-19 | Fix nasty ncpfs symlink handling bug. | Linus Torvalds | 1 | -2/+3 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 8 | -0/+1517 |