aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* nbd: fix possible memory leakSudip Mukherjee2015-05-091-4/+4
* drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2015-02-201-0/+1
* floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley2014-05-181-1/+4
* floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley2014-05-181-3/+3
* xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel2014-04-021-1/+4
* block: fix a probe argument to blk_register_regionMikulas Patocka2014-01-032-2/+2
* loop: fix crash if blk_alloc_queue failsMikulas Patocka2014-01-031-1/+3
* cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter2013-10-261-0/+1
* cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter2013-10-261-0/+1
* xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk2013-08-023-1/+16
* nbd: correct disconnect behaviorPaul Clements2013-07-271-1/+6
* block: do not pass disk names as format stringsKees Cook2013-07-271-1/+2
* virtio-blk: Call revalidate_disk() upon online disk resizeVivek Goyal2013-06-291-0/+1
* cciss: fix broken mutex usage in ioctlStephen M. Cameron2013-06-191-16/+16
* drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner2013-05-301-1/+0
* drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf2013-05-301-2/+2
* aoe: reserve enough headroom on skbsEric Dumazet2013-04-101-1/+2
* loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-101-1/+8
* xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich2013-04-101-6/+1
* loopdev: remove an user triggerable oopsGuo Chao2013-03-201-6/+16
* loopdev: fix a deadlockGuo Chao2013-03-201-2/+0
* nbd: fsync and kill block device on shutdownPaolo Bonzini2013-03-061-0/+10
* 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