summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2016-05-11nbd: ratelimit error msgs after socket closeDan Streetman1-2/+2
2016-05-05paride: make 'verbose' parameter an 'int' againArnd Bergmann2-4/+4
2015-11-09xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-11-09rbd: prevent kernel stack blow up on rbd mapIlya Dryomov1-8/+21
2015-11-09rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+15
2015-11-09rbd: require stable pages if message data CRCs are enabledRonny Hegewald1-0/+3
2015-10-27rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-10-01NVMe: Initialize device reference count earlierKeith Busch1-1/+1
2015-09-13xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu1-2/+4
2015-08-17rbd: fix copyup completion raceIlya Dryomov1-5/+17
2015-08-03rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-05-13rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-04-19nbd: fix possible memory leakSudip Mukherjee1-4/+4
2015-02-06rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov1-14/+6
2015-02-06rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov1-4/+1
2015-01-30drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg1-0/+1
2014-11-21zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang1-1/+2
2014-11-21sunvdc: don't call VD_OP_GET_VTOCDwight Engen1-9/+0
2014-11-21vio: fix reuse of vio_dring slotDwight Engen1-16/+23
2014-11-21sunvdc: limit each sg segment to a pageDwight Engen1-0/+4
2014-11-21sunvdc: compute vdisk geometry from capacityAllen Pais1-9/+14
2014-11-21sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-17/+92
2014-11-14rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara1-1/+1
2014-11-14drbd: compute the end before rb_insert_augmented()Lai Jiangshan1-0/+4
2014-11-14xen-blkback: fix leak on grant map error pathRoger Pau Monné1-0/+1
2014-10-09drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg1-0/+6
2014-07-09rbd: handle parent_overlap on writes correctlyIlya Dryomov1-1/+9
2014-07-09rbd: use reference counts for image requestsAlex Elder1-0/+9
2014-07-07mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P1-2/+2
2014-07-07mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P1-31/+35
2014-07-07mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P1-0/+53
2014-06-11virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-06-01rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov1-1/+1
2014-05-13floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+4
2014-05-13floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-3/+3
2014-05-06mtip32xx: mtip_async_complete() bug fixesSam Bradshaw2-39/+50
2014-05-06mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi1-12/+12
2014-05-06mtip32xx: Set queue bounce limitFelipe Franciosi1-0/+1
2014-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+0
2014-03-29rbd: drop an unsafe assertionAlex Elder1-1/+0
2014-03-11mtip32xx: fix bad use of smp_processor_id()Jens Axboe1-1/+1
2014-03-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-03-04zram: avoid null access when fail to alloc metaMinchan Kim1-0/+2
2014-03-04mm: close PageTail raceDavid Rientjes1-2/+2
2014-02-19mtip32xx: Reduce the number of unaligned writes to 2Asai Thambi S P1-1/+1
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-95/+105
2014-02-12xen-blkback: init persistent_purge_work work_structRoger Pau Monne3-2/+3
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe4-26/+65
2014-02-10null_blk: use blk_complete_request and blk_mq_complete_requestChristoph Hellwig1-65/+32
2014-02-10virtio_blk: use blk_mq_complete_requestChristoph Hellwig1-3/+4