summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-23127-1506/+1248
|\
| * blk-mq: fix typo in commentJulia Lawall2022-05-211-1/+1
| * bfq: Remove bfq_requeue_request_body()Jan Kara2022-05-191-7/+2
| * bfq: Remove superfluous conversion from RQ_BIC()Jan Kara2022-05-191-1/+1
| * bfq: Allow current waker to defend against a tentative oneJan Kara2022-05-191-2/+1
| * bfq: Relax waker detection for shared queuesJan Kara2022-05-192-2/+4
| * blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()Jens Axboe2022-05-181-1/+0
| * blk-throttle: Set BIO_THROTTLED when bio has been throttledLaibin Qiu2022-05-171-1/+2
| * blk-cgroup: Remove unnecessary rcu_read_lock/unlock()Fanjun Kong2022-05-171-3/+1
| * blk-cgroup: always terminate io.stat linesWolfgang Bumiller2022-05-174-16/+8
| * block, bfq: make bfq_has_work() more accurateYu Kuai2022-05-161-4/+12
| * block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai2022-05-161-1/+3
| * block: cleanup the VM accounting in submit_bioChristoph Hellwig2022-05-161-13/+5
| * block: Fix the bio.bi_opf commentBart Van Assche2022-05-121-3/+2
| * block: reorder the REQ_ flagsChristoph Hellwig2022-05-121-7/+8
| * blk-iocost: combine local_stat and desc_stat to statChengming Zhou2022-05-111-39/+32
| * block: improve the error message from bio_check_eodChristoph Hellwig2022-05-041-4/+3
| * block: allow passing a NULL bdev to bio_alloc_clone/bio_init_cloneChristoph Hellwig2022-05-041-4/+6
| * block: remove superfluous calls to blkcg_bio_issue_initChristoph Hellwig2022-05-043-3/+0
| * kthread: unexport kthread_blkcgChristoph Hellwig2022-05-022-5/+0
| * blk-cgroup: cleanup blkcg_maybe_throttle_currentChristoph Hellwig2022-05-021-7/+1
| * blk-cgroup: cleanup blk_cgroup_congestedChristoph Hellwig2022-05-021-5/+1
| * blk-cgroup: move blkcg_css to blk-cgroup.cChristoph Hellwig2022-05-022-17/+17
| * blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig2022-05-025-10/+10
| * blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig2022-05-022-7/+0
| * blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig2022-05-025-89/+97
| * blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig2022-05-024-19/+17
| * blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig2022-05-025-43/+45
| * blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig2022-05-023-70/+69
| * blk-cgroup: move blk_cgroup_congested out lineChristoph Hellwig2022-05-022-19/+21
| * blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig2022-05-024-57/+63
| * nvme-fc: fold t fc_update_appid into fc_appid_storeChristoph Hellwig2022-05-021-16/+3
| * nvme-fc: don't support the appid attribute without CONFIG_BLK_CGROUP_FC_APPIDChristoph Hellwig2022-05-021-1/+6
| * blk-cgroup: remove __bio_blkcgChristoph Hellwig2022-05-021-23/+0
| * block: ignore RWF_HIPRI hint for sync dioMing Lei2022-05-023-28/+5
| * block/partitions/ldm: Remove redundant assignmentsMichal Orzel2022-04-231-12/+3
| * block/partitions/atari: Remove redundant assignmentMichal Orzel2022-04-231-1/+0
| * block/partitions/acorn: Remove redundant assignmentsMichal Orzel2022-04-231-2/+2
| * block/blk-map: Remove redundant assignmentMichal Orzel2022-04-231-3/+2
| * block/badblocks: Remove redundant assignmentsMichal Orzel2022-04-231-2/+0
| * block: change exported IO accounting interface from gendisk to bdevMing Lei2022-04-183-37/+27
| * direct-io: remove random prefetchesChristoph Hellwig2022-04-171-28/+4
| * block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-1733-99/+168
| * block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-1718-47/+38
| * block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-1761-244/+73
| * block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-177-15/+18
| * block: refactor discard bio size limitingChristoph Hellwig2022-04-172-44/+29
| * block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig2022-04-172-33/+36
| * block: use bdev_discard_alignment in part_discard_alignment_showChristoph Hellwig2022-04-171-5/+1
| * block: remove queue_discard_alignmentChristoph Hellwig2022-04-172-9/+1