summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* drbd: Allow new IOs while the local disk in in FAILED statePhilipp Reisner2012-05-091-1/+1
* drbd: Bitmap IO functions can now return prematurely if the disk breaksPhilipp Reisner2012-05-091-10/+30
* drbd: Added a kref to bm_aio_ctxPhilipp Reisner2012-05-091-25/+59
* drbd: Hold a reference to ldev while doing meta-data IOPhilipp Reisner2012-05-092-0/+7
* drbd: Keep a reference to the bio until the completion handler finishedPhilipp Reisner2012-05-092-0/+2
* drbd: Implemented wait_until_done_or_disk_failure()Philipp Reisner2012-05-093-5/+18
* drbd: Replaced md_io_mutex by an atomic: md_io_in_usePhilipp Reisner2012-05-094-19/+51
* drbd: moved md_io into mdevPhilipp Reisner2012-05-093-9/+10
* drbd: Immediately allow completion of IOs, that wait for IO completions on a ...Philipp Reisner2012-05-093-11/+37
* drbd: Keep a reference to barrier acked requestsPhilipp Reisner2012-05-093-2/+23
* drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner2012-05-092-3/+8
* drbd: Only print sanitize state's warnings, if the state change happensPhilipp Reisner2012-05-091-15/+40
* drbd: downgraded error printk to infoLars Ellenberg2012-05-091-4/+2
* DRBD: Fix comparison always false warning due to long/long long compareDavid Howells2012-05-091-1/+1
* drbd: spelling fix: too smallLars Ellenberg2012-05-091-4/+4
* drbd: cosmetic: fix accidental division instead of modulo when pretty printingLars Ellenberg2012-05-091-1/+1
* drbd: Lower log priority for an event that is definitely not an errorPhilipp Reisner2012-05-091-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-161-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-139-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/+75
| * 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/+5
| * 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/+40
| |\
| | * xen/blkback: Make optional features be really optional.Konrad Rzeszutek Wilk2012-03-241-21/+14
| | * xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk2012-03-243-61/+34
| * | mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and...Asai Thambi S P2012-03-231-11/+8
| |/
| * 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/+3
| * 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/+4
* | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-061-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/+0
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-147/+148
|\ \ \
| * | | nbd: rename the nbd_device variable from lo to nbdWanlong Gao2012-03-281-147/+148
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-284-4/+0
|\ \ \ \
| * | | | Remove all #inclusions of asm/system.hDavid Howells2012-03-284-4/+0
OpenPOWER on IntegriCloud