aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-09-26blk-cgroup: fix error unwinding in blkcg_init_queueGravatar Christoph Hellwig 1-6/+7
2022-09-24Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+2
2022-09-24blk-mq: don't redirect completion for hctx withs only one ctx mappingGravatar Liu Song 1-3/+5
2022-09-24blk-throttle: improve bypassing bios checkingsGravatar Yu Kuai 2-7/+28
2022-09-24blk-throttle: remove THROTL_TG_HAS_IOPS_LIMITGravatar Yu Kuai 2-21/+3
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Gravatar Tejun Heo 1-23/+4
2022-09-21block/blk-rq-qos: delete useless enmu RQ_QOS_IOPRIOGravatar Li Jinlin 2-3/+0
2022-09-21block: export blk_rq_is_pollGravatar Kanchan Joshi 1-1/+2
2022-09-21blk-wbt: call rq_qos_add() after wb_normal is initializedGravatar Yu Kuai 1-5/+4
2022-09-20blk-iocost: Remove unnecessary (void*) conversionsGravatar Li zeming 1-1/+1
2022-09-20block: remove PSI accounting from the bio layerGravatar Christoph Hellwig 2-25/+0
2022-09-20block: fix comment typo in submit_bio of block-core.c.Gravatar Ping-Xiang Chen 1-1/+1
2022-09-20Revert "block: freeze the queue earlier in del_gendisk"Gravatar Christoph Hellwig 1-1/+2
2022-09-16Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-5/+10
2022-09-15blk-lib: fix blkdev_issue_secure_eraseGravatar Mikulas Patocka 1-3/+8
2022-09-13block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitGravatar Stefan Roesch 1-2/+2
2022-09-12blk-throttle: cleanup tg_update_disptime()Gravatar Yu Kuai 1-4/+7
2022-09-12blk-throttle: calling throtl_dequeue/enqueue_tg in pairsGravatar Yu Kuai 1-2/+2
2022-09-12blk-throttle: use 'READ/WRITE' instead of '0/1'Gravatar Yu Kuai 1-3/+3
2022-09-12blk-throttle: fix io hung due to configuration updatesGravatar Yu Kuai 2-6/+61
2022-09-12blk-throttle: factor out code to calculate ios/bytes_allowedGravatar Yu Kuai 1-24/+35
2022-09-12blk-throttle: prevent overflow while calculating wait timeGravatar Yu Kuai 1-5/+3
2022-09-12blk-throttle: fix that io throttle can only work for single bioGravatar Yu Kuai 3-17/+7
2022-09-12sbitmap: fix batched wait_cnt accountingGravatar Keith Busch 1-1/+1
2022-09-11vfs: support STATX_DIOALIGN on block devicesGravatar Eric Biggers 1-0/+23
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-0/+5
2022-09-09block: add missing request flags to debugfs codeGravatar Jens Axboe 1-0/+2
2022-09-05block: remove unneeded return value of bio_check_ro()Gravatar Miaohe Lin 1-7/+3
2022-09-05blk-mq: remove unneeded needs_restart checkGravatar Miaohe Lin 1-1/+1
2022-09-05block/blk-map: Remove set but unused variable 'added'Gravatar Jiapeng Chong 1-2/+1
2022-09-04blk-throttle: clean up codes that can't be reachedGravatar Yu Kuai 1-34/+56
2022-09-04Revert "sbitmap: fix batched wait_cnt accounting"Gravatar Jens Axboe 1-1/+1
2022-09-03block: don't add partitions if GD_SUPPRESS_PART_SCAN is setGravatar Ming Lei 1-0/+3
2022-09-02block: enable per-cpu bio caching for the fs bio setGravatar Jens Axboe 1-1/+2
2022-09-01sbitmap: fix batched wait_cnt accountingGravatar Keith Busch 1-1/+1
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueGravatar Michal Koutný 1-2/+2
2022-08-26Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+3
2022-08-22block: use on-stack page vec for <= UIO_FASTIOVGravatar Jens Axboe 1-3/+11
2022-08-22block: enable bio caching use for passthru IOGravatar Jens Axboe 1-8/+25
2022-08-22block: shrink rq_map_data a bitGravatar Jens Axboe 1-1/+1
2022-08-22block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Gravatar Yu Kuai 3-10/+12
2022-08-22block, bfq: remove useless checking in bfq_put_queue()Gravatar Yu Kuai 1-4/+2
2022-08-22block, bfq: remove unused functionsGravatar Yu Kuai 2-10/+8
2022-08-22block: Change the return type of blk_mq_map_queues() into voidGravatar Bart Van Assche 5-19/+15
2022-08-22block: sed-opal: Add ioctl to return device statusGravatar dougmill@linux.vnet.ibm.com 2-12/+82
2022-08-20Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-21/+1
2022-08-19blk-mq: fix io hung due to missing commit_rqsGravatar Yu Kuai 1-2/+3
2022-08-18blk-mq: run queue no matter whether the request is the last requestGravatar Yufen Yu 1-1/+1
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Gravatar Yu Kuai 1-20/+0
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+1