Age | Commit message (Expand) | Author | Files | Lines |
2022-10-07 | Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -38/+230 |
2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 32 | -456/+532 |
2022-10-07 | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+2 |
2022-10-04 | Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+23 |
2022-09-30 | block: extend functionality to map bvec iterator | Kanchan Joshi | 1 | -4/+71 |
2022-09-30 | block: factor out blk_rq_map_bio_alloc helper | Kanchan Joshi | 1 | -11/+22 |
2022-09-30 | block: rename bio_map_put to blk_mq_map_bio_put | Anuj Gupta | 1 | -3/+3 |
2022-09-30 | block: add blk_rq_map_user_io | Anuj Gupta | 1 | -0/+36 |
2022-09-30 | block: allow end_io based requests in the completion batch handling | Jens Axboe | 1 | -2/+11 |
2022-09-30 | block: change request end_io handler to pass back a return value | Jens Axboe | 2 | -8/+16 |
2022-09-30 | block: enable batched allocation for blk_mq_alloc_request() | Jens Axboe | 1 | -9/+71 |
2022-09-30 | block: kill deprecated BUG_ON() in the flush handling | Jens Axboe | 1 | -1/+0 |
2022-09-30 | Merge branch 'for-6.1/io_uring' into for-6.1/passthrough | Jens Axboe | 1 | -1/+2 |
2022-09-30 | Merge branch 'for-6.1/block' into for-6.1/passthrough | Jens Axboe | 32 | -456/+532 |
2022-09-29 | block: add rationale for not using blk_mq_plug() when applicable | Pankaj Raghav | 2 | -0/+12 |
2022-09-29 | block: adapt blk_mq_plug() to not plug for writes that require a zone lock | Pankaj Raghav | 2 | -7/+5 |
2022-09-27 | blk-cgroup: don't update the blkg lookup hint in blkg_conf_prep | Christoph Hellwig | 1 | -13/+4 |
2022-09-27 | blk-mq: use quiesced elevator switch when reinitializing queues | Keith Busch | 3 | -7/+6 |
2022-09-27 | block: replace blk_queue_nowait with bdev_nowait | Christoph Hellwig | 1 | -1/+1 |
2022-09-27 | blk-cgroup: pass a gendisk to the blkg allocation helpers | Christoph Hellwig | 1 | -28/+28 |
2022-09-27 | blk-cgroup: pass a gendisk to blkcg_schedule_throttle | Christoph Hellwig | 3 | -6/+8 |
2022-09-27 | blk-cgroup: pass a gendisk to blkg_destroy_all | Christoph Hellwig | 1 | -9/+4 |
2022-09-27 | blk-throttle: pass a gendisk to blk_throtl_cancel_bios | Christoph Hellwig | 3 | -4/+5 |
2022-09-27 | blk-throttle: pass a gendisk to blk_throtl_register_queue | Christoph Hellwig | 3 | -4/+5 |
2022-09-27 | blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exit | Christoph Hellwig | 3 | -9/+12 |
2022-09-27 | blk-iocost: cleanup ioc_qos_write | Christoph Hellwig | 1 | -6/+8 |
2022-09-27 | blk-iocost: pass a gendisk to blk_iocost_init | Christoph Hellwig | 1 | -3/+4 |
2022-09-27 | blk-iocost: simplify ioc_name | Christoph Hellwig | 1 | -9/+5 |
2022-09-27 | blk-iolatency: pass a gendisk to blk_iolatency_init | Christoph Hellwig | 3 | -4/+5 |
2022-09-27 | blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exit | Christoph Hellwig | 3 | -10/+10 |
2022-09-27 | blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queue | Christoph Hellwig | 3 | -26/+12 |
2022-09-27 | blk-cgroup: remove blkg_lookup_check | Christoph Hellwig | 1 | -26/+10 |
2022-09-27 | blk-cgroup: cleanup the blkg_lookup family of functions | Christoph Hellwig | 2 | -50/+27 |
2022-09-27 | blk-cgroup: remove open coded blkg_lookup instances | Christoph Hellwig | 2 | -7/+7 |
2022-09-27 | blk-cgroup: remove blk_queue_root_blkg | Christoph Hellwig | 2 | -15/+1 |
2022-09-27 | blk-cgroup: fix error unwinding in blkcg_init_queue | Christoph Hellwig | 1 | -6/+7 |
2022-09-24 | Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+2 |
2022-09-24 | blk-mq: don't redirect completion for hctx withs only one ctx mapping | Liu Song | 1 | -3/+5 |
2022-09-24 | blk-throttle: improve bypassing bios checkings | Yu Kuai | 2 | -7/+28 |
2022-09-24 | blk-throttle: remove THROTL_TG_HAS_IOPS_LIMIT | Yu Kuai | 2 | -21/+3 |
2022-09-22 | block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIO | Li Jinlin | 2 | -3/+0 |
2022-09-21 | block: export blk_rq_is_poll | Kanchan Joshi | 1 | -1/+2 |
2022-09-21 | blk-wbt: call rq_qos_add() after wb_normal is initialized | Yu Kuai | 1 | -5/+4 |
2022-09-20 | blk-iocost: Remove unnecessary (void*) conversions | Li zeming | 1 | -1/+1 |
2022-09-20 | block: remove PSI accounting from the bio layer | Christoph Hellwig | 2 | -25/+0 |
2022-09-20 | block: fix comment typo in submit_bio of block-core.c. | Ping-Xiang Chen | 1 | -1/+1 |
2022-09-20 | Revert "block: freeze the queue earlier in del_gendisk" | Christoph Hellwig | 1 | -1/+2 |
2022-09-16 | Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -5/+10 |
2022-09-15 | blk-lib: fix blkdev_issue_secure_erase | Mikulas Patocka | 1 | -3/+8 |
2022-09-14 | block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait | Stefan Roesch | 1 | -2/+2 |