summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2015-11-10NVMe: Fix memory leak on retried commandsKeith Busch1-3/+6
2015-11-10xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-11-10nvme: fix 32-bit build warningArnd Bergmann1-3/+3
2015-11-10rbd: prevent kernel stack blow up on rbd mapIlya Dryomov1-10/+23
2015-11-10rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+16
2015-11-10rbd: 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-23xen/blkback: free requests on disconnectionRoger Pau Monne1-18/+20
2015-10-03zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-08-25mtip32x: fix regression introduced by blk-mq per-hctx flushJeff Moyer1-0/+8
2015-08-15zram: fix pool name truncationSergey Senozhatsky1-4/+2
2015-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-58/+74
2015-07-31rbd: fix copyup completion raceIlya Dryomov1-5/+17
2015-07-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2-58/+74
2015-07-24xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-2/+2
2015-07-24xen-blkfront: don't add indirect pages to list when !feature_persistentBob Liu1-2/+4
2015-07-24xen-blkfront: introduce blkfront_gather_backend_features()Bob Liu1-54/+68
2015-07-22null_blk: fix use-after-free problemMike Krinkin1-9/+9
2015-07-16NVMe: Reread partitions on metadata formatsKeith Busch1-2/+11
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-10/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+7
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-42/+69
2015-07-02NVMe: Fix irq freeing when queue_request_irq failsJon Derrick1-2/+7
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-12/+6
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-07-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-168/+305
2015-07-01rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-275/+0
2015-06-27drivers/block/nvme-core.c: fix build with gcc-4.4.4Andrew Morton1-14/+16
2015-06-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe4-110/+225
2015-06-27NVMe: Fix filesystem deadlock on removalKeith Busch1-1/+1
2015-06-27NVMe: Failed controller initialization fixesKeith Busch1-18/+15
2015-06-27NVMe: Unify controller probe and resumeKeith Busch1-23/+29
2015-06-27NVMe: Don't use fake status on cancelled commandKeith Busch1-1/+4
2015-06-27NVMe: Fix device cleanup on initialization failureKeith Busch1-2/+16
2015-06-27Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-7/+96
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-433/+554
2015-06-26zram: check comp algorithm availability earlierSergey Senozhatsky3-0/+9
2015-06-26zram: cut trailing newline in algorithm nameSergey Senozhatsky2-1/+9
2015-06-26zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky1-5/+3
2015-06-26zram: add dynamic device add/remove functionalitySergey Senozhatsky1-3/+97
2015-06-26zram: close race by open overridingSergey Senozhatsky2-19/+38
2015-06-26zram: return zram device_id from zram_add()Sergey Senozhatsky1-9/+14
2015-06-26zram: trivial: correct flag operations commentSergey Senozhatsky1-1/+1
2015-06-26zram: report every added and removed deviceSergey Senozhatsky1-2/+3
2015-06-26zram: remove max_num_devices limitationSergey Senozhatsky2-13/+1
2015-06-26zram: reorganize code layoutSergey Senozhatsky1-363/+362
2015-06-26zram: use idr instead of `zram_devices' arraySergey Senozhatsky1-37/+49
2015-06-26zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky1-1/+1
2015-06-26zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2-13/+1