summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente2019-08-081-3/+11
* block, bfq: move update of waker and woken list to queue freeingPaolo Valente2019-08-081-15/+29
* block, bfq: reset last_completed_rq_bfqq if the pointed queue is freedPaolo Valente2019-08-081-3/+7
* Merge tag 'for-linus-20190726-2' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-1/+2
|\
| * block: fix max segment size handling in blk_queue_virt_boundaryChristoph Hellwig2019-07-261-1/+2
* | Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-267-45/+62
|\|
| * block: blk-mq: Remove blk_mq_sched_started_request and started_requestMarcos Paulo de Souza2019-07-232-11/+0
| * blk-mq: allow REQ_NOWAIT to return an error inlineJens Axboe2019-07-211-2/+6
| * rq-qos: use a mb for got_tokenJosef Bacik2019-07-181-0/+3
| * rq-qos: set ourself TASK_UNINTERRUPTIBLE after we scheduleJosef Bacik2019-07-181-0/+1
| * rq-qos: don't reset has_sleepers on spurious wakeupsJosef Bacik2019-07-181-1/+1
| * rq-qos: fix missed wake-ups in rq_qos_throttleJosef Bacik2019-07-181-0/+1
| * block, bfq: check also in-flight I/O in dispatch pluggingPaolo Valente2019-07-181-24/+43
| * block: fix sysfs module parameters directory path in commentAkinobu Mita2019-07-161-1/+1
| * blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo2019-07-162-6/+6
* | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-168-9/+9
|\ \ | |/ |/|
| * docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
| * docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
| * docs: block: convert to ReSTMauro Carvalho Chehab2019-07-157-7/+7
* | block: Limit zone array allocation sizeDamien Le Moal2019-07-111-16/+20
* | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-111-12/+19
* | block: Allow mapping of vmalloc-ed buffersDamien Le Moal2019-07-111-1/+27
* | block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-111-2/+6
* | block: Disable write plugging for zoned block devicesDamien Le Moal2019-07-103-2/+34
* | blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov2019-07-101-6/+3
* | block: Fix potential overflow in blk_report_zones()Damien Le Moal2019-07-101-1/+1
* | blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-102-0/+56
* | cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2019-07-101-0/+1
* | blk-cgroup: turn on psi memstall stuffJosef Bacik2019-07-101-5/+7
* | block: init flush rq ref count to 1Josef Bacik2019-07-101-0/+1
|/
* Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-0922-818/+1342
|\
| * blk-iolatency: fix STS_AGAIN handlingDennis Zhou2019-07-051-37/+14
| * block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESChristoph Hellwig2019-07-031-1/+1
| * blk-mq: simplify blk_mq_make_request()Bart Van Assche2019-07-021-8/+2
| * blk-mq: remove blk_mq_put_ctx()Bart Van Assche2019-07-025-32/+5
| * block: fix .bi_size overflowMing Lei2019-07-011-5/+5
| * Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-011-17/+21
| |\
| * | block: sed-opal: check size of shadow mbrJonas Rabenstein2019-06-292-0/+55
| * | block: sed-opal: ioctl for writing to shadow mbrJonas Rabenstein2019-06-291-2/+89
| * | block: sed-opal: add ioctl for done-mark of shadow mbrJonas Rabenstein2019-06-291-0/+27
| * | block: never take page references for ITER_BVECChristoph Hellwig2019-06-291-13/+1
| * | block: use bio_release_pages in bio_map_user_iovChristoph Hellwig2019-06-291-5/+1
| * | block: use bio_release_pages in bio_unmap_userChristoph Hellwig2019-06-291-19/+2
| * | block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig2019-06-291-5/+7
| * | block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig2019-06-291-5/+6
| * | block: sed-opal: "Never True" conditionsRevanth Rajashekar2019-06-291-5/+2
| * | block: sed-opal: PSID reverttper capabilityRevanth Rajashekar2019-06-291-4/+29
| * | block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-06-281-0/+1
| * | block: Remove unused codeDamien Le Moal2019-06-271-12/+0
| * | block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely caseDouglas Anderson2019-06-261-0/+1