summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2017-03-16nbd: only set MSG_MORE when we have more to sendJosef Bacik1-4/+2
2017-03-16nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2017-02-23nvme/pci: Don't free queues on errorKeith Busch1-5/+1
2016-06-15rbd: fix rbd map vs notify racesIlya Dryomov1-24/+19
2016-05-01paride: make 'verbose' parameter an 'int' againArnd Bergmann2-4/+4
2016-05-01mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP1-8/+12
2016-05-01mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP1-8/+1
2016-05-01mtip32xx: Fix broken service thread handlingAsai Thambi SP2-3/+8
2016-05-01nbd: ratelimit error msgs after socket closeDan Streetman1-2/+2
2016-02-02zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-02-02zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2016-01-25xen-blkback: read from indirect descriptors only onceRoger Pau Monné1-5/+10
2016-01-25xen-blkback: only read request operation from shared ring onceRoger Pau Monné1-4/+4
2015-11-16rbd: require stable pages if message data CRCs are enabledRonny Hegewald1-0/+3
2015-11-16rbd: prevent kernel stack blow up on rbd mapIlya Dryomov1-8/+21
2015-11-16rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+15
2015-11-16xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-11-16rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-10-06zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-08-31xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-2/+2
2015-08-31xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu1-2/+4
2015-08-27rbd: fix copyup completion raceIlya Dryomov1-5/+17
2015-07-15rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-05-12rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-04-10nbd: fix possible memory leakSudip Mukherjee1-4/+4
2015-02-04rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov1-4/+1
2015-02-04rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov1-14/+6
2015-01-05drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg1-0/+1
2014-11-27sunvdc: don't call VD_OP_GET_VTOCDwight Engen1-9/+0
2014-11-27vio: fix reuse of vio_dring slotDwight Engen1-16/+23
2014-11-27sunvdc: limit each sg segment to a pageDwight Engen1-0/+4
2014-11-27sunvdc: compute vdisk geometry from capacityAllen Pais1-9/+14
2014-11-27sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-17/+92
2014-11-27zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang1-1/+2
2014-11-17rbd: rbd workqueues need a resque workerIlya Dryomov1-1/+2
2014-11-17rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun1-1/+3
2014-11-17rbd: avoid format-security warning inside alloc_workqueue()Ilya Dryomov1-1/+1
2014-11-17xen-blkback: fix leak on grant map error pathRoger Pau Monné1-0/+1
2014-11-17drbd: compute the end before rb_insert_augmented()Lai Jiangshan1-0/+4
2014-11-17xen/blkback: unmap all persistent grants when frontend gets disconnectedVitaly Kuznetsov1-3/+3
2014-11-14rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara1-1/+1
2014-09-17rbd: rework rbd_request_fn()Ilya Dryomov1-77/+119
2014-07-24zram: avoid lockdep splat by revalidate_diskMinchan Kim1-4/+18
2014-07-10drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg1-0/+6
2014-07-03zram: revalidate disk after capacity changeMinchan Kim1-1/+4
2014-06-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+5
2014-06-25drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg1-1/+4
2014-06-23rbd: handle parent_overlap on writes correctlyIlya Dryomov1-1/+9
2014-06-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2014-06-18Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe1-1/+1