autofs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-24 01:01:35 to 2017-11-23 00:36:49 UTC [more...]

[PATCH 1/3] autofs - make disc device user accessible
 2017-11-23  0:36 UTC  (7+ messages)
` [PATCH 2/3] autofs - make dev ioctl version and ismountpoint "
` [PATCH 3/3] autofs - fix AT_NO_AUTOMOUNT not being honored

[PATCH 0/3] VFS: name lookup improvements
 2017-11-10  0:21 UTC  (8+ messages)
` [PATCH 1/3] VFS/nfs/9p: revise meaning of d_weak_invalidate
` [PATCH 2/3] VFS: remove user_path_mountpoint_at()
` [PATCH 3/3] VFS / autofs4: remove kern_path_mountpoint()

Error in autofs man page
 2017-10-26  2:26 UTC  (2+ messages)

[PATCH 00/35] Current autofs patch queue (lets try again)
 2017-10-19  2:29 UTC  (50+ messages)
` [PATCH 01/35] autofs-5.1.3 - fix spec file url
` [PATCH 02/35] autofs-5.1.3 - fix unset tsd group name handling
` [PATCH 03/35] autofs-5.1.3 - Add -c option when calling /bin/umount - if supported
` [PATCH 04/35] autofs-5.1.3 - remove some redundant rpc library code
` [PATCH 05/35] autofs-5.1.3 - add port parameter to rpc_ping()
` [PATCH 06/35] autofs-5.1.3 - dont probe NFSv2 by default
` [PATCH 07/35] autofs-5.1.3 - add version parameter to rpc_ping()
` [PATCH 08/35] autofs-5.1.3 - fix typo in autofs config file comments
` [PATCH 09/35] autofs-5.1.3 - fix typos in autofs man pages
` [PATCH 10/35] autofs-5.1.3 - use pkg-config to search for libtirpc to fix cross-compilation
` [PATCH 11/35] autofs-5.1.3 - fix incorrect status return in get_nfs_info()
` [PATCH 12/35] autofs-5.1.3 - fix a couple of compiler warnings
    ` [PATCH] autofs-5.1.3 - fix ordering of seteuid/setegid in do_spawn
    ` [PATCH v2] "
` [PATCH 13/35] autofs-5.1.3 - set systemd KillMode to process
` [PATCH 14/35] autofs-5.1.3 - fix mount.nfs blocks on first mount
` [PATCH 15/35] autofs-5.1.3 - fix some man page problems
` [PATCH 16/35] autofs-5.1.3 - add some more debug logging to get_nfs_info()
` [PATCH 17/35] autofs-5.1.3 - add some more debug logging to get_supported_ver_and_cost()
` [PATCH 18/35] autofs-5.1.3 - fix ipv6 proto option handling
` [PATCH 19/35] autofs-5.1.3 - also check flag file exe name
` [PATCH 20/35] autofs-5.1.3 - fix possible map instance memory leak
` [PATCH 21/35] autofs-5.1.3 - check map instances for staleness on map update
` [PATCH 22/35] autofs-5.1.3 - allow dot in OPTIONSTR value lexer pattern
` [PATCH 23/35] autofs-5.1.3 - fix autofs_use_lofs description
` [PATCH 24/35] autofs-5.1.3 - fix amd parser error buffer size
` [PATCH 25/35] autofs-5.1.3 - make spawn_bind_mount() use mount_wait as well
` [PATCH 26/35] autofs-5.1.3 - document ghost option in auto.master man page
` [PATCH 27/35] autofs-5.1.3 - only take master map mutex for master map update
` [PATCH 28/35] autofs-5.1.3 - revert fix argc off by one in mount_autofs.c
` [PATCH 29/35] autofs-5.1.3 - fix nisplus lookup init not configured check
` [PATCH 30/35] autofs-5.1.3 - make open_lookup() error handling more consistent
` [PATCH 31/35] autofs-5.1.3 - be silent about sss library not found
` [PATCH 32/35] autofs-5.1.3 - be silent about nis domain not set
` [PATCH 33/35] autofs-5.1.3 - make map source reference message debug only
` [PATCH 34/35] autofs-5.1.3 - improve description of mount_nfs_default_protocol
` [PATCH 35/35] autofs-5.1.3 - port option should not behave like nobind option

Using autofs with Active directory
 2017-10-04  3:21 UTC  (5+ messages)

[RFC PATCH 0/2] autofs: fix autofs_v5_packet dlivery in compat mode
 2017-09-14 11:51 UTC  (10+ messages)
` [RFC PATCH 1/2] autofs: set compat flag on sbi when daemon uses 32bit addressation
` [RFC PATCH 2/2] autofs: sent 32-bit sized packet for 32-bit process

Autofs + shared mount namespaces
 2017-09-14 10:57 UTC  (4+ messages)

[PATCH 0/2] Map update problem patches
 2017-08-21  7:05 UTC  (4+ messages)
` [PATCH 1/2] autofs-5.1.3 - fix possible map instance memory leak
` [PATCH 2/2] autofs-5.1.3 - check map instances for staleness on map update

[PATCH] Test for ldap connectivity during lookup_ldap initialization
 2017-08-18  8:03 UTC  (12+ messages)

[PATCH 1/5] autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECT
 2017-08-16  2:31 UTC  (5+ messages)
` [PATCH 2/5] autofs: non functional header inclusion cleanup
` [PATCH 3/5] autofs: use AUTOFS_DEV_IOCTL_SIZE
` [PATCH 4/5] autofs: drop wrong comment
` [PATCH 5/5] autofs: use unsigned int/long instead of uint/ulong for ioctl args

