summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2022-06-14block, loop: support partitions without scanningChristoph Hellwig
2022-06-14blk-mq: do not update io_ticks with passthrough requestsHaisu Wang
2022-06-14block: make bioset_exit() fully resilient against being called twiceJens Axboe
2022-06-14block: use bio_queue_enter instead of blk_queue_enter in bio_pollChristoph Hellwig
2022-06-14block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig
2022-06-14blk-mq: don't touch ->tagset in blk_mq_get_sq_hctxMing Lei
2022-06-09block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara
2022-06-09blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo
2022-06-09block: Fix potential deadlock in blk_ia_range_sysfs_show()Damien Le Moal
2022-06-09bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara
2022-06-09bfq: Get rid of __bio_blkcg() usageJan Kara
2022-06-09bfq: Track whether bfq_group is still onlineJan Kara
2022-06-09bfq: Remove pointless bfq_init_rq() callsJan Kara
2022-06-09bfq: Drop pointless unlock-lock pairJan Kara
2022-06-09bfq: Update cgroup information before merging bioJan Kara
2022-06-09bfq: Split shared queues on move between cgroupsJan Kara
2022-06-09bfq: Avoid merging queues with different parentsJan Kara
2022-06-09bfq: Avoid false marking of bic as stably mergedJan Kara
2022-06-09bfq: Allow current waker to defend against a tentative oneJan Kara
2022-06-09bfq: Relax waker detection for shared queuesJan Kara
2022-06-09blk-throttle: Set BIO_THROTTLED when bio has been throttledLaibin Qiu
2022-05-25block/mq-deadline: Set the fifo_time member also if inserting at headBart Van Assche
2022-05-09Revert "block: inherit request start time from bio for BLK_CGROUP"Tejun Heo
2022-05-09bfq: Fix warning in bfqq_request_over_limit()Jan Kara
2022-05-09iocost: don't reset the inuse weight of under-weighted debtorsTejun Heo
2022-04-27block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov
2022-04-20block: fix offset/size check in bio_trim()Ming Lei
2022-04-08block: restore the old set_task_ioprio() behaviour wrt PF_EXITINGJiri Slaby
2022-04-08block: Fix the maximum minor value is blk_alloc_ext_minor()Christophe JAILLET
2022-04-08Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente
2022-04-08bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng
2022-04-08block, bfq: don't move oom_bfqqYu Kuai
2022-04-08block/bfq_wf2q: correct weight to ioprioYahu Gao
2022-04-08block: throttle split bio in case of iops limitMing Lei
2022-04-08block: don't delete queue kobject before its childrenEric Biggers
2022-04-08block: update io_ticks when io hangZhang Wensheng
2022-04-08blk-cgroup: set blkg iostat after percpu stat aggregationChengming Zhou
2022-04-08block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo
2022-04-08block: limit request dispatch loop durationShin'ichiro Kawasaki
2022-04-08block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo
2022-04-08block: ensure plug merging checks the correct queue at least onceJens Axboe
2022-04-08block: flush plug based on hardware and software queue orderJens Axboe
2022-03-14block: release rq qos structures for queue without diskMing Lei
2022-03-08block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protectionShin'ichiro Kawasaki
2022-02-22block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella
2022-02-17block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-02-17block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang
2022-02-11block: Add handling for zone append command in blk_complete_requestPankaj Raghav
2022-02-03block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen