From: Alasdair G Kergon <agk@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dm-devel@redhat.com, linux-kernel@vger.kernel.org,
Kiyoshi Ueda <k-ueda@ct.jp.nec.com>,
Cheng Renquan <crquan@gmail.com>,
Johannes Weiner <hannes@cmpxchg.org>,
Jonathan Brassow <jbrassow@redhat.com>,
Heinz Mauelshagen <heinzm@redhat.com>,
"Jun'ichi Nomura" <j-nomura@ce.jp.nec.com>,
Mike Snitzer <snitzer@redhat.com>,
Mikulas Patocka <mpatocka@redhat.com>, Neil Brown <neilb@suse.de>,
Milan Broz <mbroz@redhat.com>
Subject: [git pull] device-mapper changes for 2.6.30
Date: Thu, 2 Apr 2009 20:23:58 +0100 [thread overview]
Message-ID: <20090402192358.GL5098@agk.fab.redhat.com> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/agk/linux-2.6-dm.git master
to get the following device-mapper changes for 2.6.30
Alasdair G Kergon (1):
dm table: fix upgrade mode race
Cheng Renquan (2):
dm target: use module refcount directly
dm target: remove struct tt_internal
Johannes Weiner (1):
dm crypt: use kzfree
Jonathan Brassow (12):
dm exception store: separate type from instance
dm raid1: add is_remote_recovering hook for clusters
dm exception store: introduce registry
dm exception store: move dm_target pointer
dm exception store: move chunk_fields
dm exception store: move cow pointer
dm snapshot: remove dm_snap header use
dm snapshot: remove dm_snap header
dm snapshot: use DMEMIT macro for status
dm snapshot: move ctr parsing to exception store
dm snapshot: move status to exception store
dm snapshot: persistent fix dtr cleanup
Jun'ichi Nomura (1):
dm: path selector use module refcount directly
Mike Snitzer (2):
dm log: use standard kernel module refcount
dm log: remove struct dm_dirty_log_internal
Mikulas Patocka (17):
dm: preserve bi_io_vec when resubmitting bios
dm raid1: switch read_record from kmalloc to slab to save memory
dm io: make sync_io uninterruptible
dm snapshot: refactor __find_pending_exception
dm snapshot: avoid dropping lock in __find_pending_exception
dm snapshot: avoid having two exceptions for the same chunk
dm: bio list add bio_list_add_head
dm: remove unnecessary work queue type field
dm: remove unnecessary work queue context field
dm: remove unnecessary struct dm_wq_req
dm: rename __split_bio
dm: move bio_io_error into __split_and_process_bio
dm: merge __flush_deferred_io into caller
dm: allow uninterruptible wait for pending io
dm: merge pushback and deferred bio lists
dm: move wait queue declaration
dm: set queue ordered mode
drivers/md/dm-bio-list.h | 10 +
drivers/md/dm-bio-record.h | 26 +++
drivers/md/dm-crypt.c | 6 +-
drivers/md/dm-exception-store.c | 252 +++++++++++++++++++++++++
drivers/md/dm-exception-store.h | 58 +++++-
drivers/md/dm-io.c | 5 +-
drivers/md/dm-log.c | 75 ++------
drivers/md/dm-path-selector.c | 21 +--
drivers/md/dm-raid1.c | 50 +++++-
drivers/md/dm-snap-persistent.c | 153 +++++++++++-----
drivers/md/dm-snap-transient.c | 86 +++++++--
drivers/md/dm-snap.c | 384 ++++++++++++++++++++-------------------
drivers/md/dm-snap.h | 105 -----------
drivers/md/dm-table.c | 26 ++--
drivers/md/dm-target.c | 104 +++--------
drivers/md/dm.c | 134 +++++---------
drivers/md/dm.h | 2 +-
include/linux/device-mapper.h | 3 +
include/linux/dm-dirty-log.h | 13 ++
19 files changed, 893 insertions(+), 620 deletions(-)
delete mode 100644 drivers/md/dm-snap.h
Alasdair
--
agk@redhat.com
reply other threads:[~2009-04-02 19:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20090402192358.GL5098@agk.fab.redhat.com \
--to=agk@redhat.com \
--cc=crquan@gmail.com \
--cc=dm-devel@redhat.com \
--cc=hannes@cmpxchg.org \
--cc=heinzm@redhat.com \
--cc=j-nomura@ce.jp.nec.com \
--cc=jbrassow@redhat.com \
--cc=k-ueda@ct.jp.nec.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mbroz@redhat.com \
--cc=mpatocka@redhat.com \
--cc=neilb@suse.de \
--cc=snitzer@redhat.com \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome