linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] nfs-utils: Cumulative patches for blkmapd
@ 2010-11-02 20:08 Jim Rees
  2010-11-02 20:09 ` [PATCH 1/6] blkmapd: get rid of config file and instead examine all block devices Jim Rees
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jim Rees @ 2010-11-02 20:08 UTC (permalink / raw)
  To: Benny Halevy; +Cc: linux-nfs, peter honeyman

Cumulative patches for blkmapd.

Jim Rees (6):
  blkmapd: get rid of config file and instead examine all block devices
  blkmapd: don't rescan periodically
  blkmapd: don't use atomicio() where it's not needed
  ignore passive devices before checking serial numbers
  add "-d" option to just do discovery then exit
  Various bug fixes and cleanups.

 utils/blkmapd/Makefile.am        |    3 -
 utils/blkmapd/atomicio.c         |   54 --------
 utils/blkmapd/cfg.c              |  248 --------------------------------------
 utils/blkmapd/cfg.h              |   47 -------
 utils/blkmapd/device-discovery.c |  216 +++++++++++++++------------------
 utils/blkmapd/device-discovery.h |    5 +-
 utils/blkmapd/device-inq.c       |   43 +++----
 utils/blkmapd/device-process.c   |   30 ++---
 utils/blkmapd/dm-device.c        |    1 +
 9 files changed, 129 insertions(+), 518 deletions(-)
 delete mode 100644 utils/blkmapd/atomicio.c
 delete mode 100644 utils/blkmapd/cfg.c
 delete mode 100644 utils/blkmapd/cfg.h


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

end of thread, other threads:[~2010-11-03  7:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 20:08 [PATCH 0/6] nfs-utils: Cumulative patches for blkmapd Jim Rees
2010-11-02 20:09 ` [PATCH 1/6] blkmapd: get rid of config file and instead examine all block devices Jim Rees
2010-11-02 20:09 ` [PATCH 2/6] blkmapd: don't rescan periodically Jim Rees
2010-11-02 20:10 ` [PATCH 3/6] blkmapd: don't use atomicio() where it's not needed Jim Rees
2010-11-02 20:10 ` [PATCH 4/6] ignore passive devices before checking serial numbers Jim Rees
2010-11-02 20:10 ` [PATCH 5/6] add "-d" option to just do discovery then exit Jim Rees
2010-11-02 20:11 ` [PATCH 6/6] Various bug fixes and cleanups Jim Rees
2010-11-03  7:08 ` [PATCH 0/6] nfs-utils: Cumulative patches for blkmapd Benny Halevy

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