summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman2012-05-111-1/+1
* Merge tag 'stable/for-linus-3.4-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-201-1/+1
|\
| * xen/blkback: Fix warning error.Konrad Rzeszutek Wilk2012-04-181-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-04-171-12/+29
|\ \ | |/ |/|
| * virtio_blk: helper function to format disk namesRen Mingxin2012-04-121-12/+29
* | Merge branch 'for-3.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-04-149-332/+778
|\ \ | |/ |/|
| * block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancyGreg Kroah-Hartman2012-04-121-1/+1
| * mtip32xx: dump tagmap on failureAsai Thambi S P2012-04-091-29/+33
| * mtip32xx: fix handling of commands in various scenariosAsai Thambi S P2012-04-092-51/+132
| * mtip32xx: Shorten macro namesAsai Thambi S P2012-04-092-77/+75Star
| * mtip32xx: misc changesAsai Thambi S P2012-04-091-22/+44
| * mtip32xx: Add new sysfs entry 'status'Asai Thambi S P2012-04-092-29/+313
| * mtip32xx: make setting comp_time as commonAsai Thambi S P2012-04-091-11/+5Star
| * mtip32xx: Add new bitwise flag 'dd_flag'Asai Thambi S P2012-04-092-55/+168
| * mtip32xx: fix error handling in mtip_init()Ryosuke Saito2012-04-051-4/+11
| * virtio-blk: Call revalidate_disk() upon online disk resizeVivek Goyal2012-03-291-0/+1
| * Merge branch 'stable/for-jens-3.4-bugfixes' of git://git.kernel.org/pub/scm/l...Jens Axboe2012-03-263-74/+40Star
| |\
| | * xen/blkback: Make optional features be really optional.Konrad Rzeszutek Wilk2012-03-241-21/+14Star
| | * xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk2012-03-243-61/+34Star
| * | mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and...Asai Thambi S P2012-03-231-11/+8Star
| |/
| * cciss: Fix scsi tape io with more than 255 scatter gather elementsStephen M. Cameron2012-03-221-1/+1
| * cciss: Initialize scsi host max_sectors for tape drive supportStephen M. Cameron2012-03-221-0/+1
| * xen-blkfront: make blkif_io_lock spinlock per-deviceSteven Noonan2012-03-201-16/+16
| * xen/blkfront: don't put bdev right after getting itAndrew Jones2012-03-201-1/+1
| * xen-blkfront: use bitmap_set() and bitmap_clear()Akinobu Mita2012-03-201-4/+3Star
| * xen/blkback: Enable blkback on HVM guestsDaniel De Graaf2012-03-201-1/+1
| * xen/blkback: use grant-table.c hypercall wrappersDaniel De Graaf2012-03-201-25/+4Star
* | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-071-1/+1
|\ \
| * | xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2012-04-061-1/+1
* | | x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown2012-03-301-36/+0Star
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-291-147/+148
|\ \ \
| * | | nbd: rename the nbd_device variable from lo to nbdWanlong Gao2012-03-291-147/+148
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-294-4/+0Star
|\ \ \ \
| * | | | Remove all #inclusions of asm/system.hDavid Howells2012-03-284-4/+0Star
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-281-4/+1Star
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-281-4/+1Star
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-03-282-286/+448
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rbd: move snap_rwsem to the device, rename to header_rwsemJosh Durgin2012-03-221-11/+11
| * | | | rbd: don't drop the rbd_id too earlyAlex Elder2012-03-221-5/+9
| * | | | rbd: small changesAlex Elder2012-03-222-37/+52
| * | | | rbd: do some refactoringAlex Elder2012-03-221-40/+40
| * | | | rbd: fix module sysfs setup/teardown codeAlex Elder2012-03-221-3/+5
| * | | | rbd: don't allocate mon_addrs buffer in rbd_add()Alex Elder2012-03-221-12/+9Star
| * | | | rbd: have rbd_parse_args() report found mon_addrs sizeAlex Elder2012-03-221-7/+13
| * | | | rbd: do a few checks at build timeAlex Elder2012-03-221-3/+13
| * | | | rbd: don't use sscanf() in rbd_add_parse_args()Alex Elder2012-03-221-14/+85
| * | | | rbd: encapsulate argument parsing for rbd_add()Alex Elder2012-03-221-26/+42
| * | | | rbd: simplify error handling in rbd_add()Alex Elder2012-03-221-23/+17Star
| * | | | rbd: reduce memory used for rbd_dev fieldsAlex Elder2012-03-221-2/+2
| * | | | rbd: have rbd_get_client() return a rbd_clientAlex Elder2012-03-221-20/+12Star