| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | block: fix build warning in merging bvecs | Ming Lei | 2019-04-08 | 1 | -6/+10 |
| * | | block, bfq: fix some typos in comments | Angelo Ruocco | 2019-04-08 | 4 | -16/+16 |
| * | | block: remove unused variable 'def' | Hisao Tanabe | 2019-04-08 | 1 | -4/+2 |
| * | | block: sed-opal: rename next to execute_steps | David Kozub | 2019-04-06 | 1 | -16/+17 |
| * | | block: sed-opal: don't repeat opal_discovery0 in each steps array | David Kozub | 2019-04-06 | 1 | -33/+42 |
| * | | block: sed-opal: pass steps via argument rather than via opal_dev | David Kozub | 2019-04-06 | 1 | -89/+69 |
| * | | block: sed-opal: use named Opal tokens instead of integer literals | David Kozub | 2019-04-06 | 1 | -9/+9 |
| * | | block: sed-opal: unify retrieval of table columns | David Kozub | 2019-04-06 | 1 | -83/+47 |
| * | | block: sed-opal: add token for OPAL_LIFECYCLE | David Kozub | 2019-04-06 | 2 | -2/+4 |
| * | | block: sed-opal: split generation of bytestring header and content | Jonas Rabenstein | 2019-04-06 | 1 | -8/+14 |
| * | | block: sed-opal: print failed function address | Jonas Rabenstein | 2019-04-06 | 1 | -2/+2 |
| * | | block: sed-opal: reuse response_get_token to decrease code duplication | David Kozub | 2019-04-06 | 1 | -31/+15 |
| * | | block: sed-opal: unify error handling of responses | David Kozub | 2019-04-06 | 1 | -0/+5 |
| * | | block: sed-opal: unify cmd start | David Kozub | 2019-04-06 | 1 | -159/+69 |
| * | | block: sed-opal: close parameter list in cmd_finalize | David Kozub | 2019-04-06 | 1 | -22/+3 |
| * | | block: sed-opal: unify space check in add_token_* | Jonas Rabenstein | 2019-04-06 | 1 | -9/+16 |
| * | | block: sed-opal: use correct macro for method length | Jonas Rabenstein | 2019-04-06 | 1 | -1/+1 |
| * | | block: sed-opal: fix typos and formatting | David Kozub | 2019-04-06 | 1 | -8/+10 |
| * | | block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBR | David Kozub | 2019-04-06 | 1 | -3/+6 |
| * | | block: remove CONFIG_LBDAF | Christoph Hellwig | 2019-04-06 | 1 | -24/+0 |
| * | | block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX | Johannes Thumshirn | 2019-04-04 | 1 | -0/+3 |
| * | | block: don't check if adjacent bvecs in one bio can be mergeable | Ming Lei | 2019-04-01 | 1 | -27/+42 |
| * | | block: reuse __blk_bvec_map_sg() for mapping page sized bvec | Ming Lei | 2019-04-01 | 1 | -11/+9 |
| * | | block: remove argument of 'request_queue' from __blk_bvec_map_sg | Ming Lei | 2019-04-01 | 1 | -3/+3 |
| * | | block: enable multi-page bvec for passthrough IO | Ming Lei | 2019-04-01 | 1 | -29/+31 |
| * | | block: put the same page when adding it to bio | Ming Lei | 2019-04-01 | 1 | -12/+16 |
| * | | block: check if page is mergeable in one helper | Ming Lei | 2019-04-01 | 1 | -14/+24 |
| * | | block: cleanup bio_add_pc_page | Ming Lei | 2019-04-01 | 1 | -7/+7 |
| * | | block: don't merge adjacent bvecs to one segment in bio blk_queue_split | Ming Lei | 2019-04-01 | 1 | -17/+0 |
| * | | block: avoid to break XEN by multi-page bvec | Ming Lei | 2019-04-01 | 1 | -0/+2 |
| * | | block: pass page to xen_biovec_phys_mergeable | Ming Lei | 2019-04-01 | 1 | -1/+1 |
| * | | block, bfq: save & resume weight on a queue merge/split | Francesco Pollicino | 2019-04-01 | 2 | -0/+11 |
| * | | block, bfq: print SHARED instead of pid for shared queues in logs | Francesco Pollicino | 2019-04-01 | 2 | -4/+29 |
| * | | block, bfq: always protect newly-created queues from existing active queues | Paolo Valente | 2019-04-01 | 1 | -13/+51 |
| * | | block, bfq: do not tag totally seeky queues as soft rt | Paolo Valente | 2019-04-01 | 1 | -0/+14 |
| * | | block, bfq: do not merge queues on flash storage with queueing | Paolo Valente | 2019-04-01 | 3 | -6/+73 |
| * | | block, bfq: tune service injection basing on request service times | Paolo Valente | 2019-04-01 | 2 | -59/+409 |
| * | | block, bfq: do not idle for lowest-weight queues | Paolo Valente | 2019-04-01 | 3 | -94/+118 |
| * | | block, bfq: increase idling for weight-raised queues | Paolo Valente | 2019-04-01 | 1 | -0/+2 |
* | | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-05-07 | 3 | -8/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | block: Replace all ktype default_attrs with groups | Kimberly Brown | 2019-04-25 | 3 | -8/+6 |
* | | | bfq: update internal depth state when queue depth changes | Jens Axboe | 2019-04-14 | 2 | -1/+9 |
* | | | block: do not leak memory in bio_copy_user_iov() | Jérôme Glisse | 2019-04-11 | 1 | -1/+4 |
* | | | blk-mq: introduce blk_mq_complete_request_sync() | Ming Lei | 2019-04-10 | 1 | -0/+7 |
* | | | block, bfq: fix use after free in bfq_bfqq_expire | Paolo Valente | 2019-04-10 | 3 | -11/+23 |
* | | | block: Revert v5.0 blk_mq_request_issue_directly() changes | Bart Van Assche | 2019-04-05 | 4 | -69/+71 |
* | | | blk-mq: do not reset plug->rq_count before the list is sorted | Dongli Zhang | 2019-04-04 | 1 | -1/+2 |
* | | | blk-mq: add trace block plug and unplug for multiple queues | Yufen Yu | 2019-04-02 | 1 | -0/+2 |
* | | | block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctx | Shenghui Wang | 2019-04-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=y | Konstantin Khlebnikov | 2019-04-01 | 2 | -2/+2 |
|/ |
|