AutoFS development
 help / color / mirror / Atom feed
 messages from 2013-05-27 02:09:04 to 2013-09-04 04:07:28 UTC [more...]

[PATCH 1/3] autofs4 - fix device ioctl mount lookup
 2013-09-04  4:07 UTC  (11+ messages)
` [PATCH 2/3] autofs: fix the return value of autofs4_fill_super
` [PATCH 3/3] autofs: use IS_ROOT to replace root dentry checks

[PATCH 00/10] autofs4 - rename autofs4 to autofs
 2013-09-03 12:47 UTC  (13+ messages)
` [PATCH 01/10] autofs4 - coding style fixes
` [PATCH 02/10] autofs4 - fix string.h include in auto_dev-ioctl.h
` [PATCH 03/10] autofs4 - move linux/auto_dev-ioctl.h to uapi/linux
` [PATCH 04/10] autofs - merge auto_fs.h and auto_fs4.h
` [PATCH 05/10] autofs - use autofs instead of autofs4 everywhere
` [PATCH 06/10] autofs - copy autofs4 to autofs
` [PATCH 07/10] autofs - create autofs Kconfig and Makefile
` [PATCH 08/10] autofs - update fs/autofs4/Kconfig
` [PATCH 09/10] autofs - update fs/autofs4/Makefile
` [PATCH 10/10] autofs - delete fs/autofs4

[PATCH 00/25] Current autofs patch queue
 2013-09-02 15:36 UTC  (46+ messages)
` [PATCH 01/25] autofs-5.0.7 - don't override LDFLAGS in make rules
` [PATCH 02/25] autofs-5.0.7 - fix a couple of compiler warnings
` [PATCH 03/25] autofs-5.0.7 - add after sssd dependency to unit file
` [PATCH 04/25] autofs-5.0.7 - dont start readmap unless ready
` [PATCH 05/25] autofs-5.0.7 - fix crash due to thread unsafe use of libldap
` [PATCH 06/25] autofs-5.0.7 - fix compile error with heimdal support enabled
` [PATCH 07/25] autofs-5.0.7 - fix typo forced-shutdown should be force-shutdown
` [PATCH 08/25] autofs-5.0.7 - fix hesiod check error and use correct $(LIBS) setting
` [PATCH 09/25] autofs-5.0.7 - fix dead LDAP symbolic link when LDAP support is disabled
` [PATCH 10/25] autofs-5.0.7 - add missing libtirpc lib to mount_nfs.so when TIRPC enabled
` [PATCH 11/25] autofs-5.0.7 - use compiler determined by configure instead of hard-coded ones
` [PATCH 12/25] autofs-5.0.7 - remove hard-coded STRIP variable
` [PATCH 13/25] autofs-5.0.7 - use LIBS for link libraries
` [PATCH 14/25] autofs-5.0.7 - unbundle NOTSTRIP from DEBUG so they dont depend on each other
` [PATCH 15/25] autofs-5.0.7 - fix occasional build error when enable parallel compiling
` [PATCH 16/25] autofs-5.0.7 - fix compilation of lookup_ldap.c without sasl
` [PATCH 17/25] autofs-5.0.7 - fix dumpmaps multi output
` [PATCH 18/25] autofs-5.0.7 - try and cleanup after dumpmaps
` [PATCH 19/25] autofs-5.0.7 - teach dumpmaps to output simple key value pairs
` [PATCH 20/25] autofs-5.0.7 - fix syncronize handle_mounts() shutdown
` [PATCH 21/25] autofs-5.0.7 - fix fix wildcard multi map regression
` [PATCH 22/25] autofs-5.0.7 - improve timeout option description
` [PATCH 23/25] autofs-5.0.7 - only probe specific nfs version when requested
` [PATCH 24/25] autofs-5.0.7 - fix bad mkdir permission on create
` [PATCH 25/25] autofs-5.0.7 - setup program map env from macro table

Seperate option for install systemd unit file
 2013-09-02  7:56 UTC  (13+ messages)
` [PATCH 1/2] seperate option of --with-systemd from "
` [PATCH 2/2] introduce new '--with-systemdsystemunitdir'

[PATCH 00/10] autofs4 - rename autofs4 to autofs
 2013-08-31 11:41 UTC 

[PATCH 1/2] autofs: fix the return value of autofs4_fill_super
 2013-08-30  7:22 UTC  (2+ messages)
` [PATCH 2/2] autofs: use IS_ROOT to replace parent == dentry->d_parent

Autofs mount fails if it relies on another autofs managed resource on Ubuntu
 2013-08-12  8:26 UTC  (2+ messages)

Automount crashes due to thread-unsafe use of libldap
 2013-07-29  1:13 UTC  (2+ messages)

