[git pull] device-mapper patches for 2.6.28

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alasdair G Kergon
Date: Friday, October 10, 2008 - 5:51 am

Please pull from:

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

to get the following device-mapper patches for 2.6.28:
 
Alasdair G Kergon (2):
      dm crypt: remove inc_pending from write_io_submit
      dm: detect lost queue

Benjamin Marzinski (1):
      dm mpath: use more error codes

Jonathan Brassow (1):
      dm raid1: kcopyd should stop on error if errors handled

Kiyoshi Ueda (1):
      dm mpath: remove is_active from struct dm_path

Mikulas Patocka (6):
      dm exception store: introduce area_location function
      dm exception store: use chunk_t for_areas
      dm: export struct dm_dev
      dm: publish dm_get_mapinfo
      dm: publish dm_table_unplug_all
      dm: publish dm_vcalloc

Milan Broz (7):
      dm crypt: tidy inc pending
      dm crypt: tidy crypt alloc
      dm crypt: tidy write loop pending
      dm crypt: move dec_pending on error into write_io_submit
      dm crypt: fix async inc_pending
      dm crypt: tidy ctx pending
      dm crypt: avoid unnecessary wait when splitting bio

 drivers/md/dm-crypt.c           |  109 +++++++++++++++++++++++---------------
 drivers/md/dm-exception-store.c |   29 +++++++----
 drivers/md/dm-ioctl.c           |    4 +-
 drivers/md/dm-mpath.c           |   35 +++++++------
 drivers/md/dm-mpath.h           |    2 -
 drivers/md/dm-raid1.c           |    4 +-
 drivers/md/dm-table.c           |   97 ++++++++++++++++++++++------------
 drivers/md/dm.h                 |   10 +---
 include/linux/device-mapper.h   |   18 ++++++-
 9 files changed, 190 insertions(+), 118 deletions(-)

Alasdair
-- 
agk@redhat.com
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git pull] device-mapper patches for 2.6.28, Alasdair G Kergon, (Fri Oct 10, 5:51 am)
[git pull] device-mapper patches for 2.6.29, Alasdair G Kergon, (Mon Jan 5, 12:18 pm)
Re: [git pull] device-mapper patches for 2.6.29, Linus Torvalds, (Mon Jan 5, 7:51 pm)
Re: [git pull] device-mapper patches for 2.6.29, Stephen Rothwell, (Mon Jan 5, 8:04 pm)
Re: [git pull] device-mapper patches for 2.6.29, =?UTF-8?Q?Cheng_Renq ..., (Mon Jan 5, 8:15 pm)
Re: [git pull] device-mapper patches for 2.6.29, Alasdair G Kergon, (Mon Jan 5, 8:21 pm)
Re: [git pull] device-mapper patches for 2.6.29, =?UTF-8?Q?Cheng_Renq ..., (Mon Jan 5, 8:32 pm)
Re: [git pull] device-mapper patches for 2.6.29, Stefan Richter, (Tue Jan 6, 4:59 am)