summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* nbd: only set MSG_MORE when we have more to sendJosef Bacik2017-03-161-4/+2
* nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe2017-03-161-9/+23
* nvme/pci: Don't free queues on errorKeith Busch2017-02-231-5/+1
* rbd: fix rbd map vs notify racesIlya Dryomov2016-06-151-24/+19
* paride: make 'verbose' parameter an 'int' againArnd Bergmann2016-05-012-4/+4
* mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP2016-05-011-8/+12
* mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP2016-05-011-8/+1
* mtip32xx: Fix broken service thread handlingAsai Thambi SP2016-05-012-3/+8
* nbd: ratelimit error msgs after socket closeDan Streetman2016-05-011-2/+2
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-02-022-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-02-023-4/+4
* xen-blkback: read from indirect descriptors only onceRoger Pau Monné2016-01-251-5/+10
* xen-blkback: only read request operation from shared ring onceRoger Pau Monné2016-01-251-4/+4
* rbd: require stable pages if message data CRCs are enabledRonny Hegewald2015-11-161-0/+3
* rbd: prevent kernel stack blow up on rbd mapIlya Dryomov2015-11-161-8/+21
* rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov2015-11-161-20/+15
* xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery2015-11-161-1/+2
* rbd: fix double free on rbd_dev->header_nameIlya Dryomov2015-11-161-1/+0
* zram: fix possible use after free in zcomp_create()Luis Henriques2015-10-061-5/+7
* xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu2015-08-311-2/+2
* xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu2015-08-311-2/+4
* rbd: fix copyup completion raceIlya Dryomov2015-08-271-5/+17
* rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov2015-07-151-2/+2
* rbd: end I/O the entire obj_request on errorIlya Dryomov2015-05-121-0/+5
* nbd: fix possible memory leakSudip Mukherjee2015-04-101-4/+4
* rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov2015-02-041-4/+1
* rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov2015-02-041-14/+6
* drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2015-01-051-0/+1
* sunvdc: don't call VD_OP_GET_VTOCDwight Engen2014-11-271-9/+0
* vio: fix reuse of vio_dring slotDwight Engen2014-11-271-16/+23
* sunvdc: limit each sg segment to a pageDwight Engen2014-11-271-0/+4
* sunvdc: compute vdisk geometry from capacityAllen Pais2014-11-271-9/+14
* sunvdc: add cdrom and v1.1 protocol supportAllen Pais2014-11-271-17/+92
* zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang2014-11-271-1/+2
* rbd: rbd workqueues need a resque workerIlya Dryomov2014-11-171-1/+2
* rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun2014-11-171-1/+3
* rbd: avoid format-security warning inside alloc_workqueue()Ilya Dryomov2014-11-171-1/+1
* xen-blkback: fix leak on grant map error pathRoger Pau Monné2014-11-171-0/+1
* drbd: compute the end before rb_insert_augmented()Lai Jiangshan2014-11-171-0/+4
* xen/blkback: unmap all persistent grants when frontend gets disconnectedVitaly Kuznetsov2014-11-171-3/+3
* rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara2014-11-141-1/+1
* rbd: rework rbd_request_fn()Ilya Dryomov2014-09-171-77/+119
* zram: avoid lockdep splat by revalidate_diskMinchan Kim2014-07-231-4/+18
* drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg2014-07-101-0/+6
* zram: revalidate disk after capacity changeMinchan Kim2014-07-031-1/+4
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-262-2/+5
|\
| * drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg2014-06-251-1/+4
| * Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2014-06-181-1/+1
| |\
| | * floppy: format block0 read error message properlyJiri Kosina2014-06-181-1/+1
* | | rbd: handle parent_overlap on writes correctlyIlya Dryomov2014-06-231-1/+9