| Commit message (Expand) | Author | Age | Files | Lines |
* | iocost: Fix check condition of iocg abs_vdebt | Chengming Zhou | 2020-08-19 | 1 | -1/+1 |
* | block: fix get_max_segment_size() overflow on 32bit arch | Ming Lei | 2020-07-22 | 1 | -2/+7 |
* | block: fix splitting segments on boundary masks | Ming Lei | 2020-07-22 | 1 | -9/+9 |
* | blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags | Hou Tao | 2020-07-22 | 1 | -0/+3 |
* | blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight() | Ming Lei | 2020-07-16 | 1 | -2/+2 |
* | block: release bip in a right way in error path | Chengguang Xu | 2020-07-16 | 1 | -9/+14 |
* | block: update hctx map when use multiple maps | Weiping Zhang | 2020-06-30 | 1 | -1/+3 |
* | block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed | yu kuai | 2020-06-30 | 1 | -1/+0 |
* | iocost: don't let vrate run wild while there's no saturation signal | Tejun Heo | 2020-06-22 | 1 | -4/+24 |
* | block: reset mapping if failed to update hardware queue count | Weiping Zhang | 2020-06-22 | 1 | -1/+1 |
* | block: alloc map and request for new hardware queue | Ming Lei | 2020-06-22 | 1 | -12/+12 |
* | Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT" | Jens Axboe | 2020-06-03 | 1 | -7/+4 |
* | iocost: protect iocg->abs_vdebt with iocg->waitq.lock | Tejun Heo | 2020-05-14 | 1 | -46/+71 |
* | blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budget | John Garry | 2020-05-02 | 1 | -1/+3 |
* | blk-iocost: Fix error on iocost_ioc_vrate_adj | Waiman Long | 2020-05-02 | 1 | -2/+2 |
* | block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline | Paolo Valente | 2020-04-23 | 1 | -7/+13 |
* | block, bfq: make reparent_leaf_entity actually work only on leaf entities | Paolo Valente | 2020-04-23 | 1 | -17/+31 |
* | block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup | Paolo Valente | 2020-04-23 | 3 | -6/+2 |
* | block, bfq: fix use-after-free in bfq_idle_slice_timer_body | Zhiqiang Liu | 2020-04-17 | 1 | -4/+12 |
* | block: Fix use-after-free issue accessing struct io_cq | Sahitya Tummala | 2020-04-17 | 1 | -0/+7 |
* | block, bfq: move forward the getting of an extra ref in bfq_bfqq_move | Paolo Valente | 2020-04-17 | 1 | -7/+7 |
* | block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices | Konstantin Khlebnikov | 2020-04-17 | 1 | -0/+3 |
* | blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync | Bart Van Assche | 2020-04-13 | 1 | -0/+8 |
* | block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group() | Carlo Nonato | 2020-03-25 | 1 | -4/+5 |
* | blk-mq: insert flush request to the front of dispatch queue | Ming Lei | 2020-03-21 | 1 | -0/+22 |
* | blk-mq: insert passthrough request into hctx->dispatch directly | Ming Lei | 2020-03-21 | 4 | -16/+29 |
* | blk-iocost: fix incorrect vtime comparison in iocg_is_idle() | Tejun Heo | 2020-03-18 | 1 | -1/+1 |
* | block, bfq: remove ifdefs from around gets/puts of bfq groups | Paolo Valente | 2020-03-12 | 3 | -5/+6 |
* | block, bfq: get a ref to a group when adding it to a service tree | Paolo Valente | 2020-03-12 | 3 | -3/+12 |
* | block, bfq: do not insert oom queue into position tree | Paolo Valente | 2020-03-12 | 1 | -0/+4 |
* | block, bfq: get extra ref to prevent a queue from being freed during a group ... | Paolo Valente | 2020-03-12 | 1 | -0/+8 |
* | block, bfq: do not plug I/O for bfq_queues with no proc refs | Paolo Valente | 2020-02-24 | 1 | -0/+12 |
* | block: fix memleak of bio integrity data | Justin Tee | 2020-01-26 | 3 | -1/+8 |
* | block: Fix the type of 'sts' in bsg_queue_rq() | Bart Van Assche | 2020-01-23 | 1 | -1/+1 |
* | block: fix an integer overflow in logical block size | Mikulas Patocka | 2020-01-23 | 1 | -1/+1 |
* | fs: move guard_bio_eod() after bio_set_op_attrs | Ming Lei | 2020-01-17 | 1 | -1/+11 |
* | block: fix memleak when __blk_rq_map_user_iov() is failed | Yang Yingliang | 2020-01-12 | 1 | -1/+1 |
* | block: Fix a lockdep complaint triggered by request queue flushing | Bart Van Assche | 2020-01-12 | 2 | -0/+6 |
* | block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT | Roman Penyaev | 2020-01-12 | 1 | -4/+7 |
* | compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES | Arnd Bergmann | 2020-01-09 | 1 | -0/+2 |
* | compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE | Arnd Bergmann | 2020-01-09 | 1 | -0/+2 |
* | compat_ioctl: block: handle Persistent Reservations | Arnd Bergmann | 2020-01-09 | 1 | -0/+9 |
* | block: add bio_truncate to fix guard_bio_eod | Ming Lei | 2020-01-09 | 1 | -0/+39 |
* | iocost: over-budget forced IOs should schedule async delay | Tejun Heo | 2019-12-31 | 1 | -5/+8 |
* | block: fix "check bi_size overflow before merge" | Andreas Gruenbacher | 2019-12-21 | 1 | -1/+3 |
* | blk-mq: make sure that line break can be printed | Ming Lei | 2019-12-17 | 1 | -1/+1 |
* | blk-mq: avoid sysfs buffer overflow with too many CPU cores | Ming Lei | 2019-12-17 | 1 | -5/+10 |
* | iocost: check active_list of all the ancestors in iocg_activate() | Jiufei Xue | 2019-11-14 | 1 | -2/+6 |
* | block, bfq: deschedule empty bfq_queues not referred by any process | Paolo Valente | 2019-11-14 | 1 | -6/+26 |
* | block: check bi_size overflow before merge | Junichi Nomura | 2019-11-12 | 1 | -1/+1 |