summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Fix lockdep warning in blk_mq_mark_tag_waitLi Lingfeng2024-08-151-2/+3
* blk-throttle: remove more latency dead-codeDr. David Alan Gilbert2024-07-271-11/+0
* block: fix deadlock between sd_remove & sd_releaseYang Yang2024-07-241-1/+1
* Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-225-13/+37
|\
| * blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng2024-07-192-7/+10
| * block: avoid polling configuration errorshexue2024-07-191-1/+4
| * block: Catch possible entries missing from rqf_name[]John Garry2024-07-191-0/+1
| * block: Simplify definition of RQF_NAME()John Garry2024-07-191-1/+1
| * block: Catch possible entries missing from cmd_flag_name[]John Garry2024-07-191-0/+2
| * block: Catch possible entries missing from alloc_policy_name[]John Garry2024-07-191-0/+1
| * block: Catch possible entries missing from hctx_flag_name[]John Garry2024-07-191-0/+3
| * block: Catch possible entries missing from hctx_state_name[]John Garry2024-07-191-0/+1
| * block: Catch possible entries missing from blk_queue_flag_name[]John Garry2024-07-191-0/+2
| * block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry2024-07-191-0/+2
| * block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig2024-07-191-1/+0
| * block: Add missing entry to hctx_flag_name[]John Garry2024-07-191-2/+3
| * block: Add zone write plugging entry to rqf_name[]John Garry2024-07-191-0/+1
| * block: Add missing entries from cmd_flag_name[]John Garry2024-07-191-1/+6
* | Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-225-61/+61
|\ \
| * | block: don't free the integrity payload in bio_integrity_unmap_free_userChristoph Hellwig2024-07-032-21/+12
| * | block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig2024-07-032-37/+33
| * | block: call bio_integrity_unmap_free_user from blk_rq_unmap_userChristoph Hellwig2024-07-032-1/+3
| * | block: don't call bio_uninit from bio_endioChristoph Hellwig2024-07-031-2/+12
| * | block: split integrity support out of bio.hChristoph Hellwig2024-07-033-2/+3
| * | Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe2024-07-034-4/+30
| |\ \
* | \ \ Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-07-191-2/+1
|\ \ \ \
| * | | | scsi: bsg: Pass dev to blk_mq_alloc_queue()John Garry2024-05-301-2/+1
* | | | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-1530-1416/+1113
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | block: take offset into account in blk_bvec_map_sg againChristoph Hellwig2024-07-091-2/+2
| * | | block: fix get_max_segment_size() warningChaitanya Kulkarni2024-07-091-1/+1
| * | | block: Validate logical block size in blk_validate_limits()John Garry2024-07-091-0/+4
| * | | block: pass a phys_addr_t to get_max_segment_sizeChristoph Hellwig2024-07-081-14/+11
| * | | block: add a bvec_phys helperChristoph Hellwig2024-07-082-3/+3
| * | | blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig2024-07-052-24/+44
| * | | block: limit the Write Zeroes to manually writing zeroes fallbackChristoph Hellwig2024-07-051-1/+1
| * | | block: refacto blkdev_issue_zerooutChristoph Hellwig2024-07-051-39/+55
| * | | block: move read-only and supported checks into (__)blkdev_issue_zerooutChristoph Hellwig2024-07-051-28/+23
| * | | block: remove the LBA alignment check in __blkdev_issue_zerooutChristoph Hellwig2024-07-051-5/+0
| * | | block: factor out a blk_write_zeroes_limit helperChristoph Hellwig2024-07-051-7/+11
| * | | block: Remove blk_alloc_zone_bitmap()Damien Le Moal2024-07-051-10/+2
| * | | block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal2024-07-052-77/+4
| * | | block: reuse original bio_vec array for integrity during cloneAnuj Gupta2024-07-041-6/+3
| | |/ | |/|
| * | block/mq-deadline: Fix the tag reservation codeBart Van Assche2024-07-021-3/+17
| * | block: Call .limit_depth() after .hctx has been setBart Van Assche2024-07-021-6/+6
| * | block: don't reduce max_sectors based on io_optChristoph Hellwig2024-07-011-1/+1
| * | block: remove a duplicate io_min check in blk_validate_limitsChristoph Hellwig2024-07-011-2/+1
| * | blk-wbt: don't throttle swap writes in direct reclaimBaokun Li2024-07-011-9/+9
| * | block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig2024-06-283-97/+96
| * | block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig2024-06-281-173/+82
| * | blk-throttle: fix lower control under super low iops limitYu Kuai2024-06-281-0/+3