summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-12-05block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei1-2/+8
2024-12-05block: always verify unfreeze lock on the owner taskMing Lei3-10/+57
2024-12-05block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai1-13/+24
2024-12-05block: Don't allow an atomic write be truncated in blkdev_write_iter()John Garry1-1/+4
2024-12-05block: fix uaf for flush rq while iterating tagsYu Kuai2-10/+5
2024-12-05block: model freeze & enter queue as lock for supporting lockdepMing Lei4-13/+75
2024-12-05blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei1-0/+20
2024-12-05blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche1-1/+2
2024-12-05block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2-0/+19
2024-12-05block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song1-13/+34
2024-12-05block: fix missing dispatching request when queue is started or unquiescedMuchun Song1-0/+2
2024-12-05block: Prevent potential deadlock in blk_revalidate_disk_zones()Damien Le Moal1-4/+10
2024-12-05blk-settings: round down io_opt to physical_block_sizeMikulas Patocka1-0/+7
2024-12-05block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig1-1/+9
2024-12-05block: take chunk_sectors into account in bio_split_write_zeroesChristoph Hellwig1-12/+23
2024-12-05block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limitsChristoph Hellwig2-0/+24
2024-12-05fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry1-8/+10
2024-12-05block/fs: Pass an iocb to generic_atomic_write_valid()John Garry1-4/+4
2024-11-17block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24151-2/+2
2024-11-14block: fix queue limits checks in blk_rq_map_user_bvec for realChristoph Hellwig1-39/+17
2024-11-14block: rework bio splittingChristoph Hellwig3-115/+105
2024-11-08block: fix sanity checks in blk_rq_map_user_bvecXinyu Zhang1-3/+1
2024-11-01elevator: Remove argument from elevator_find_getBreno Leitao1-4/+3
2024-11-01elevator: do not request_module if elevator existsBreno Leitao1-1/+9
2024-10-22blk-mq: setup queue ->tag_set before initializing hctxMing Lei1-2/+6
2024-10-22blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval1-1/+1
2024-10-10block: fix integer overflow in BLKSECDISCARDAlexey Dobriyan1-4/+5
2024-10-10blk_iocost: fix more out of bound shiftsKonstantin Ovsepian1-3/+5
2024-10-04block: Fix elv_iosched_local_module handling of "none" schedulerDamien Le Moal1-1/+3
2024-10-04scsi: block: Don't check REQ_ATOMIC for readsJohn Garry1-0/+1
2024-10-04block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman1-3/+5
2024-10-04block, bfq: fix procress reference leakage for bfqq in merge chainYu Kuai1-20/+17
2024-10-04block, bfq: fix uaf for accessing waker_bfqq after splittingYu Kuai1-3/+28
2024-10-04block, bfq: don't break merge chain in bfq_split_bfqq()Yu Kuai1-1/+1
2024-10-04block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()Yu Kuai1-2/+6
2024-10-04block, bfq: fix possible UAF for bfqq->bic with merge chainYu Kuai1-1/+2
2024-09-10block: Prevent deadlocks when switching elevatorsDamien Le Moal3-7/+38
2024-09-04bio-integrity: don't restrict the size of integrity metadataMikulas Patocka1-4/+0
2024-08-28block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroesDarrick J. Wong1-1/+1
2024-08-19block: Read max write zeroes once for __blkdev_issue_write_zeroes()John Garry1-7/+18
2024-08-15block: Fix lockdep warning in blk_mq_mark_tag_waitLi Lingfeng1-2/+3
2024-07-27blk-throttle: remove more latency dead-codeDr. David Alan Gilbert1-11/+0
2024-07-24block: fix deadlock between sd_remove & sd_releaseYang Yang1-1/+1
2024-07-22Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds5-13/+37
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds5-61/+61
2024-07-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2024-07-19blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng2-7/+10
2024-07-19block: avoid polling configuration errorshexue1-1/+4
2024-07-19block: Catch possible entries missing from rqf_name[]John Garry1-0/+1
2024-07-19block: Simplify definition of RQF_NAME()John Garry1-1/+1