aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-20Merge tag 'stable/for-linus-3.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2012-04-18xen/blkback: Fix warning error.Konrad Rzeszutek Wilk1-1/+1
2012-04-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-12/+29
2012-04-13Merge branch 'for-3.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds9-332/+778
2012-04-12virtio_blk: helper function to format disk namesRen Mingxin1-12/+29
2012-04-12block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancyGreg Kroah-Hartman1-1/+1
2012-04-09mtip32xx: dump tagmap on failureAsai Thambi S P1-29/+33
2012-04-09mtip32xx: fix handling of commands in various scenariosAsai Thambi S P2-51/+132
2012-04-09mtip32xx: Shorten macro namesAsai Thambi S P2-77/+75
2012-04-09mtip32xx: misc changesAsai Thambi S P1-22/+44
2012-04-09mtip32xx: Add new sysfs entry 'status'Asai Thambi S P2-29/+313
2012-04-09mtip32xx: make setting comp_time as commonAsai Thambi S P1-11/+5
2012-04-09mtip32xx: Add new bitwise flag 'dd_flag'Asai Thambi S P2-55/+168
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov1-1/+1
2012-04-05mtip32xx: fix error handling in mtip_init()Ryosuke Saito1-4/+11
2012-03-30x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown1-36/+0
2012-03-29virtio-blk: Call revalidate_disk() upon online disk resizeVivek Goyal1-0/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-147/+148
2012-03-28nbd: rename the nbd_device variable from lo to nbdWanlong Gao1-147/+148
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds4-4/+0
2012-03-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-4/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells4-4/+0
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-286/+448
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt1-4/+1
2012-03-26Merge branch 'stable/for-jens-3.4-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.4/driversJens Axboe3-74/+40
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+3
2012-03-24xen/blkback: Make optional features be really optional.Konrad Rzeszutek Wilk1-21/+14
2012-03-24xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk3-61/+34
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov1-1/+1
2012-03-23mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and start port in mtip_restart_port()Asai Thambi S P1-11/+8
2012-03-22cciss: Fix scsi tape io with more than 255 scatter gather elementsStephen M. Cameron1-1/+1
2012-03-22cciss: Initialize scsi host max_sectors for tape drive supportStephen M. Cameron1-0/+1
2012-03-22rbd: move snap_rwsem to the device, rename to header_rwsemJosh Durgin1-11/+11
2012-03-22rbd: don't drop the rbd_id too earlyAlex Elder1-5/+9
2012-03-22rbd: small changesAlex Elder2-37/+52
2012-03-22rbd: do some refactoringAlex Elder1-40/+40
2012-03-22rbd: fix module sysfs setup/teardown codeAlex Elder1-3/+5
2012-03-22rbd: don't allocate mon_addrs buffer in rbd_add()Alex Elder1-12/+9
2012-03-22rbd: have rbd_parse_args() report found mon_addrs sizeAlex Elder1-7/+13
2012-03-22rbd: do a few checks at build timeAlex Elder1-3/+13
2012-03-22rbd: don't use sscanf() in rbd_add_parse_args()Alex Elder1-14/+85
2012-03-22rbd: encapsulate argument parsing for rbd_add()Alex Elder1-26/+42
2012-03-22rbd: simplify error handling in rbd_add()Alex Elder1-23/+17
2012-03-22rbd: reduce memory used for rbd_dev fieldsAlex Elder1-2/+2
2012-03-22rbd: have rbd_get_client() return a rbd_clientAlex Elder1-20/+12
2012-03-22rbd: a few simple changesAlex Elder1-54/+53
2012-03-22rbd: rename "node_lock"Alex Elder1-10/+10
2012-03-22rbd: move ctl_mutex lock inside rbd_client_create()Alex Elder1-4/+7
2012-03-22rbd: move ctl_mutex lock inside rbd_get_client()Alex Elder1-3/+3