summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtip32xx: fix checks for dma mapping errorsAlexey Khoroshilov2016-03-181-2/+2
* lightnvm: do not load L2P table if not supportedJavier González2016-03-181-1/+1
* lightnvm: do not reserve lun on l2p loadingJavier González2016-03-181-3/+0
* nvme: lightnvm: return ppa completion statusMatias Bjorling2016-03-182-2/+16
* lightnvm: add a bitmap of lunsWenwei Tao2016-03-184-29/+74
* lightnvm: specify target's logical address areaWenwei Tao2016-03-186-2/+116
* null_blk: add lightnvm null_blk device to the nullb_listWenwei Tao2016-03-181-1/+2
* Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-1826-3011/+794
|\
| * NVMe: Expose ns wwid through single sysfs entryKeith Busch2016-03-162-0/+27
| * drivers:block: cpqarray clean upValentin Rothberg2016-03-151-1/+0
| * brd: Fix discard request processingBart Van Assche2016-03-151-1/+1
| * cpqarray: remove it from the kernelJens Axboe2016-03-147-2491/+0
| * cciss: update MAINTAINERSDon Brace2016-03-081-2/+2
| * NVMe: Remove unused sq_head read in completion pathJon Derrick2016-03-081-2/+0
| * bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler2016-03-081-0/+3
| * bcache: cleaned up error handling around register_cache()Eric Wheeler2016-03-081-12/+22
| * bcache: fix race of writeback thread starting before complete initializationEric Wheeler2016-03-081-1/+8
| * NVMe: Create discard zero quirk white listKeith Busch2016-03-083-2/+15
| * nbd: use correct div_s64 helperArnd Bergmann2016-03-041-2/+1
| * mtip32xx: remove unneeded variable in mtip_cmd_timeout()Jens Axboe2016-03-041-2/+1
| * lightnvm: generalize rrpc ppa calculationsJavier González2016-03-032-17/+40
| * lightnvm: remove struct nvm_dev->total_blocksMatias Bjørling2016-03-031-5/+1
| * lightnvm: rename ->nr_pages to ->nr_sectsMatias Bjørling2016-03-035-24/+22
| * lightnvm: update closed list outside of intr contextJavier González2016-03-031-13/+10
| * xen/blback: Fit the important information of the thread in 17 charactersKonrad Rzeszutek Wilk2016-03-031-4/+3
| * lightnvm: fold get bb tbl when using dual/quad plane modeMatias Bjørling2016-03-033-9/+45
| * lightnvm: fix up nonsensical configure overrun checkingAlan2016-03-031-6/+5
| * xen-blkback: advertise indirect segment support earlierJan Beulich2016-03-031-5/+8
| * xen-blkfront: rename indirect descriptor parameterJan Beulich2016-03-031-2/+4
| * mtip32xx: Cleanup queued requests after surprise removalAsai Thambi SP2016-03-031-18/+60
| * mtip32xx: Implement timeout handlerAsai Thambi SP2016-03-032-10/+92
| * mtip32xx: Handle FTL rebuild failure state during device initializationAsai Thambi SP2016-03-031-5/+6
| * mtip32xx: Handle safe removal during IOAsai Thambi SP2016-03-032-2/+33
| * mtip32xx: Fix for rmmod crash when drive is in FTL rebuildAsai Thambi SP2016-03-031-7/+7
| * mtip32xx: Avoid issuing standby immediate cmd during FTL rebuildAsai Thambi SP2016-03-031-8/+12
| * mtip32xx: Print exact time when an internal command is interruptedAsai Thambi SP2016-03-031-2/+6
| * mtip32xx: Remove unwanted code from taskfile error handlerAsai Thambi SP2016-03-031-8/+1
| * mtip32xx: Fix broken service thread handlingAsai Thambi SP2016-03-032-3/+8
| * Merge tag 'nbd-for-4.6' of git://git.pengutronix.de/git/mpa/linux-nbd into fo...Jens Axboe2016-03-031-165/+170
| |\
| | * nbd: Create size change events for userspaceMarkus Pargmann2016-02-151-21/+58
| | * nbd: ratelimit error msgs after socket closeDan Streetman2016-02-051-2/+2
| | * nbd: Move flag parsing to a functionMarkus Pargmann2016-02-051-9/+13
| | * nbd: Cleanup reset of nbd and bdev after a disconnectMarkus Pargmann2016-02-051-11/+29
| | * nbd: Timeouts are not user requested disconnectsMarkus Pargmann2016-02-051-3/+6
| | * nbd: Remove signal usageMarkus Pargmann2016-02-051-78/+48
| | * nbd: Fix debugfs error handlingMarkus Pargmann2016-02-031-41/+14
| * | nvme: expose cntlid in sysfsMing Lin2016-02-292-4/+17
| * | nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig2016-02-293-17/+24
| * | nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig2016-02-291-89/+23
| * | nvme: don't poll the CQ from the kthreadChristoph Hellwig2016-02-291-12/+0