AutoFS development
 help / color / mirror / Atom feed
 messages from 2016-07-19 19:29:04 to 2017-04-10 07:49:38 UTC [more...]

Changes to special character escaping?
 2017-04-10  7:49 UTC  (2+ messages)

[PATCH 0/5] Fix dead URLs to ftp.kernel.org
 2017-03-28 14:20 UTC  (11+ messages)
` [PATCH 1/5] MAINTAINERS: Fix a dead URL "
` [PATCH 2/5] drivers/block: "
` [PATCH 3/5] drivers/md: "
` [PATCH 4/5] fs/autofs4: "
` [PATCH 5/5] scripts: Fix dead URLs "
    ` [PATCH] "

[PATCH 1/3] autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECT
 2017-03-27  0:00 UTC  (3+ messages)
` [PATCH 2/3] autofs: non functional header inclusion cleanup
` [PATCH 3/3] autofs: use AUTOFS_DEV_IOCTL_SIZE

[PATCH] Don't skip sssd autofs search if preseeded
 2017-02-16 22:19 UTC 

[PATCH 1/7] autofs: remove wrong comment
 2017-01-30 10:21 UTC  (7+ messages)
` [PATCH 2/7] autofs: fix typo in Documentation
` [PATCH 3/7] autofs: fix wrong ioctl documentation regarding devid
` [PATCH 4/7] autofs: update ioctl documentation regarding struct autofs_dev_ioctl
` [PATCH 5/7] autofs: add command enum/macros for root-dir ioctls
` [PATCH 6/7] autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definition
` [PATCH 7/7] autofs - take more care to not update last_used on path walk

[PATCH 1/6] autofs: remove wrong comment
 2017-01-17 14:42 UTC  (6+ messages)
` [PATCH 2/6] autofs: fix typo in Documentation
` [PATCH 3/6] autofs: fix wrong ioctl documentation regarding devid
` [PATCH 4/6] autofs: update ioctl documentation regarding struct autofs_dev_ioctl
` [PATCH 5/6] autofs: add command enum/macros for root-dir ioctls
` [PATCH 6/6] autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definition

[PATCH 1/7] vfs - merge path_is_mountpoint() and path_is_mountpoint_rcu()
 2016-12-08  6:18 UTC  (19+ 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 5/7] vfs - constify path parameter of path_has_submounts()
` [PATCH 6/7] autofs - dont hold spin lock over direct mount expire
` [PATCH 7/7] vfs - make may_umount_tree() mount propogation aware

[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  (8+ messages)
` [PATCH 03/12] autofs: Fix AUTOFS_DEV_IOCTL_IOC_COUNT value


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