aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2016-04-20rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp
2016-04-18mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP
2016-04-18mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP
2016-04-18mtip32xx: Handle safe removal during IOAsai Thambi SP
2016-04-18mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP
2016-04-18mtip32xx: fix rmmod issueAsai Thambi SP
2016-04-18mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP
2016-04-18mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP
2016-02-09zram: try vmalloc() after kmalloc()Kyeongdon Kim
2016-02-09zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky
2016-01-22rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov
2016-01-21rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov
2015-11-15xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery
2015-11-15rbd: require stable pages if message data CRCs are enabledRonny Hegewald
2015-11-13rbd: fix double free on rbd_dev->header_nameIlya Dryomov
2015-10-27zram: fix possible use after free in zcomp_create()Luis Henriques
2015-09-15xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu
2015-09-15xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu
2015-08-27rbd: fix copyup completion raceIlya Dryomov
2015-07-05rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov
2015-05-17rbd: end I/O the entire obj_request on errorIlya Dryomov
2015-04-23nbd: fix possible memory leakSudip Mukherjee
2015-02-05rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov
2015-02-05rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov
2015-01-16drbd: Fix state change in case of connection timeoutPhilipp Reisner
2015-01-16drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg
2014-11-13zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang
2014-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2014-10-31sunvdc: don't call VD_OP_GET_VTOCDwight Engen
2014-10-30rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara
2014-10-30rbd: use a single workqueue for all devicesIlya Dryomov
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds
2014-10-29zram: avoid NULL pointer access in concurrent situationWeijie Yang
2014-10-22null_blk: Cleanup error recovery in null_add_dev()Jan Kara
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-10-15virtio_blk: enable VQs early on restoreMichael S. Tsirkin
2014-10-15virtio_blk: enable VQs earlyMichael S. Tsirkin
2014-10-15virtio-blk: drop config_mutexMichael S. Tsirkin
2014-10-15virtio_blk: drop config_enableMichael S. Tsirkin
2014-10-14rbd: rbd workqueues need a resque workerIlya Dryomov
2014-10-14rbd: set the remaining discard properties to enable supportJosh Durgin
2014-10-14rbd: use helpers to handle discard for layered images correctlyJosh Durgin
2014-10-14rbd: extract a method for adding object operationsJosh Durgin
2014-10-14rbd: make discard trigger copy-on-writeJosh Durgin
2014-10-14rbd: tolerate -ENOENT for discard operationsJosh Durgin
2014-10-14rbd: fix snapshot context reference count for discardsJosh Durgin