summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-14172-2659/+6029
|\
| * blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche2018-08-112-11/+6Star
| * bcache: fix error setting writeback_rate through sysfs interfaceColy Li2018-08-101-3/+10
| * null_blk: add lock drop/acquire annotationJens Axboe2018-08-091-1/+3
| * Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo2018-08-091-6/+1Star
| * block: paride: pd: mark expected switch fall-throughsGustavo A. R. Silva2018-08-091-0/+2
| * block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche2018-08-091-0/+15
| * block: Introduce blk_exit_queue()Bart Van Assche2018-08-092-24/+31
| * blkcg: Introduce blkg_root_lookup()Bart Van Assche2018-08-091-0/+18
| * block: Remove two superfluous #include directivesBart Van Assche2018-08-091-2/+0Star
| * blk-mq: count the hctx as active before allocating tagJianchao Wang2018-08-092-2/+9
| * block: bvec_nr_vecs() returns value for wrong slabGreg Edwards2018-08-091-1/+1
| * Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe2018-08-099-10/+138
| |\
| | * nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer2018-08-081-1/+1
| | * nvmet: add ns write protect supportChaitanya Kulkarni2018-08-085-5/+114
| | * nvme: set gendisk read only based on nsattrChaitanya Kulkarni2018-08-081-0/+6
| | * nvme.h: add support for ns write protect definitionsChaitanya Kulkarni2018-08-081-2/+15
| | * nvme.h: fixup ANA group descriptor formatHannes Reinecke2018-08-081-1/+1
| | * nvme: fixup crash on failed discoveryHannes Reinecke2018-08-071-1/+1
| * | bcache: trivial - remove tailing backslash in macro BTREE_FLAGShenghui Wang2018-08-091-1/+1
| * | bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang2018-08-091-2/+2
| * | bcache: set max writeback rate when I/O request is idleColy Li2018-08-097-45/+138
| * | bcache: add code comments for bset.cColy Li2018-08-091-0/+63
| * | bcache: fix mistaken comments in request.cColy Li2018-08-091-1/+1
| * | bcache: fix mistaken code comments in bcache.hColy Li2018-08-091-3/+3
| * | bcache: add a comment in super.cColy Li2018-08-091-0/+1
| * | bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li2018-08-091-7/+7
| * | bcache: display rate debug parameters to 0 when writeback is not runningColy Li2018-08-091-10/+16
| * | bcache: do not check return value of debugfs_create_dir()Coly Li2018-08-095-13/+21
| * | drivers/block/drbd: remove the null check for kmem_cache_destroyzhong jiang2018-08-081-8/+4Star
| * | drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroyzhong jiang2018-08-081-2/+2
| * | drivers/block/mtip32xx: remove the null check for debugfs_remove_recursivezhong jiang2018-08-081-2/+1Star
| * | cfq: Suppress compiler warnings about comparisonsBart Van Assche2018-08-081-10/+12
| * | cfq: Annotate fall-through in a switch statementBart Van Assche2018-08-081-0/+1
| * | blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitAnchal Agarwal2018-08-071-31/+24Star
| * | target/loop: depend on SCSIChristoph Hellwig2018-08-071-0/+1
| * | xen-blkfront: use true and false for boolean valuesGustavo A. R. Silva2018-08-061-2/+2
| |/
| * lightnvm: remove minor version check for 2.0Matias Bjørling2018-08-061-6/+0Star
| * Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe2018-08-069-74/+880
| |\
| | * nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni2018-07-271-2/+15
| | * nvmet: support configuring ANA groupsChristoph Hellwig2018-07-274-4/+236
| | * nvmet: add minimal ANA supportChristoph Hellwig2018-07-274-4/+142
| | * nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig2018-07-273-1/+16
| | * nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2018-07-272-0/+4
| | * nvme: add ANA supportChristoph Hellwig2018-07-273-27/+408
| | * nvme: remove nvme_req_needs_failoverChristoph Hellwig2018-07-273-14/+2Star
| | * nvme: simplify the API for getting log pagesChristoph Hellwig2018-07-273-25/+16Star
| | * nvme.h: add ANA definitionsChristoph Hellwig2018-07-271-3/+47
| | * nvme.h: add support for the log specific fieldChristoph Hellwig2018-07-271-1/+1
| * | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-06487-2406/+4164
| |\ \