mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Alasdair G Kergon <agk@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jonathan Brassow <jbrassow@redhat.com>,
	"Jun'ichi Nomura" <j-nomura@ce.jp.nec.com>,
	Adrian Bunk <bunk@kernel.org>,
	Frederik Deweerdt <frederik.deweerdt@gmail.com>,
	Heinz Mauelshagen <hjm@redhat.com>,
	Mikulas Patocka <mpatocka@redhat.com>,
	"Robert P. J. Day" <rpjday@crashcourse.ca>,
	Milan Broz <mbroz@redhat.com>,
	dm-devel@redhat.com, linux-kernel@vger.kernel.org
Subject: [git pull] device-mapper update for 2.6.26
Date: Fri, 25 Apr 2008 15:15:00 +0100	[thread overview]
Message-ID: <20080425141500.GV24157@agk.fab.redhat.com> (raw)

Please pull from:

  master.kernel.org:/pub/scm/linux/kernel/git/agk/linux-2.6-dm.git

to get the following device-mapper update for 2.6.26:
 
Adrian Bunk (2):
      dm table: drop void suspend_targets return
      dm table: remove unused dm_create_error_table

Alasdair G Kergon (5):
      dm io: rename error to error_bits
      dm log: move register functions
      dm: expose macros
      dm kcopyd: rename
      dm: move include files

Frederik Deweerdt (1):
      dm: remove md argument from specific_minor

Heinz Mauelshagen (5):
      dm log: generalise name in messages
      dm log: move dirty region log code into separate module
      dm io: clean interface
      dm kcopyd: clean interface
      dm log: clean interface

Jonathan Brassow (1):
      dm log: make module use tracking internal

Mikulas Patocka (7):
      dm snapshot: fix chunksize sector conversion
      dm snapshot: store pointer to target instance
      dm kcopyd: per device
      dm kcopyd: private mempool
      dm kcopyd: remove redundant client counting
      dm raid1: use timer
      dm: unplug queues in threads

Milan Broz (2):
      dm snapshot: reduce default memory allocation
      dm crypt: add documentation

Robert P. J. Day (1):
      dm raid1: use list_split_init

 Documentation/device-mapper/dm-crypt.txt           |   52 ++++
 drivers/md/Makefile                                |    6 +-
 drivers/md/dm-exception-store.c                    |   10 +-
 drivers/md/dm-io.c                                 |   38 ++-
 drivers/md/{kcopyd.c => dm-kcopyd.c}               |  298 ++++++++------------
 drivers/md/dm-log.c                                |  254 +++++++++++------
 drivers/md/dm-raid1.c                              |  132 +++++-----
 drivers/md/dm-snap.c                               |   22 +-
 drivers/md/dm-snap.h                               |    4 +-
 drivers/md/dm-table.c                              |   42 +---
 drivers/md/dm.c                                    |   16 +-
 drivers/md/dm.h                                    |   98 +------
 drivers/md/kcopyd.h                                |   42 ---
 include/linux/device-mapper.h                      |   96 ++++++-
 .../md/dm-log.h => include/linux/dm-dirty-log.h    |   84 +++---
 {drivers/md => include/linux}/dm-io.h              |   18 +-
 include/linux/dm-kcopyd.h                          |   47 +++
 17 files changed, 659 insertions(+), 600 deletions(-)
 create mode 100644 Documentation/device-mapper/dm-crypt.txt
 rename drivers/md/{kcopyd.c => dm-kcopyd.c} (71%)
 delete mode 100644 drivers/md/kcopyd.h
 rename drivers/md/dm-log.h => include/linux/dm-dirty-log.h (54%)
 rename {drivers/md => include/linux}/dm-io.h (84%)
 create mode 100644 include/linux/dm-kcopyd.h

Alasdair
-- 
agk@redhat.com

                 reply	other threads:[~2008-04-25 14:16 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=20080425141500.GV24157@agk.fab.redhat.com \
    --to=agk@redhat.com \
    --cc=bunk@kernel.org \
    --cc=dm-devel@redhat.com \
    --cc=frederik.deweerdt@gmail.com \
    --cc=hjm@redhat.com \
    --cc=j-nomura@ce.jp.nec.com \
    --cc=jbrassow@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbroz@redhat.com \
    --cc=mpatocka@redhat.com \
    --cc=rpjday@crashcourse.ca \
    --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

all inboxes | Powered by JetHome®