| Commit message (Expand) | Author | Age | Files | Lines |
* | block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2) | Davidlohr Bueso | 2021-12-14 | 1 | -0/+3 |
* | block: remove inaccurate requeue check | Jens Axboe | 2021-11-17 | 1 | -1/+0 |
* | Revert "block, bfq: honor already-setup queue merges" | Jens Axboe | 2021-10-06 | 1 | -13/+3 |
* | blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd | Li Jinlin | 2021-09-30 | 1 | -0/+8 |
* | blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() | Li Jinlin | 2021-09-26 | 1 | -0/+1 |
* | block, bfq: honor already-setup queue merges | Paolo Valente | 2021-09-22 | 1 | -3/+13 |
* | scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMAND | Christoph Hellwig | 2021-09-22 | 1 | -1/+4 |
* | block: bfq: fix bfq_set_next_ioprio_data() | Damien Le Moal | 2021-09-22 | 1 | -1/+1 |
* | blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN | Niklas Cassel | 2021-09-22 | 1 | -3/+0 |
* | blk-zoned: allow zone management send operations without CAP_SYS_ADMIN | Niklas Cassel | 2021-09-22 | 1 | -3/+0 |
* | blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit() | Yu Kuai | 2021-08-12 | 1 | -1/+5 |
* | rq-qos: fix missed wake-ups in rq_qos_throttle try two | Jan Kara | 2021-07-19 | 1 | -2/+2 |
* | blk-wbt: make sure throttle is enabled properly | Zhang Yi | 2021-07-14 | 1 | -1/+5 |
* | blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl... | Zhang Yi | 2021-07-14 | 2 | -2/+4 |
* | block: fix discard request merge | Ming Lei | 2021-07-14 | 1 | -2/+6 |
* | block: fix race between adding/removing rq qos and normal IO | Ming Lei | 2021-07-14 | 1 | -0/+24 |
* | blk-mq: Swap two calls in blk_mq_exit_queue() | Bart Van Assche | 2021-05-19 | 1 | -2/+4 |
* | kyber: fix out of bounds access when preempted | Omar Sandoval | 2021-05-19 | 4 | -9/+10 |
* | block: only update parent bi_status when bio fail | Yufen Yu | 2021-04-16 | 1 | -1/+1 |
* | block: recalculate segment count for multi-segment discards correctly | David Jeffery | 2021-03-30 | 1 | -0/+8 |
* | block: Suppress uevent for hidden device when removed | Daniel Wagner | 2021-03-30 | 1 | -3/+1 |
* | blk-settings: align max_sectors on "logical_block_size" boundary | Mikulas Patocka | 2021-03-04 | 1 | -0/+12 |
* | bsg: free the request before return error code | Pan Bian | 2021-03-04 | 1 | -1/+3 |
* | bfq: Avoid false bfq queue merging | Jan Kara | 2021-03-04 | 1 | -0/+1 |
* | bfq-iosched: Revert "bfq: Fix computation of shallow depth" | Lin Feng | 2021-02-17 | 1 | -4/+4 |
* | blk-cgroup: Use cond_resched() when destroy blkgs | Baolin Wang | 2021-02-13 | 1 | -5/+13 |
* | Revert "Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and ... | Greg Kroah-Hartman | 2021-02-07 | 1 | -4/+7 |
* | bfq: Fix computation of shallow depth | Jan Kara | 2021-01-19 | 1 | -4/+4 |
* | block: fix use-after-free in disk_part_iter_next | Ming Lei | 2021-01-17 | 1 | -3/+6 |
* | scsi: block: Fix a race in the runtime power management code | Bart Van Assche | 2021-01-06 | 1 | -6/+9 |
* | blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kick | Douglas Anderson | 2020-12-30 | 1 | -2/+6 |
* | block: factor out requeue handling from dispatch code | Johannes Thumshirn | 2020-12-30 | 1 | -11/+18 |
* | block: Simplify REQ_OP_ZONE_RESET_ALL handling | Damien Le Moal | 2020-12-30 | 1 | -27/+13 |
* | blk-cgroup: Pre-allocate tree node on blkg_conf_prep | Gabriel Krisman Bertazi | 2020-11-10 | 1 | -2/+12 |
* | blk-cgroup: Fix memleak on error path | Gabriel Krisman Bertazi | 2020-11-10 | 1 | -0/+1 |
* | block: ratelimit handle_bad_sector() message | Tetsuo Handa | 2020-10-29 | 1 | -5/+4 |
* | blk-mq: move cancel of hctx->run_work to the front of blk_exit_queue | Yang Yang | 2020-10-29 | 2 | -3/+8 |
* | block/diskstats: more accurate approximation of io_ticks for slow disks | Konstantin Khlebnikov | 2020-10-07 | 2 | -6/+6 |
* | block: only call sched requeue_request() for scheduled requests | Omar Sandoval | 2020-09-23 | 2 | -13/+1 |
* | block: Set same_page to false in __bio_try_merge_page if ret is false | Ritesh Harjani | 2020-09-17 | 1 | -1/+3 |
* | blk-iocost: ioc_pd_free() shouldn't assume irq disabled | Tejun Heo | 2020-09-09 | 1 | -2/+3 |
* | block: ensure bdi->io_pages is always initialized | Jens Axboe | 2020-09-09 | 1 | -0/+1 |
* | blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART | Ming Lei | 2020-09-03 | 2 | -0/+18 |
* | block: fix get_max_io_size() | Keith Busch | 2020-09-03 | 1 | -1/+1 |
* | blkcg: fix memleak for iolatency | Yufen Yu | 2020-09-03 | 1 | -3/+5 |
* | blk-mq: insert request not through ->queue_rq into sw/scheduler queue | Ming Lei | 2020-09-03 | 1 | -1/+2 |
* | bfq: fix blkio cgroup leakage v4 | Dmitry Monakhov | 2020-09-03 | 3 | -12/+3 |
* | block: Fix page_is_mergeable() for compound pages | Matthew Wilcox (Oracle) | 2020-09-03 | 1 | -5/+5 |
* | block: respect queue limit of max discard segment | Ming Lei | 2020-09-03 | 1 | -2/+9 |
* | iocost: Fix check condition of iocg abs_vdebt | Chengming Zhou | 2020-08-19 | 1 | -1/+1 |