| Age | Commit message (Expand) | Author |
| 2020-03-18 | blk-iocost: fix incorrect vtime comparison in iocg_is_idle() | Tejun Heo |
| 2020-03-12 | block, bfq: remove ifdefs from around gets/puts of bfq groups | Paolo Valente |
| 2020-03-12 | block, bfq: get a ref to a group when adding it to a service tree | Paolo Valente |
| 2020-03-12 | block, bfq: do not insert oom queue into position tree | Paolo Valente |
| 2020-03-12 | block, bfq: get extra ref to prevent a queue from being freed during a group ... | Paolo Valente |
| 2020-02-24 | block, bfq: do not plug I/O for bfq_queues with no proc refs | Paolo Valente |
| 2020-01-26 | block: fix memleak of bio integrity data | Justin Tee |
| 2020-01-23 | block: Fix the type of 'sts' in bsg_queue_rq() | Bart Van Assche |
| 2020-01-23 | block: fix an integer overflow in logical block size | Mikulas Patocka |
| 2020-01-17 | fs: move guard_bio_eod() after bio_set_op_attrs | Ming Lei |
| 2020-01-12 | block: fix memleak when __blk_rq_map_user_iov() is failed | Yang Yingliang |
| 2020-01-12 | block: Fix a lockdep complaint triggered by request queue flushing | Bart Van Assche |
| 2020-01-12 | block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT | Roman Penyaev |
| 2020-01-09 | compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES | Arnd Bergmann |
| 2020-01-09 | compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE | Arnd Bergmann |
| 2020-01-09 | compat_ioctl: block: handle Persistent Reservations | Arnd Bergmann |
| 2020-01-09 | block: add bio_truncate to fix guard_bio_eod | Ming Lei |
| 2019-12-31 | iocost: over-budget forced IOs should schedule async delay | Tejun Heo |
| 2019-12-21 | block: fix "check bi_size overflow before merge" | Andreas Gruenbacher |
| 2019-12-17 | blk-mq: make sure that line break can be printed | Ming Lei |
| 2019-12-17 | blk-mq: avoid sysfs buffer overflow with too many CPU cores | Ming Lei |
| 2019-11-14 | iocost: check active_list of all the ancestors in iocg_activate() | Jiufei Xue |
| 2019-11-14 | block, bfq: deschedule empty bfq_queues not referred by any process | Paolo Valente |
| 2019-11-12 | block: check bi_size overflow before merge | Junichi Nomura |
| 2019-11-06 | blkcg: make blkcg_print_stat() print stats only for online blkgs | Tejun Heo |
| 2019-10-31 | iocost: don't nest spin_lock_irq in ioc_weight_write() | Dan Carpenter |
| 2019-10-15 | blk-rq-qos: fix first node deletion of rq_qos_del() | Tejun Heo |
| 2019-10-15 | blkcg: Fix multiple bugs in blkcg_activate_policy() | Tejun Heo |
| 2019-10-14 | block: Fix elv_support_iosched() | Damien Le Moal |
| 2019-10-06 | blk-wbt: fix performance regression in wbt scale_up/scale_down | Harshad Shirwadkar |
| 2019-10-03 | block: sed-opal: fix sparse warning: convert __be64 data | Randy Dunlap |
| 2019-10-03 | block: sed-opal: fix sparse warning: obsolete array init. | Randy Dunlap |
| 2019-09-27 | blk-mq: apply normal plugging for HDD | Ming Lei |
| 2019-09-27 | blk-mq: honor IO scheduler for multiqueue devices | Ming Lei |
| 2019-09-27 | block: fix null pointer dereference in blk_mq_rq_timed_out() | Yufen Yu |
| 2019-09-27 | rq-qos: get rid of redundant wbt_update_limits() | Yufen Yu |
| 2019-09-26 | iocost: bump up default latency targets for hard disks | Tejun Heo |
| 2019-09-26 | iocost: improve nr_lagging handling | Tejun Heo |
| 2019-09-26 | iocost: better trace vrate changes | Tejun Heo |
| 2019-09-26 | block: don't release queue's sysfs lock during switching elevator | Ming Lei |
| 2019-09-26 | blk-mq: move lockdep_assert_held() into elevator_exit | Ming Lei |
| 2019-09-24 | Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block | Linus Torvalds |
| 2019-09-23 | block: drop device references in bsg_queue_rq() | Martin Wilck |
| 2019-09-23 | block: t10-pi: fix -Wswitch warning | Max Gurtovoy |
| 2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
| 2019-09-17 | block, bfq: push up injection only after setting service time | Paolo Valente |
| 2019-09-17 | block, bfq: increase update frequency of inject limit | Paolo Valente |
| 2019-09-17 | block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1 | Paolo Valente |
| 2019-09-17 | block, bfq: update inject limit only after injection occurred | Paolo Valente |
| 2019-09-17 | block: centralize PI remapping logic to the block layer | Max Gurtovoy |