aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* xen-blkback: do not leak mode propertyJan Beulich2013-03-061-25/+24
* sunvdc: Fix off-by-one in generic_request().David S. Miller2013-03-061-1/+1
* drbd: add missing part_round_stats to _drbd_start_io_acctPhilipp Reisner2013-02-061-0/+1
* virtio-blk: Don't free ida when disk is in useAlexander Graf2013-02-061-1/+6
* aoe: do not call bdi_init after blk_alloc_queueEd Cashin2013-01-162-6/+1
* floppy: properly handle failure on add_disk loopHerton Ronaldo Krzesinski2012-11-161-1/+10
* floppy: do put_disk on current dr if blk_init_queue failsHerton Ronaldo Krzesinski2012-11-161-0/+1
* x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown2012-11-161-36/+0
* aoe: assert AoE packets marked as requiring no checksumEd Cashin2012-10-101-0/+1
* cciss: fix handling of protocol errorStephen M. Cameron2012-10-101-0/+1
* nbd: clear waiting_queue on shutdownPaul Clements2012-10-101-0/+9
* virtio-blk: Reset device after blk_cleanup_queue()Asias He2012-09-121-11/+1
* virtio-blk: Call del_gendisk() before disable guest kickAsias He2012-09-121-2/+2
* virtio-blk: Fix hot-unplug race in remove methodAsias He2012-09-121-0/+11
* virtio_blk: Drop unused request tracking listAsias He2012-09-121-10/+0
* virtio_blk: fix config handler raceMichael S. Tsirkin2012-09-121-1/+21
* cciss: fix incorrect scsi status reportingStephen M. Cameron2012-09-121-10/+1
* virtio-blk: Use block layer provided spinlockAsias He2012-08-101-6/+3
* floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never ...Vivek Goyal2012-08-101-1/+7
* umem: fix up unpluggingTao Guo2012-07-121-0/+40
* cciss: Fix scsi tape io with more than 255 scatter gather elementsStephen M. Cameron2012-04-221-1/+1
* cciss: Initialize scsi host max_sectors for tape drive supportStephen M. Cameron2012-04-221-0/+1
* block, sx8: fix pointer math issue getting fw versionDan Carpenter2012-03-191-1/+1
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-253-7/+6
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-12-163-151/+221
|\
| * block/swim3: Locking fixesBenjamin Herrenschmidt2011-12-121-147/+215
| * loop: Fix discard_alignment default settingLukas Czerner2011-12-021-1/+1
| * cciss: fix flush cache transfer lengthStephen M. Cameron2011-11-281-0/+2
| * cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron2011-11-281-2/+2
| * loop: fix loop block driver discard and encryption commentDave Young2011-11-251-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-12-131-91/+10
|\ \ | |/ |/|
| * rbd: remove buggy rollback functionalityJosh Durgin2011-12-071-90/+0
| * rbd: return an error when an invalid header is readJosh Durgin2011-12-071-1/+10
* | paride: fix potential information leak in pg_read()Dan Carpenter2011-11-161-0/+1
* | cciss: auto engage SCSI mid layer at driver load timeStephen M. Cameron2011-11-162-0/+2
* | loop: cleanup set_status interfaceDmitry Monakhov2011-11-161-15/+29
* | loop: prevent information leak after failed readDmitry Monakhov2011-11-161-1/+2
* | The Windows driver .inf disables ASPM on all cciss devices. Do the same.Matthew Garrett2011-11-111-0/+5
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-065-0/+5
|\ \
| * | block: Fix files that are modules and hence need module.hPaul Gortmaker2011-10-313-0/+3
| * | block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-312-0/+2
* | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-062-51/+8
|\ \ \
| * | | block: xen-blkback: use API provided by xenbus module to map ringsDavid Vrabel2011-10-262-51/+8
* | | | Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-049-117/+569
|\ \ \ \
| * | | | virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-10-311-6/+24
| * | | | cciss: add small delay when using PCI Power Management to reset for kumpMike Miller2011-10-201-0/+7
| * | | | Merge branch 'stable/for-jens-3.2' of git://oss.oracle.com/git/kwilk/xen into...Jens Axboe2011-10-204-66/+367
| |\ \ \ \
| | * | | | xen/blkback: Fix two races in the handling of barrier requests.Konrad Rzeszutek Wilk2011-10-171-5/+5
| | * | | | xen/blkback: Check for proper operation.Konrad Rzeszutek Wilk2011-10-141-1/+1
| | * | | | xen/blkback: Fix the inhibition to map pages when discarding sector ranges.Konrad Rzeszutek Wilk2011-10-131-2/+1