summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NVMe: Remove unused sq_head read in completion pathJon Derrick2016-03-081-2/+0Star
* 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-051-2/+1Star
* mtip32xx: remove unneeded variable in mtip_cmd_timeout()Jens Axboe2016-03-041-2/+1Star
* lightnvm: generalize rrpc ppa calculationsJavier González2016-03-032-17/+40
* lightnvm: remove struct nvm_dev->total_blocksMatias Bjørling2016-03-031-5/+1Star
* lightnvm: rename ->nr_pages to ->nr_sectsMatias Bjørling2016-03-035-24/+22Star
* lightnvm: update closed list outside of intr contextJavier González2016-03-031-13/+10Star
* xen/blback: Fit the important information of the thread in 17 charactersKonrad Rzeszutek Wilk2016-03-031-4/+3Star
* 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/+5Star
* 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/+1Star
* 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/+48Star
| * nbd: Fix debugfs error handlingMarkus Pargmann2016-02-031-41/+14Star
* | 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/+23Star
* | nvme: don't poll the CQ from the kthreadChristoph Hellwig2016-02-291-12/+0Star
* | nvme: use a work item to submit async event requestsChristoph Hellwig2016-02-291-7/+18
* | nvme: split pci module out of core moduleMing Lin2016-02-104-18/+35
* | nvme: split dev_list_lockMing Lin2016-02-103-3/+2Star
* | nvme: move timeout variables to core.cMing Lin2016-02-102-12/+12
* | nvme/host: reference the fabric module for each bdev open calloutSagi Grimberg2016-02-103-3/+18
* | nvme: Log the ctrl device name instead of the underlying pci device nameSagi Grimberg2016-02-102-28/+33
* | nvme: fix drvdata setup for the nvme deviceChristoph Hellwig2016-02-091-2/+1Star
* | NVMe: Fix possible queue use after freedKeith Busch2016-02-091-5/+9
* | blk-mq: dynamic h/w context countKeith Busch2016-02-094-73/+112
* | cfq-iosched: Allow parent cgroup to preempt its childJan Kara2016-02-041-1/+18
* | cfq-iosched: Allow sync noidle workloads to preempt each otherJan Kara2016-02-041-1/+0Star
* | cfq-iosched: Reorder checks in cfq_should_preempt()Jan Kara2016-02-041-6/+7
* | cfq-iosched: Don't group_idle if cfqq has big thinktimeJan Kara2016-02-041-2/+8