Linking against libldap_r instead of libldap?
 2013-07-26 17:39 UTC  (4+ messages)

[PATCH] fix occasional build error when enable parallel compiling
 2013-07-25  8:23 UTC  (2+ messages)

[PATCH 0/9] Series short description
 2013-07-24 10:38 UTC  (7+ messages)

Seeking for upstreaming patches which floating in Gentoo
 2013-07-24 10:32 UTC  (25+ messages)
` [PATCH 1/6] fix compile error with heimdal support enabled
` [PATCH 2/6] fix dead LDAP symbol link with LDAP support disabled
` [PATCH 3/6] fix compile error with LDAP enabled but SASL disabled
` [PATCH 4/6] fix no "libxml/tree.h" error in modules lookup_ldap.c
` [PATCH 5/6] add missing WITH_SASL "
` [PATCH 6/6] fix typo, forced-shutdown should be force-shutdown

[PATCH 0/9] Gentoo related patches
 2013-07-24 10:20 UTC  (14+ messages)
` [PATCH 1/9] autofs-5.0.7 - fix typo forced-shutdown should be force-shutdown
` [PATCH 2/9] autofs-5.0.7 - fix hesiod check error and use correct $(LIBS) setting
` [PATCH 3/9] autofs-5.0.7 - fix dead LDAP symbolic link when LDAP support is disabled
` [PATCH 4/9] autofs-5.0.7 - add missing libtirpc lib to mount_nfs.so when TIRPC enabled
` [PATCH 5/9] autofs-5.0.7 - use compiler determined by configure instead of hard-coded ones
` [PATCH 6/9] autofs-5.0.7 - remove hard-coded STRIP variable
` [PATCH 7/9] autofs-5.0.7 - use LIBS for link libraries
` [PATCH 8/9] autofs-5.0.7 - unbundle NOTSTRIP from DEBUG so they dont depend on each other
` [PATCH 9/9] autofs-5.0.7 - fix compilation of lookup_ldap.c without sasl

[PATCH] add missing libtirpc lib to mount_nfs.so when TIRPC enabled
 2013-07-24  5:29 UTC  (3+ messages)

[PATCH 1/7] use compiler determined by configure instead of hard-coded ones
 2013-07-24  2:38 UTC  (7+ messages)
` [PATCH 2/7] remove hard-coded CFLAGS, LDFLAGS
` [PATCH 3/7] variable "-lpthread" should put into LIBS, not LDFLAGS
` [PATCH 4/7] library should pass via variable $(LIBS), not $(LDFLAGS)
` [PATCH 5/7] use += to accumulate the LIBS, otherwise we may lost early set
` [PATCH 6/7] allow user to pass LDFLAGS via ./configure
` [PATCH 7/7] unbundle NOTSTRIP from DEBUG, so they won't depend on each other

[PATCH] fix hesiod check error, use correct $(LIBS)
 2013-07-24  2:24 UTC  (3+ messages)

[PATCH v6 04/14] auto-fs: replace direct access of d_count with the d_count() helper
 2013-07-09  1:09 UTC 

[RFC PATCH 0/7] autofs4 - rename autofs4 to autofs
 2013-07-08  9:11 UTC  (12+ messages)
` [RFC PATCH 1/7] autofs4 - coding style fixes
` [RFC PATCH 2/7] autofs4 - fix string.h include in auto_dev-ioctl.h
` [RFC PATCH 3/7] autofs4 - move linux/auto_dev-ioctl.h to uapi/linux
` [RFC PATCH 4/7] autofs - merge auto_fs.h and auto_fs4.h
` [RFC PATCH 5/7] autofs - use autofs instead of autofs4 everywhere
` [RFC PATCH 6/7] autofs - rename module autofs4 to autofs
` [RFC PATCH 7/7] autofs - change CONFIG_AUTOFS4_FS to CONFIG_AUTOFS_FS

[PATCH v5 04/12] auto-fs: replace direct access of d_count with the d_count() helper
 2013-07-05 14:47 UTC 

[PATCH v4 04/12] auto-fs: rename d_count field of dentry to d_refcount
 2013-07-04 21:50 UTC  (7+ messages)

[PATCH v3 08/25] auto-fs: Change how dentry's d_lock and d_count fields are accessed
 2013-07-03 20:20 UTC 

Announcing the release of fedfs-utils 0.9.2
 2013-07-02 19:13 UTC 

autofs-5.0.7-add-null-check-in-read_one.patch
 2013-06-29  2:03 UTC  (3+ messages)

Announcing the release of fedfs-utils 0.9.1
 2013-06-11 16:27 UTC 

[PATCH 0/3 v3] dcache: make it more scalable on large system
 2013-06-06  3:48 UTC  (21+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox