lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 21 Oct 2008 17:59:01 +0100
From:	Alasdair G Kergon <agk@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	dm-devel@...hat.com, linux-kernel@...r.kernel.org,
	Heinz Mauelshagen <mauelshagen@...hat.com>,
	Kiyoshi Ueda <k-ueda@...jp.nec.com>,
	Mikulas Patocka <mpatocka@...hat.com>,
	Milan Broz <mbroz@...hat.com>,
	Kazuo Ito <ito.kazuo@....ntt.co.jp>,
	"Martin K. Petersen" <martin.petersen@...cle.com>,
	stable@...nel.org
Subject: [git pull] Additional device-mapper patches for 2.6.28

Please pull from:

  master.kernel.org:/pub/scm/linux/kernel/git/agk/linux-2.6-dm.git
 
to get the following additional device-mapper patches for 2.6.28:
  
Alasdair G Kergon (1):
      dm exception store: refactor zero_area

Heinz Mauelshagen (1):
      dm raid1: separate region_hash interface part1

Kazuo Ito (1):
      dm kcopyd: avoid queue shuffle

Kiyoshi Ueda (2):
      dm: remove unused flush_all
      dm: tidy local_init

Martin K. Petersen (1):
      dm: mark split bio as cloned

Mikulas Patocka (5):
      dm snapshot: fix primary_pe race
      dm snapshot: drop unused last_percent
      dm exception store: fix misordered writes
      dm: publish array_too_big
      dm: remove dm header from targets

Milan Broz (3):
      dm crypt: tidy sector
      dm crypt: fix async split
      dm crypt: remove waitqueue

 drivers/md/Makefile             |    2 +-
 drivers/md/dm-crypt.c           |   56 +++-
 drivers/md/dm-delay.c           |    3 +-
 drivers/md/dm-exception-store.c |  108 ++++--
 drivers/md/dm-io.c              |    2 +-
 drivers/md/dm-kcopyd.c          |   14 +-
 drivers/md/dm-linear.c          |    2 +-
 drivers/md/dm-log.c             |    2 +-
 drivers/md/dm-mpath.c           |    3 +-
 drivers/md/dm-path-selector.c   |    3 +-
 drivers/md/dm-raid1.c           |  791 +++++----------------------------------
 drivers/md/dm-region-hash.c     |  704 ++++++++++++++++++++++++++++++++++
 drivers/md/dm-round-robin.c     |    3 +-
 drivers/md/dm-snap.c            |   11 +-
 drivers/md/dm-snap.h            |    5 +-
 drivers/md/dm-stripe.c          |    6 +-
 drivers/md/dm-zero.c            |    2 +-
 drivers/md/dm.c                 |   49 +--
 drivers/md/dm.h                 |    9 -
 include/linux/device-mapper.h   |    3 +
 include/linux/dm-region-hash.h  |  104 +++++
 21 files changed, 1084 insertions(+), 798 deletions(-)
 create mode 100644 drivers/md/dm-region-hash.c
 create mode 100644 include/linux/dm-region-hash.h

Thanks,
Alasdair
-- 
agk@...hat.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