autofs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-05 15:18:09 to 2016-11-28 02:12:04 UTC [more...]

[PATCH 1/7] vfs - merge path_is_mountpoint() and path_is_mountpoint_rcu()
 2016-11-28  2:12 UTC  (4+ messages)
` [PATCH 2/7] autofs - make struct path const in autofs4_dir_open()
` [PATCH 3/7] autofs - change struct path to const in autofs4_expire_wait() and autofs4_wait()
` [PATCH 4/7] vfs - change struct path to const in d_manage()

[PATCH 00/37] Current patch queue for review
 2016-11-04  8:53 UTC  (39+ messages)
` [PATCH 01/37] autofs-5.1.2 - fix release date in CHANGELOG
` [PATCH 02/37] autofs-5.1.2 - build: check for clock_gettime in librt
` [PATCH 03/37] autofs-5.1.2 - Fix compiler warning in try_remount()
` [PATCH 04/37] autofs-5.1.2 - Drop redundant \n in logerr()
` [PATCH 05/37] autofs-5.1.2 - Fix size arg of fgets(3)
` [PATCH 06/37] autofs-5.1.2 - fix libtirpc detection with -Wl, --as-needed
` [PATCH 07/37] autofs-5.1.2 - Fix a typo in CREDITS
` [PATCH 08/37] autofs-5.1.2 - Change .requestor to .requester for consistency
` [PATCH 09/37] autofs-5.1.2 - fix file map changed check
` [PATCH 10/37] autofs-5.1.2 - Remove unused local 2KB buffer
` [PATCH 11/37] autofs-5.1.2 - Fix typos in error messages
` [PATCH 12/37] autofs-5.1.2 - Fix fgets(3) size argument (another one)
` [PATCH 13/37] autofs-5.1.2 - fix short memory allocation in lookup_amd_instance()
` [PATCH 14/37] autofs-5.1.2 - fix count_mounts() function
` [PATCH 15/37] autofs-5.1.2 - configure: add cache variable for Linux proc filesystem check
` [PATCH 16/37] autofs-5.1.2 - Avoid local variable name shadowing another
` [PATCH 17/37] autofs-5.1.2 - fix typo in MOUNT_FLAG_GHOST comment
` [PATCH 18/37] autofs-5.1.2 - fix cachefs parse message not being logged
` [PATCH 19/37] autofs-5.1.2 - fix argc off by one in mount_autofs.c
` [PATCH 20/37] autofs-5.1.2 - fix _strncmp() usage
` [PATCH 21/37] autofs-5.1.1 - fix create_client() RPC client handling
` [PATCH 22/37] autofs-5.1.2 - update and add README for old autofs schema
` [PATCH 23/37] autofs-5.1.2 - wait for master map available at start
` [PATCH 24/37] autofs-5.1.2 - add master read wait option
` [PATCH 25/37] autofs-5.1.2 - work around sss startup delay
` [PATCH 26/37] autofs-5.1.2 - add sss master map wait config option
` [PATCH 27/37] autofs-5.1.2 - fix typos in README.amd-maps
` [PATCH 28/37] autofs-5.1.2 - add ref counting to struct map_source
` [PATCH 29/37] autofs-5.1.2 - add support for amd browsable option
` [PATCH 30/37] autofs-5.1.2 - add function conf_amd_get_map_name()
` [PATCH 31/37] autofs-5.1.2 - add function conf_amd_get_mount_paths()
` [PATCH 32/37] autofs-5.1.2 - include amd mount section mounts in master mounts list
` [PATCH 33/37] autofs-5.1.2 - check for conflicting amd section mounts
` [PATCH 34/37] autofs-5.1.2 - add function conf_get_map_options()
` [PATCH 35/37] autofs-5.1.2 - capture cache option and its settings during parsing
` [PATCH 36/37] autofs-5.1.2 - handle map_option cache for top level mounts
` [PATCH 37/37] autofs-5.1.2 - handle amd cache option all in amd type auto mounts

