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@xxxxxxxxxx -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel