summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
11 daysblock: fix integer overflow in BLKSECDISCARDAlexey Dobriyan1-4/+5
11 daysblk_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-16block: 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
2024-07-19block: Catch possible entries missing from cmd_flag_name[]John Garry1-0/+2
2024-07-19block: Catch possible entries missing from alloc_policy_name[]John Garry1-0/+1
2024-07-19block: Catch possible entries missing from hctx_flag_name[]John Garry1-0/+3
2024-07-19block: Catch possible entries missing from hctx_state_name[]John Garry1-0/+1
2024-07-19block: Catch possible entries missing from blk_queue_flag_name[]John Garry1-0/+2
2024-07-19block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry1-0/+2
2024-07-19block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig1-1/+0
2024-07-19block: Add missing entry to hctx_flag_name[]John Garry1-2/+3
2024-07-19block: Add zone write plugging entry to rqf_name[]John Garry1-0/+1
2024-07-19block: Add missing entries from cmd_flag_name[]John Garry1-1/+6
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds30-1416/+1113
2024-07-09block: take offset into account in blk_bvec_map_sg againChristoph Hellwig1-2/+2
2024-07-09block: fix get_max_segment_size() warningChaitanya Kulkarni1-1/+1
2024-07-09block: Validate logical block size in blk_validate_limits()John Garry1-0/+4
2024-07-08block: pass a phys_addr_t to get_max_segment_sizeChristoph Hellwig1-14/+11
2024-07-08block: add a bvec_phys helperChristoph Hellwig2-3/+3
2024-07-05blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig2-24/+44
2024-07-05block: limit the Write Zeroes to manually writing zeroes fallbackChristoph Hellwig1-1/+1
2024-07-05block: refacto blkdev_issue_zerooutChristoph Hellwig1-39/+55
2024-07-05block: move read-only and supported checks into (__)blkdev_issue_zerooutChristoph Hellwig1-28/+23
2024-07-05block: remove the LBA alignment check in __blkdev_issue_zerooutChristoph Hellwig1-5/+0
2024-07-05block: factor out a blk_write_zeroes_limit helperChristoph Hellwig1-7/+11
2024-07-05block: Remove blk_alloc_zone_bitmap()Damien Le Moal1-10/+2
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal2-77/+4
2024-07-04block: reuse original bio_vec array for integrity during cloneAnuj Gupta1-6/+3
2024-07-03block: don't free the integrity payload in bio_integrity_unmap_free_userChristoph Hellwig2-21/+12