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>] [day] [month] [year] [list]
Date:	Fri, 25 Apr 2008 15:15:00 +0100
From:	Alasdair G Kergon <agk@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Jonathan Brassow <jbrassow@...hat.com>,
	"Jun'ichi Nomura" <j-nomura@...jp.nec.com>,
	Adrian Bunk <bunk@...nel.org>,
	Frederik Deweerdt <frederik.deweerdt@...il.com>,
	Heinz Mauelshagen <hjm@...hat.com>,
	Mikulas Patocka <mpatocka@...hat.com>,
	"Robert P. J. Day" <rpjday@...shcourse.ca>,
	Milan Broz <mbroz@...hat.com>, dm-devel@...hat.com,
	linux-kernel@...r.kernel.org
Subject: [git pull] device-mapper update for 2.6.26

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@...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