mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [git pull] device-mapper update for 2.6.26
@ 2008-04-25 14:15 Alasdair G Kergon
  0 siblings, 0 replies; only message in thread
From: Alasdair G Kergon @ 2008-04-25 14:15 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jonathan Brassow, Jun'ichi Nomura, Adrian Bunk,
	Frederik Deweerdt, Heinz Mauelshagen, Mikulas Patocka,
	Robert P. J. Day, Milan Broz, dm-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-25 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-25 14:15 [git pull] device-mapper update for 2.6.26 Alasdair G Kergon

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®