summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-182-3/+13
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-182-39/+23Star
* blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-183-7/+6Star
* blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig2017-06-182-47/+27Star
* blk-mq-sched: unify request prepare methodsChristoph Hellwig2017-06-183-35/+29Star
* blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig2017-06-183-28/+17Star
* bfq-iosched: fix NULL ioc check in bfq_get_rq_privateChristoph Hellwig2017-06-181-10/+5Star
* blk-mq: streamline blk_mq_get_requestChristoph Hellwig2017-06-181-14/+14
* blk-mq: simplify blk_mq_free_requestChristoph Hellwig2017-06-182-38/+15Star
* blk-mq-sched: unify request finished methodsChristoph Hellwig2017-06-183-15/+10Star
* blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig2017-06-183-26/+8Star
* blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.cChristoph Hellwig2017-06-183-73/+67Star
* blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig2017-06-182-5/+2Star
* Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe2017-06-162-9/+7Star
|\
| * Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-132-9/+7Star
| |\
| | * partitions/ldm: switch to use uuid_tChristoph Hellwig2017-06-052-9/+7Star
* | | block: Dedicated error code fixupsBart Van Assche2017-06-162-3/+3
|/ /
* | blk-mq: fixup type of 'ret' in __blk_mq_try_issue_directly()Jens Axboe2017-06-121-1/+1
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1211-57/+179
|\ \
| * | block, bfq: access and cache blkg data only when safePaolo Valente2017-06-083-36/+105
| * | blk-throttle: set default latency baseline for harddiskShaohua Li2017-06-071-3/+17
| * | blk-throttle: fix NULL pointer dereference in throtl_schedule_pending_timerJoseph Qi2017-06-071-1/+1
| * | blk-mq: fix direct issueMing Lei2017-06-061-7/+13
| * | blk-mq: pass correct hctx to blk_mq_try_issue_directlyMing Lei2017-06-061-1/+4
| * | bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov2017-06-031-0/+3
| |/
| * block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche2017-06-014-5/+11
| * cfq-iosched: fix the delay of cfq_group's vdisktime under iops modeHou Tao2017-05-311-2/+15
| * blk-mq: Take tagset lock when updating hw queuesKeith Busch2017-05-301-1/+9
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-096-34/+40
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-20/+17Star
* | block: introduce new block status code typeChristoph Hellwig2017-06-096-80/+106
* | bsg: Check queue type before attaching to a queueBart Van Assche2017-06-011-0/+6
* | block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche2017-06-011-0/+1
* | blk-mq-debugfs: Add 'kick' operationBart Van Assche2017-06-011-1/+3
* | blk-mq-debugfs: Show busy requestsBart Van Assche2017-06-011-0/+31
* | blk-mq-debugfs: Show requeue listBart Van Assche2017-06-011-0/+32
* | blk-mq-debugfs: Show atomic request flagsBart Van Assche2017-06-011-0/+10
* | cfq-iosched: Delete unused function min_vdisktime()Matthias Kaehlcke2017-05-301-9/+0Star
* | blk-mq: make per-sw-queue bio merge as default .bio_mergeMing Lei2017-05-263-72/+58Star
* | blk-mq: merge bio into sw queue before pluggingMing Lei2017-05-261-22/+26
|/
* Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linusJens Axboe2017-05-261-19/+0Star
|\
| * blk-mq: remove blk_mq_abort_requeue_list()Ming Lei2017-05-221-19/+0Star
* | blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche2017-05-261-3/+3
* | partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-05-231-0/+2
* | block: fix an error code in add_partition()Dan Carpenter2017-05-231-1/+3
* | blk-throttle: force user to configure all settings for io.lowShaohua Li2017-05-221-43/+37Star
* | blk-throttle: respect 0 bps/iops settings for io.lowShaohua Li2017-05-221-12/+29
* | blk-throttle: output some debug info in traceShaohua Li2017-05-221-1/+14
* | blk-throttle: add hierarchy support for latency target and idle timeShaohua Li2017-05-221-14/+36
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-131-1/+0Star
|\