summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2013-03-20loopdev: remove an user triggerable oopsGuo Chao1-6/+16
2013-03-20loopdev: fix a deadlockGuo Chao1-2/+0
2013-03-06nbd: fsync and kill block device on shutdownPaolo Bonzini1-0/+10
2013-03-06xen-blkback: do not leak mode propertyJan Beulich1-25/+24
2013-03-06sunvdc: Fix off-by-one in generic_request().David S. Miller1-1/+1
2013-02-06drbd: add missing part_round_stats to _drbd_start_io_acctPhilipp Reisner1-0/+1
2013-02-06virtio-blk: Don't free ida when disk is in useAlexander Graf1-1/+6
2013-01-16aoe: do not call bdi_init after blk_alloc_queueEd Cashin2-6/+1
2012-11-16floppy: properly handle failure on add_disk loopHerton Ronaldo Krzesinski1-1/+10
2012-11-16floppy: do put_disk on current dr if blk_init_queue failsHerton Ronaldo Krzesinski1-0/+1
2012-11-16x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown1-36/+0
2012-10-10aoe: assert AoE packets marked as requiring no checksumEd Cashin1-0/+1
2012-10-10cciss: fix handling of protocol errorStephen M. Cameron1-0/+1
2012-10-10nbd: clear waiting_queue on shutdownPaul Clements1-0/+9
2012-09-12virtio-blk: Reset device after blk_cleanup_queue()Asias He1-11/+1
2012-09-12virtio-blk: Call del_gendisk() before disable guest kickAsias He1-2/+2
2012-09-12virtio-blk: Fix hot-unplug race in remove methodAsias He1-0/+11
2012-09-12virtio_blk: Drop unused request tracking listAsias He1-10/+0
2012-09-12virtio_blk: fix config handler raceMichael S. Tsirkin1-1/+21
2012-09-12cciss: fix incorrect scsi status reportingStephen M. Cameron1-10/+1
2012-08-10virtio-blk: Use block layer provided spinlockAsias He1-6/+3
2012-08-10floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never ...Vivek Goyal1-1/+7
2012-07-12umem: fix up unpluggingTao Guo1-0/+40
2012-04-23cciss: Fix scsi tape io with more than 255 scatter gather elementsStephen M. Cameron1-1/+1
2012-04-23cciss: Initialize scsi host max_sectors for tape drive supportStephen M. Cameron1-0/+1
2012-03-19block, sx8: fix pointer math issue getting fw versionDan Carpenter1-1/+1
2012-01-26block: add and use scsi_blk_cmd_ioctlPaolo Bonzini3-7/+6
2011-12-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-151/+221
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-91/+10
2011-12-12block/swim3: Locking fixesBenjamin Herrenschmidt1-147/+215
2011-12-07rbd: remove buggy rollback functionalityJosh Durgin1-90/+0
2011-12-07rbd: return an error when an invalid header is readJosh Durgin1-1/+10
2011-12-02loop: Fix discard_alignment default settingLukas Czerner1-1/+1
2011-11-28cciss: fix flush cache transfer lengthStephen M. Cameron1-0/+2
2011-11-28cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron1-2/+2
2011-11-25loop: fix loop block driver discard and encryption commentDave Young1-1/+1
2011-11-16paride: fix potential information leak in pg_read()Dan Carpenter1-0/+1
2011-11-16cciss: auto engage SCSI mid layer at driver load timeStephen M. Cameron2-0/+2
2011-11-16loop: cleanup set_status interfaceDmitry Monakhov1-15/+29
2011-11-16loop: prevent information leak after failed readDmitry Monakhov1-1/+2
2011-11-12The Windows driver .inf disables ASPM on all cciss devices. Do the same.Matthew Garrett1-0/+5
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-0/+5
2011-11-07Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-51/+8
2011-11-05Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds9-117/+569
2011-11-05Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-143/+46
2011-11-02virtio-blk: use ida to allocate disk indexMichael S. Tsirkin1-6/+24
2011-11-01block: Fix files that are modules and hence need module.hPaul Gortmaker3-0/+3
2011-11-01block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2-0/+2
2011-10-31virtio-blk: use ida to allocate disk indexMichael S. Tsirkin1-6/+24
2011-10-29Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds1-1/+1