[PATCH 1/3] autofs - fix AT_NO_AUTOMOUNT not being honored
 2017-08-10  2:16 UTC  (8+ messages)
` [PATCH 2/3] autofs - make disc device user accessible
` [PATCH 3/3] autofs - make dev ioctl version and ismountpoint "

[PATCH 00/19] Current autofs patch queue
 2017-08-02  2:18 UTC  (20+ messages)
` [PATCH 01/19] autofs-5.1.3 - fix spec file url
` [PATCH 02/19] autofs-5.1.3 - fix unset tsd group name handling
` [PATCH 03/19] autofs-5.1.3 - Add -c option when calling /bin/umount - if supported
` [PATCH 04/19] autofs-5.1.3 - remove some redundant rpc library code
` [PATCH 05/19] autofs-5.1.3 - add port parameter to rpc_ping()
` [PATCH 06/19] autofs-5.1.3 - dont probe NFSv2 by default
` [PATCH 07/19] autofs-5.1.3 - add version parameter to rpc_ping()
` [PATCH 08/19] autofs-5.1.3 - fix typo in autofs config file comments
` [PATCH 09/19] autofs-5.1.3 - fix typos in autofs man pages
` [PATCH 10/19] autofs-5.1.3 - use pkg-config to search for libtirpc to fix cross-compilation
` [PATCH 11/19] autofs-5.1.3 - fix incorrect status return in get_nfs_info()
` [PATCH 12/19] autofs-5.1.3 - fix a couple of compiler warnings
` [PATCH 13/19] autofs-5.1.3 - set systemd KillMode to process
` [PATCH 14/19] autofs-5.1.3 - fix mount.nfs blocks on first mount
` [PATCH 15/19] autofs-5.1.3 - fix some man page problems
` [PATCH 16/19] autofs-5.1.3 - add some more debug logging to get_nfs_info()
` [PATCH 17/19] autofs-5.1.3 - add some more debug logging to get_supported_ver_and_cost()
` [PATCH 18/19] autofs-5.1.3 - fix ipv6 proto option handling
` [PATCH 19/19] autofs-5.1.3 - also check flag file exe name

autofs startup issue
 2017-07-25  7:04 UTC  (3+ messages)

[PATCH v3] use pkg-config to search for libtirpc to fix cross-compilation
 2017-07-07  0:56 UTC  (3+ messages)

[PATCH v2] use pkg-config to search for libtirpc to fix cross-compilation
 2017-06-29 13:15 UTC  (4+ messages)

fix cross-compile when libtirpc is used
 2017-06-28  0:26 UTC  (3+ messages)

[PATCH] Typo in man pages
 2017-06-28  0:02 UTC  (2+ messages)

[PATCH] autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
 2017-06-16 10:33 UTC  (5+ messages)

expected behaviour for replicated servers
 2017-06-15 22:25 UTC  (4+ messages)

Proposal for end-of-life for fedfs-utils development
 2017-06-14 20:53 UTC 

Valgrind warnings for `automount`
 2017-06-12 14:20 UTC  (3+ messages)

The add -c option when calling /bin/umount
 2017-06-08  3:00 UTC 

[autofs PATCH] Add -c option when calling /bin/umount - if supported
 2017-06-07 15:55 UTC  (3+ messages)

[PATCH] Fix usage of uninitialized pointer
 2017-06-01  9:13 UTC  (6+ messages)

[ANNOUNCE] autofs 5.1.3 release
 2017-05-26  7:18 UTC 

[PATCH] Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()
 2017-05-04 23:53 UTC  (2+ messages)

Fwd: Converting to New Syntax
 2017-05-03  1:09 UTC  (5+ messages)

[PATCH 00/34] fyi ... current patch list
 2017-04-24  1:03 UTC  (20+ messages)
` [PATCH 16/34] autofs-5.1.2 - check for conflicting amd section mounts
` [PATCH 17/34] autofs-5.1.2 - add function conf_amd_get_map_options()
` [PATCH 18/34] autofs-5.1.2 - capture cache option and its settings during parsing
` [PATCH 19/34] autofs-5.1.2 - handle map_option cache for top level mounts
` [PATCH 20/34] autofs-5.1.2 - handle amd cache option all in amd type auto mounts
` [PATCH 21/34] autofs-5.1.2 - fix bogus check in expire_cleanup()
` [PATCH 22/34] autofs-5.1.2 - delay submount exit for amd submounts
` [PATCH 23/34] autofs-5.1.2 - add the mount requestor's pid to pending_args
` [PATCH 24/34] autofs-5.1.2 - create thread-local ID for mount attempts
` [PATCH 25/34] autofs-5.1.2 - log functions to prefix messages with attempt_id if available
` [PATCH 26/34] autofs-5.1.2 - factor out set_thread_mount_request_log_id()
` [PATCH 27/34] autofs-5.1.2 - add config option to use mount request log id
` [PATCH 28/34] autofs-5.1.2 - use autofs_point to store expire timeout where possibe
` [PATCH 29/34] autofs-5.1.2 - fix possible NULL derefernce
` [PATCH 30/34] autofs-5.1.2 - fix work around sss startup delay
` [PATCH 31/34] autofs-5.1.2 - fix invalid reference in remount_active_mount()
` [PATCH 32/34] autofs-5.1.2 - use malloc for expanded map location
` [PATCH 33/34] autofs-5.1.2 - fix offset mount location multiple expansion
` [PATCH 34/34] autofs-5.1.2 - increase worker thread per-thread stack size


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).