summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2017-04-18drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger1-1/+1
2017-02-08paride: fix the "verbose" module paramDan Carpenter1-2/+2
2016-07-12nbd: ratelimit error msgs after socket closeDan Streetman1-2/+2
2016-07-12paride: make 'verbose' parameter an 'int' againArnd Bergmann2-4/+4
2016-07-12mtip32xx: Fix broken service thread handlingAsai Thambi SP2-2/+15
2016-07-12mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP1-7/+7
2016-04-20rbd: use GFP_NOIO consistently for request allocationsDavid Disseldorp1-3/+3
2016-04-18mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP1-5/+6
2016-04-18mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BITAsai Thambi SP1-4/+1
2016-04-18mtip32xx: Handle safe removal during IOAsai Thambi SP2-2/+33
2016-04-18mtip32xx: fix crash on surprise removal of the driveAsai Thambi SP1-98/+45
2016-04-18mtip32xx: fix rmmod issueAsai Thambi SP1-6/+7
2016-04-18mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP1-8/+12
2016-04-18mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP1-2/+6
2016-02-10zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-02-10zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2016-01-22rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+15
2016-01-21rbd: don't put snap_context twice in rbd_queue_workfn()Ilya Dryomov1-0/+1
2015-11-15xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-11-15rbd: require stable pages if message data CRCs are enabledRonny Hegewald1-0/+3
2015-11-13rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-10-28zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-09-15xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-1/+1
2015-09-15xen-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-05rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-05-18rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-04-23nbd: 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-16drbd: Fix state change in case of connection timeoutPhilipp Reisner1-1/+1
2015-01-16drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg1-0/+1
2014-11-14zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang1-1/+2
2014-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-16/+19
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-9/+0
2014-10-31sunvdc: don't call VD_OP_GET_VTOCDwight Engen1-9/+0
2014-10-30rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara1-1/+1
2014-10-30rbd: use a single workqueue for all devicesIlya Dryomov1-15/+18
2014-10-30Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds1-4/+6
2014-10-30zram: avoid NULL pointer access in concurrent situationWeijie Yang1-4/+6
2014-10-22null_blk: Cleanup error recovery in null_add_dev()Jan Kara1-7/+7
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds23-145/+121
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds6-9/+21
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-29/+11
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-120/+276
2014-10-15virtio_blk: enable VQs early on restoreMichael S. Tsirkin1-3/+6
2014-10-15virtio_blk: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-10-15virtio-blk: drop config_mutexMichael S. Tsirkin1-8/+0
2014-10-15virtio_blk: drop config_enableMichael S. Tsirkin1-19/+4
2014-10-14rbd: rbd workqueues need a resque workerIlya Dryomov1-1/+2