A Kernel-Based Automounter
AutoFS is a kernel-based automounter for Linux. It automatically
mounts filesystems when you use them, and unmounts them later when
you are not using them. This can include network filesystems, CD-ROMs,
floppies, and so forth.
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / autofs
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout filesystems/autofs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
NetworkManager-autofs | 0000000314 314 Bytes | |
README.SUSE | 0000001908 1.86 KB | |
README.SUSE.ldap | 0000001410 1.38 KB | |
_link | 0000000124 124 Bytes | |
autofs-5-1-3-fix-unset-tsd-group-name-handling.pat |
0000002035 1.99 KB | |
autofs-5.1.1-dbus-udisks-monitor.patch | 0000085407 83.4 KB | |
autofs-5.1.1-debuginfo-fix.patch | 0000000405 405 Bytes | |
autofs-5.1.1-suse-auto_master_default.patch | 0000000928 928 Bytes | |
autofs-5.1.8.tar.sign | 0000000833 833 Bytes | |
autofs-5.1.8.tar.xz | 0000327396 320 KB | |
autofs-nsswitch-usr-etc.patch | 0000000332 332 Bytes | |
autofs-use-libldap_r-instead-of-libldap-for-thread |
0000002766 2.7 KB | |
autofs.changes | 0000098636 96.3 KB | |
autofs.keyring | 0000010771 10.5 KB | |
autofs.schema | 0000000819 819 Bytes | |
autofs.spec | 0000006007 5.87 KB | |
get-upstream-patches | 0000001439 1.41 KB | |
org.freedesktop.AutoMount.conf | 0000001202 1.17 KB | |
sysconfig.autofs | 0000000499 499 Bytes |
Revision 207 (latest revision is 227)
Jeff Mahoney (jeff_mahoney)
accepted
request 943856
from
Dirk Mueller (dirkmueller)
(revision 207)
- update to 5.1.8: * add xdr_exports(). * remove mount.x and rpcgen dependencies. * dont use realloc in host exports list processing. * use sprintf() when constructing hosts mapent. * fix mnts_remove_amdmount() uses wrong list. * Fix option for master read wait. * eliminate cache_lookup_offset() usage. * fix is mounted check on non existent path. * simplify cache_get_parent(). * set offset parent in update_offset_entry(). * remove redundant variables from mount_autofs_offset(). * remove unused parameter form do_mount_autofs_offset(). * refactor umount_multi_triggers(). * eliminate clean_stale_multi_triggers(). * simplify mount_subtree() mount check. * fix mnts_get_expire_list() expire list construction. * fix inconsistent locking in umount_subtree_mounts(). * fix return from umount_subtree_mounts() on offset list delete. * pass mapent_cache to update_offset_entry(). * fix inconsistent locking in parse_mount(). * remove unused mount offset list lock functions. * eliminate count_mounts() from expire_proc_indirect(). * eliminate some strlen calls in offset handling. * don't add offset mounts to mounted mounts table. * reduce umount EBUSY check delay. * cleanup cache_delete() a little. * rename path to m_offset in update_offset_entry(). * don't pass root to do_mount_autofs_offset(). * rename tree implementation functions.
Comments 0