summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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-05mtip32xx: fix error handling in mtip_init()Ryosuke Saito1-4/+11
2012-03-29virtio-blk: Call revalidate_disk() upon online disk resizeVivek Goyal1-0/+1
2012-03-26Merge branch 'stable/for-jens-3.4-bugfixes' of git://git.kernel.org/pub/scm/l...Jens Axboe3-74/+40
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-23mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and...Asai Thambi S P1-11/+8
2012-03-23cciss: Fix scsi tape io with more than 255 scatter gather elementsStephen M. Cameron1-1/+1
2012-03-23cciss: Initialize scsi host max_sectors for tape drive supportStephen M. Cameron1-0/+1
2012-03-20xen-blkfront: make blkif_io_lock spinlock per-deviceSteven Noonan1-16/+16
2012-03-20xen/blkfront: don't put bdev right after getting itAndrew Jones1-1/+1
2012-03-20xen-blkfront: use bitmap_set() and bitmap_clear()Akinobu Mita1-4/+3
2012-03-20xen/blkback: Enable blkback on HVM guestsDaniel De Graaf1-1/+1
2012-03-20xen/blkback: use grant-table.c hypercall wrappersDaniel De Graaf1-25/+4
2012-03-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+11
2012-03-06floppy/scsi: fix setting of BIO flagsMuthu Kumar1-1/+1
2012-03-03block, sx8: fix pointer math issue getting fw versionDan Carpenter1-1/+1
2012-03-02drivers/block/DAC960: fix -Wuninitialized warningDanny Kukawka1-1/+2
2012-03-02drivers/block/DAC960: fix DAC960_V2_IOCTL_Opcode_T -Wenum-compare warningDanny Kukawka1-7/+8
2012-03-02block: Fix setting bio flags in drivers (sd_dif/floppy)Muthukumar R1-1/+1
2012-02-22asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake1-0/+2
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-23/+34
2012-02-09loop: zero fill bio instead of return -EIO for partial readDave Young1-11/+13
2012-02-08floppy: Fix a crash during rmmodVivek Goyal1-0/+9
2012-02-08floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never ...Vivek Goyal1-1/+7
2012-02-07mtip32xx: removed the irrelevant argument of mtip_hw_submit_io() and the unus...Asai Thambi S P2-11/+5
2012-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+5
2012-02-03rbd: fix safety of rbd_put_client()Alex Elder1-2/+4
2012-02-03rbd: fix a memory leak in rbd_get_client()Alex Elder1-0/+1
2012-01-19nvme: fix merge error due to change of 'make_request_fn' fn typeLinus Torvalds1-7/+1
2012-01-19Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds3-0/+1757
2012-01-16Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds10-105/+4228
2012-01-16Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+8
2012-01-15Merge branch 'for-3.3/mtip32xx' into for-3.3/driversJens Axboe6-0/+4091
2012-01-15block: add and use scsi_blk_cmd_ioctlPaolo Bonzini3-7/+6
2012-01-15Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds9-13/+18
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+2
2012-01-13paride/pcd: fix bool verbose module parameter.Rusty Russell1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell8-12/+17
2012-01-12rbd: initialize snap_rwsem in rbd_add()Alex Elder1-0/+2
2012-01-12virtio: blk: Add freeze, restore handlers to support S4Amit Shah1-0/+44
2012-01-12virtio: blk: Move vq initialization to separate functionAmit Shah1-5/+14
2012-01-12virtio_blk: fix config handler raceMichael S. Tsirkin1-1/+21