summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-03block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig2-37/+33
2024-07-03block: call bio_integrity_unmap_free_user from blk_rq_unmap_userChristoph Hellwig2-1/+3
2024-07-03block: don't call bio_uninit from bio_endioChristoph Hellwig1-2/+12
2024-07-03block: split integrity support out of bio.hChristoph Hellwig3-2/+3
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe4-4/+30
2024-07-02block/mq-deadline: Fix the tag reservation codeBart Van Assche1-3/+17
2024-07-02block: Call .limit_depth() after .hctx has been setBart Van Assche1-6/+6
2024-07-01block: don't reduce max_sectors based on io_optChristoph Hellwig1-1/+1
2024-07-01block: remove a duplicate io_min check in blk_validate_limitsChristoph Hellwig1-2/+1
2024-07-01blk-wbt: don't throttle swap writes in direct reclaimBaokun Li1-9/+9
2024-06-29block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig3-97/+96
2024-06-29block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig1-173/+82