All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Current state of Vals patches and the file map lookup patches
@ 2009-01-19 12:24 Ian Kent
  2009-01-19 12:24 ` [PATCH 1/4] autofs-5.0.4 - always read file maps Ian Kent
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ian Kent @ 2009-01-19 12:24 UTC (permalink / raw)
  To: Valerie Aurora Henson, Paul Wankadia; +Cc: autofs mailing list

I've pulled in the patches that Val posted and made a couple of
minor changes. I also have what I think is just about what we
need to reduce the overhead of file map scanning.

Check'em out please folks.

I'm a little concerned about the "fix kernel includes" patch because
there should be more to it and I've altered it in line with that. I'm
not sure if we should post a kernel patch first, pull in the updated
kernel header files to the tar and finally make the other couple of
changes then. But then I may have it wrong so check it out.

Ian

---

Ian Kent (1):
      autofs-5.0.4 - always read file maps

Valerie Aurora Henson (3):
      autofs-5.0.4 - fix kernel includes
      autofs-5.0.4 - easy alloca replacements
      autofs-5.0.4 - make MAX_ERR_BUF and PARSE_MAX_BUF use easier to audit


 daemon/automount.c             |   29 ++++----
 daemon/direct.c                |   12 +--
 daemon/flag.c                  |   13 ++--
 daemon/indirect.c              |   12 +--
 daemon/lookup.c                |    9 ++-
 daemon/module.c                |   45 ++++---------
 include/automount.h            |    2 -
 include/linux/auto_dev-ioctl.h |   10 +++
 include/linux/auto_fs.h        |    5 +
 lib/cache.c                    |   31 +++------
 lib/cat_path.c                 |    1 
 modules/lookup_file.c          |  141 +++++++++++++---------------------------
 modules/lookup_ldap.c          |  142 +++++++++++++++++++++++-----------------
 modules/lookup_nisplus.c       |   71 ++++++++++++--------
 modules/mount_autofs.c         |    1 
 modules/mount_bind.c           |    7 +-
 modules/mount_changer.c        |    5 -
 modules/mount_ext2.c           |    5 -
 modules/mount_generic.c        |    5 -
 19 files changed, 248 insertions(+), 298 deletions(-)

-- 
Signature

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-01-20  5:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19 12:24 [PATCH 0/4] Current state of Vals patches and the file map lookup patches Ian Kent
2009-01-19 12:24 ` [PATCH 1/4] autofs-5.0.4 - always read file maps Ian Kent
2009-01-20  1:31   ` Paul Wankadia
2009-01-20  1:43     ` Ian Kent
2009-01-19 12:24 ` [PATCH 2/4] autofs-5.0.4 - make MAX_ERR_BUF and PARSE_MAX_BUF use easier to audit Ian Kent
2009-01-19 12:24 ` [PATCH 3/4] autofs-5.0.4 - easy alloca replacements Ian Kent
2009-01-19 12:24 ` [PATCH 4/4] autofs-5.0.4 - fix kernel includes Ian Kent
2009-01-20  3:26 ` [PATCH 0/4] Current state of Vals patches and the file map lookup patches Valerie Aurora Henson
2009-01-20  5:06   ` Ian Kent

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.