diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-28 16:16:07 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-28 16:16:07 -0500 |
commit | f042fea0da78d9dc077a9c736b33b60eb8f35195 (patch) | |
tree | fce1c64a68a8ccd54b36e4d89d3b946a995e9fd2 /MAINTAINERS | |
parent | ee89f81252179dcbf6cd65bd48299f5e52292d88 (diff) | |
parent | b7a1da695f3fb33d093e6de20b1dfc238e3c9587 (diff) |
Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-block
Pull block driver bits from Jens Axboe:
"After the block IO core bits are in, please grab the driver updates
from below as well. It contains:
- Fix ancient regression in dac960. Nobody must be using that
anymore...
- Some good fixes from Guo Ghao for loop, fixing both potential
oopses and deadlocks.
- Improve mtip32xx for NUMA systems, by being a bit more clever in
distributing work.
- Add IBM RamSan 70/80 driver. A second round of fixes for that is
pending, that will come in through for-linus during the 3.9 cycle
as per usual.
- A few xen-blk{back,front} fixes from Konrad and Roger.
- Other minor fixes and improvements."
* 'for-3.9/drivers' of git://git.kernel.dk/linux-block:
loopdev: ignore negative offset when calculate loop device size
loopdev: remove an user triggerable oops
loopdev: move common code into loop_figure_size()
loopdev: update block device size in loop_set_status()
loopdev: fix a deadlock
xen-blkback: use balloon pages for persistent grants
xen-blkfront: drop the use of llist_for_each_entry_safe
xen/blkback: Don't trust the handle from the frontend.
xen-blkback: do not leak mode property
block: IBM RamSan 70/80 driver fixes
rsxx: add slab.h include to dma.c
drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency
block: remove new __devinit/exit annotations on ramsam driver
block: IBM RamSan 70/80 device driver
drivers/block/mtip32xx/mtip32xx.c:1726:5: sparse: symbol 'mtip_send_trim' was not declared. Should it be static?
drivers/block/mtip32xx/mtip32xx.c:4029:1: sparse: symbol 'mtip_workq_sdbf0' was not declared. Should it be static?
dac960: return success instead of -ENOTTY
mtip32xx: add trim support
mtip32xx: Add workqueue and NUMA support
block: delete super ancient PC-XT driver for 1980's hardware
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0ade02d5ee6d..c7b9b2bf8a0a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6515,6 +6515,12 @@ S: Maintained | |||
6515 | F: Documentation/blockdev/ramdisk.txt | 6515 | F: Documentation/blockdev/ramdisk.txt |
6516 | F: drivers/block/brd.c | 6516 | F: drivers/block/brd.c |
6517 | 6517 | ||
6518 | RAMSAM DRIVER (IBM RamSan 70/80 PCI SSD Flash Card) | ||
6519 | M: Joshua Morris <josh.h.morris@us.ibm.com> | ||
6520 | M: Philip Kelleher <pjk1939@linux.vnet.ibm.com> | ||
6521 | S: Maintained | ||
6522 | F: drivers/block/rsxx/ | ||
6523 | |||
6518 | RANDOM NUMBER DRIVER | 6524 | RANDOM NUMBER DRIVER |
6519 | M: Theodore Ts'o" <tytso@mit.edu> | 6525 | M: Theodore Ts'o" <tytso@mit.edu> |
6520 | S: Maintained | 6526 | S: Maintained |