[PATCH 1/8] vfs - change d_manage() to take a struct path
 2016-11-01  2:02 UTC  (18+ messages)
` [PATCH 2/8] vfs - add path_is_mountpoint() helper
` [PATCH 3/8] vfs - add path_has_submounts()
` [PATCH 4/8] autofs - change autofs4_expire_wait() to take struct path
` [PATCH 5/8] autofs - change autofs4_wait() "
` [PATCH 6/8] autofs - use path_is_mountpoint() to fix unreliable d_mountpoint() checks
` [PATCH 7/8] autofs - use path_has_submounts() to fix unreliable have_submount() checks
` [PATCH 8/8] vfs - remove unused have_submounts() function

[RFC PATCH 0/8] Patch series to fix autofs unreliable usage of d_mountpoint()
 2016-10-03  0:47 UTC  (9+ messages)
` [RFC PATCH 1/8] vfs - change d_manage() to take a struct path
` [RFC PATCH 2/8] vfs - add path_is_mountpoint() helper
` [RFC PATCH 3/8] vfs - add path_has_submounts()
` [RFC PATCH 4/8] autofs - change autofs4_expire_wait() to take struct path
` [RFC PATCH 5/8] autofs - change autofs4_wait() "
` [RFC PATCH 6/8] autofs - use path_is_mountpoint() to fix unreliable d_mountpoint() checks
` [RFC PATCH 7/8] autofs - use path_has_submounts() to fix unreliable have_submount() checks
` [RFC PATCH 8/8] vfs - remove unused have_submounts() function

[PATCH 1/4] fs - make is_local_mountpoint() usable by others
 2016-09-28 10:18 UTC  (34+ messages)
` [PATCH 2/4] fs - add have_local_submounts()
` [PATCH 3/4] autofs - make mountpoint checks namespace aware
` [PATCH 4/4] fs - remove unused have_submounts() function

Autofs and mount namespaces
 2016-09-14  1:25 UTC  (7+ messages)

[PATCH] autofs - use dentry flags to block walks during expire
 2016-09-12 21:07 UTC  (3+ messages)

[PATCH] autofs - use dentry flags to block walks during expire
 2016-09-09  3:52 UTC  (4+ messages)

[PATCH 1/3] autofs: remove possibly misleading /* #define DEBUG */
 2016-08-31  3:34 UTC  (3+ messages)
` [PATCH 2/3] autofs: refactor ioctl fn vector in iookup_dev_ioctl()
` [PATCH 3/3] autofs: fix "fix dev ioctl number range check"

4.8-rc4 spews "BUG: sleeping function called from invalid context at fs/dcache.c:757"
 2016-08-30  1:55 UTC  (4+ messages)

[PATCH] autofs-5.1.2: Avoid local variable name shadowing another
 2016-08-28  4:06 UTC 

[PATCH 1/3] autofs: remove possibly misleading /* #define DEBUG */
 2016-08-28  4:05 UTC  (3+ messages)
` [PATCH 2/3] autofs: refactor ioctl fn vector in iookup_dev_ioctl()
` [PATCH 3/3] autofs: fix "fix dev ioctl number range check"

[PATCH 01/18] autofs: Fix typos in Documentation/filesystems/autofs4.txt
 2016-08-12  2:49 UTC  (18+ messages)
