From: Jim Rees <rees@umich.edu>
To: Benny Halevy <bhalevy@panasas.com>
Cc: linux-nfs@vger.kernel.org, peter honeyman <honey@citi.umich.edu>
Subject: [PATCH 0/6] nfs-utils: Cumulative patches for blkmapd
Date: Tue, 2 Nov 2010 16:08:24 -0400 [thread overview]
Message-ID: <cover.1288726186.git.rees@umich.edu> (raw)
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
next reply other threads:[~2010-11-02 20:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-02 20:08 Jim Rees [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1288726186.git.rees@umich.edu \
--to=rees@umich.edu \
--cc=bhalevy@panasas.com \
--cc=honey@citi.umich.edu \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.