diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-11 16:05:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-11 16:05:40 -0400 |
commit | 9903883f1dd6e86f286b7bfa6e4b423f98c1cd9e (patch) | |
tree | 63c907110eac32c31a1786ebff3e7d9257e61c9b /MAINTAINERS | |
parent | 36805aaea5ae3cf1bb32f1643e0a800bb69f0d5b (diff) | |
parent | 9d0eb0ab432aaa9160cf2675aee73b3900b9bc18 (diff) |
Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
Pull device-mapper changes from Alasdair G Kergon:
"Add a device-mapper target called dm-switch to provide a multipath
framework for storage arrays that dynamically reconfigure their
preferred paths for different device regions.
Fix a bug in the verity target that prevented its use with some
specific sizes of devices.
Improve some locking mechanisms in the device-mapper core and bufio.
Add Mike Snitzer as a device-mapper maintainer.
A few more clean-ups and fixes"
* tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm:
dm: add switch target
dm: update maintainers
dm: optimize reorder structure
dm: optimize use SRCU and RCU
dm bufio: submit writes outside lock
dm cache: fix arm link errors with inline
dm verity: use __ffs and __fls
dm flakey: correct ctr alloc failure mesg
dm verity: remove pointless comparison
dm: use __GFP_HIGHMEM in __vmalloc
dm verity: fix inability to use a few specific devices sizes
dm ioctl: set noio flag to avoid __vmalloc deadlock
dm mpath: fix ioctl deadlock when no paths
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3a81b6d08833..9d771d9825cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2574,6 +2574,7 @@ S: Maintained | |||
2574 | 2574 | ||
2575 | DEVICE-MAPPER (LVM) | 2575 | DEVICE-MAPPER (LVM) |
2576 | M: Alasdair Kergon <agk@redhat.com> | 2576 | M: Alasdair Kergon <agk@redhat.com> |
2577 | M: Mike Snitzer <snitzer@redhat.com> | ||
2577 | M: dm-devel@redhat.com | 2578 | M: dm-devel@redhat.com |
2578 | L: dm-devel@redhat.com | 2579 | L: dm-devel@redhat.com |
2579 | W: http://sources.redhat.com/dm | 2580 | W: http://sources.redhat.com/dm |
@@ -2585,6 +2586,7 @@ F: drivers/md/dm* | |||
2585 | F: drivers/md/persistent-data/ | 2586 | F: drivers/md/persistent-data/ |
2586 | F: include/linux/device-mapper.h | 2587 | F: include/linux/device-mapper.h |
2587 | F: include/linux/dm-*.h | 2588 | F: include/linux/dm-*.h |
2589 | F: include/uapi/linux/dm-*.h | ||
2588 | 2590 | ||
2589 | DIOLAN U2C-12 I2C DRIVER | 2591 | DIOLAN U2C-12 I2C DRIVER |
2590 | M: Guenter Roeck <linux@roeck-us.net> | 2592 | M: Guenter Roeck <linux@roeck-us.net> |