` [PATCH 02/18] autofs: Drop unnecessary extern in autofs_i.h
` [PATCH 03/18] autofs: Test autofs versions first on sb initialization
` [PATCH 04/18] autofs - fix autofs4_fill_super() error exit handling
` [PATCH 05/18] autofs: Add WARN_ON(1) for non dir/link inode case
` [PATCH 06/18] autofs - remove ino free in autofs4_dir_symlink()
` [PATCH 07/18] autofs: Use autofs4_free_ino() to kfree dentry data
` [PATCH 08/18] autofs: Remove obsolete sb fields
` [PATCH 09/18] autofs: Don't fail to free_dev_ioctl(param)
` [PATCH 10/18] autofs: Remove AUTOFS_DEVID_LEN
` [PATCH 11/18] autofs: Fix Documentation regarding devid on ioctl
` [PATCH 12/18] autofs: Update struct autofs_dev_ioctl in Documentation
` [PATCH 13/18] autofs: Fix pr_debug() message
` [PATCH 14/18] autofs - fix dev ioctl number range check
` [PATCH 15/18] autofs: Add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD
` [PATCH 16/18] autofs: Fix print format for ioctl warning message
` [PATCH 17/18] autofs: Move inclusion of linux/limits.h to uapi
` [PATCH 18/18] autofs4 - move linux/auto_dev-ioctl.h to uapi/linux

[PATCH 1/3] autofs-5.1.2 - Remove unused local 2KB buffer
 2016-07-31 11:54 UTC  (5+ messages)
` [PATCH 2/3] autofs-5.1.2 - Fix typos in error messages
` [PATCH 3/3] autofs-5.1.2 - Fix fgets(3) size argument (another one)

[PATCH] configure: add cache variable for Linux proc filesystem check
 2016-07-30 20:32 UTC 

Regular deadlocks
 2016-07-28  7:36 UTC  (10+ messages)

[PATCH 01/12] autofs: Remove obsolete sb fields
 2016-07-21 18:12 UTC  (19+ messages)
` [PATCH 02/12] autofs: Don't fail to free_dev_ioctl(param)
` [PATCH 03/12] autofs: Fix AUTOFS_DEV_IOCTL_IOC_COUNT value
` [PATCH 04/12] autofs: Change _LINUX_AUTO_FS4_H to _UAPI_LINUX_AUTO_FS4_H
` [PATCH 05/12] autofs: Remove AUTOFS_DEVID_LEN
` [PATCH 06/12] autofs: Fix Documentation regarding devid on ioctl
` [PATCH 07/12] autofs: Update struct autofs_dev_ioctl in Documentation
` [PATCH 08/12] autofs: Fix pr_debug() message
` [PATCH 09/12] autofs: Fix wrong file/function/macro names in comments
` [PATCH 10/12] autofs: Add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD
` [PATCH 11/12] autofs: Fix print format for ioctl warning message
` [PATCH 12/12] autofs: Move inclusion of linux/limits.h to uapi

[PATCH 1/2] autofs-5.1.2 - Fix a typo in CREDITS
 2016-07-19  3:26 UTC  (5+ messages)
` [PATCH 2/2] autofs-5.1.2 - Change .requestor to .requester for consistency

documentation issues
 2016-07-13  2:17 UTC  (8+ messages)

[PATCH] autofs: fix libtirpc detection with -Wl,--as-needed
 2016-07-08  1:43 UTC  (2+ messages)

[PATCH 1/2] autofs: Use autofs4_free_ino() to kfree dentry data
 2016-07-08  1:10 UTC  (4+ messages)
` [PATCH 2/2] autofs: Fix conditional "

[PATCH v2] autofs: Add WARN_ON(1) for non dir/link inode case
 2016-07-07  6:46 UTC  (3+ messages)

[PATCH] autofs: Test autofs versions first on sb initialization
 2016-07-07  6:39 UTC  (4+ messages)

[PATCH] autofs: Drop unnecessary extern in .h
 2016-07-07  4:31 UTC  (2+ messages)

[PATCH] autofs: Fix typos in Documentation/filesystems/autofs4.txt
 2016-07-07  4:26 UTC  (2+ messages)

[PATCH] automount: Fix size arg of fgets(3)
 2016-07-06 10:02 UTC  (2+ messages)

[PATCH] automount: Drop redundant \n in logerr()
 2016-07-06  9:55 UTC  (3+ messages)

[PATCH] automount: Fix compiler warning
 2016-07-06  9:27 UTC  (3+ messages)

[PATCH] autofs: Remove obsolete sb fields
 2016-07-05 15:18 UTC 


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).