aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-5/+2
2023-11-25dentry: switch the lists of children to hlistAl Viro1-5/+2
2023-11-20autofs: add: new_inode check in autofs_fill_super()Ian Kent1-35/+21
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-4/+4
2023-10-24autofs: fix add autofs_parse_fd()Ian Kent2-4/+11
2023-10-18autofs: convert to new timestamp accessorsJeff Layton2-4/+4
2023-09-22autofs: fix protocol sub version settingIan Kent1-1/+11
2023-09-22autofs: convert autofs to use the new mount apiIan Kent3-124/+155
2023-09-22autofs: validate protocol versionIan Kent1-15/+23
2023-09-22autofs: refactor parse_options()Ian Kent1-64/+72
2023-09-22autofs: reformat 0pt enum declarationIan Kent1-3/+14
2023-09-22autofs: refactor super block info initIan Kent1-25/+28
2023-09-22autofs: add autofs_parse_fd()Ian Kent1-17/+31
2023-09-22autofs: refactor autofs_prepare_pipe()Ian Kent1-1/+9
2023-08-28Merge tag 'v6.6-vfs.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+3
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-4/+4
2023-08-04autofs: use wake_up() instead of wake_up_interruptible(()Ian Kent1-1/+1
2023-08-04autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin1-1/+2
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim1-12/+0
2023-07-13autofs: convert to ctime accessor functionsJeff Layton2-4/+4
2023-06-15autofs: set ctime as well when mtime changes on a dirJeff Layton1-3/+3
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-2/+2
2022-07-17autofs: remove unused ino field inodeIan Kent1-2/+0
2022-07-17autofs: add comment about autofs_mountpoint_changed()Ian Kent1-3/+20
2022-07-17autofs: use dentry info count instead of simple_empty()Ian Kent3-11/+14
2022-07-17autofs: make dentry info count consistentIan Kent2-4/+1
2022-07-17autofs: use inode permission method for write accessIan Kent1-41/+22
2021-10-20autofs: fix wait name hash calculation in autofs_wait()Ian Kent1-1/+1
2021-03-24autofs: should_expire() argument is guaranteed to be positiveAl Viro1-1/+1
2021-03-21get rid of autofs_getpath()Al Viro2-56/+17
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-7/+10
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman1-2/+3
2020-10-16autofs: harden ioctl tableMatthew Wilcox1-2/+6
2020-09-29autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds1-1/+1
2020-08-14fs: autofs: delete repeated words in commentsRandy Dunlap1-2/+2
2020-07-08autofs: switch to kernel_writeChristoph Hellwig1-1/+1
2020-03-13LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()Al Viro1-3/+3
2019-12-05Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-29/+18
2019-10-25autofs: fix a leak in autofs_expire_indirect()Al Viro1-2/+3
2019-09-17autofs: don't bother with atomics for ino->countAl Viro3-14/+14
2019-09-17autofs_dir_rmdir(): check ino->count for deciding whether it's empty...Al Viro1-4/+3
2019-09-17autofs: get rid of pointless checks around ->count handlingAl Viro1-14/+8
2019-09-17autofs_clear_leaf_automount_flags(): use ino->count instead of ->d_subdirsAl Viro1-5/+1
2019-07-27autofs_lookup(): hold ->d_lock over playing with ->d_flagsAl Viro1-6/+7
2019-07-27get rid of autofs_info->active_countAl Viro2-28/+6
2019-07-24autofs: simplify get_next_positive_...(), get rid of trylocksAl Viro1-71/+32
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner8-32/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-09autofs: fix use-after-free in lockless ->d_manage()Al Viro2-1/+2
2019-03-07autofs: clear O_NONBLOCK on the pipeNeilBrown1-0/+2
2019-03-07fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent1-6/+6
2019-03-07autofs: add ignore mount optionIan Kent2-1/+9
2019-02-01autofs: fix error return in autofs_fill_super()Ian Kent1-1/+3
2019-02-01autofs: drop dentry reference only when it is never usedPan Bian1-1/+2
2019-01-04autofs: add strictexpire mount optionIan Kent3-2/+12
2019-01-04autofs: change catatonic setting to a bit flagIan Kent5-16/+20
2019-01-04autofs: simplify parse_options() function callIan Kent1-26/+29
2019-01-04autofs: improve ioctl sbi checksIan Kent3-21/+9
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-69/+120
2018-08-22autofs: add AUTOFS_EXP_FORCED flagIan Kent1-12/+50
2018-08-22autofs: make expire flags usage consistent with v5 paramsIan Kent2-34/+29
2018-08-22autofs: make autofs_expire_indirect() staticIan Kent2-7/+4
2018-08-22autofs: make autofs_expire_direct() staticIan Kent2-7/+4
2018-08-22autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent1-1/+1
2018-08-22autofs: fix inconsistent use of now variableIan Kent1-7/+3
2018-08-22autofs: fix directory and symlink accessIan Kent1-3/+30
2018-08-22autofs: fix autofs_sbi() does not check super block typeIan Kent2-2/+3
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman1-0/+1
2018-07-14autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli1-9/+13
2018-07-05autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds2-3/+3
2018-06-12autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS descriptionGeert Uytterhoeven1-1/+1
2018-06-11autofs: remove left-over autofs4 stubsLinus Torvalds2-0/+12
2018-06-07autofs: small cleanup in autofs_getpath()Dan Carpenter1-3/+3
2018-06-07autofs: clean up includesIan Kent5-29/+2
2018-06-07autofs: create autofs Kconfig and MakefileIan Kent2-0/+27
2018-06-07autofs: copy autofs4 to autofsIan Kent8-0/+3618
2010-10-05autofs3: move to drivers/stagingArnd Bergmann9-1657/+0
2010-08-09autofs/autofs4: Move compat_ioctl handling into fsArnd Bergmann1-3/+64
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-06-11switch follow_down()Al Viro1-3/+2
2009-04-20Fix autofs_expire()Al Viro1-16/+18
2009-03-27constify dentry_operations: autofs, autofs4Al Viro1-1/+1
2009-01-22fs/Kconfig: move autofs, autofs4 outAlexey Dobriyan1-0/+21
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2008-11-14CRED: Wrap task credential accesses in the autofs filesystemDavid Howells1-2/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-02-08mount options: fix autofsMiklos Szeredi1-0/+3
2008-02-07iget: stop autofs from using iget() and read_inode()David Howells3-13/+37
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov1-1/+1
2007-10-19pid namespaces: round up the APIPavel Emelianov2-3/+3
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-05-11Replace pid_t in autofs with struct pid referenceSukadev Bhattiprolu3-8/+22
2007-05-11Fix some coding-style errors in autofsSukadev Bhattiprolu2-52/+54
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven3-4/+4
2006-12-08[PATCH] autofs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-2/+2
2006-12-07[PATCH] autofs: fix error code path in autofs_fill_sb()Jiri Kosina1-3/+4
2006-11-14[PATCH] autofs4: panic after mount failIan Kent2-1/+14
2006-10-20[PATCH] autofs3: Make sure all dentries refs are released before calling kill...David Howells4-4/+4
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2-2/+2
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik2-2/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-2/+2
2006-03-27[PATCH] autofs4: change may_umount* functions to booleanIan Kent1-1/+1
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-4/+2
2005-09-09[PATCH] autofs: fix "busy inodes after umount..."Alexander Krizhanovsky3-4/+7
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds8-0/+1517