summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2024-07-19block: Catch possible entries missing from rqf_name[]John Garry-0/+1
2024-07-19block: Simplify definition of RQF_NAME()John Garry-1/+1
2024-07-19block: Catch possible entries missing from cmd_flag_name[]John Garry-0/+2
2024-07-19block: Catch possible entries missing from alloc_policy_name[]John Garry-0/+1
2024-07-19block: Catch possible entries missing from hctx_flag_name[]John Garry-0/+3
2024-07-19block: Catch possible entries missing from hctx_state_name[]John Garry-0/+1
2024-07-19block: Catch possible entries missing from blk_queue_flag_name[]John Garry-0/+2
2024-07-19block: Relocate BLK_MQ_CPU_WORK_BATCHJohn Garry-0/+2
2024-07-19block: remove QUEUE_FLAG_STOPPEDChristoph Hellwig-1/+0
2024-07-19block: Add missing entry to hctx_flag_name[]John Garry-2/+3
2024-07-19block: Add zone write plugging entry to rqf_name[]John Garry-0/+1
2024-07-19block: Add missing entries from cmd_flag_name[]John Garry-1/+6
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds-1416/+1113
2024-07-09block: take offset into account in blk_bvec_map_sg againChristoph Hellwig-2/+2
2024-07-09block: fix get_max_segment_size() warningChaitanya Kulkarni-1/+1
2024-07-09block: Validate logical block size in blk_validate_limits()John Garry-0/+4
2024-07-08block: pass a phys_addr_t to get_max_segment_sizeChristoph Hellwig-14/+11
2024-07-08block: add a bvec_phys helperChristoph Hellwig-3/+3
2024-07-05blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig-24/+44
2024-07-05block: limit the Write Zeroes to manually writing zeroes fallbackChristoph Hellwig-1/+1
2024-07-05block: refacto blkdev_issue_zerooutChristoph Hellwig-39/+55
2024-07-05block: move read-only and supported checks into (__)blkdev_issue_zerooutChristoph Hellwig-28/+23
2024-07-05block: remove the LBA alignment check in __blkdev_issue_zerooutChristoph Hellwig-5/+0
2024-07-05block: factor out a blk_write_zeroes_limit helperChristoph Hellwig-7/+11
2024-07-05block: Remove blk_alloc_zone_bitmap()Damien Le Moal-10/+2
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal-77/+4
2024-07-04block: reuse original bio_vec array for integrity during cloneAnuj Gupta-6/+3
2024-07-03block: don't free the integrity payload in bio_integrity_unmap_free_userChristoph Hellwig-21/+12
2024-07-03block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig-37/+33
2024-07-03block: call bio_integrity_unmap_free_user from blk_rq_unmap_userChristoph Hellwig-1/+3
2024-07-03block: don't call bio_uninit from bio_endioChristoph Hellwig-2/+12
2024-07-03block: split integrity support out of bio.hChristoph Hellwig-2/+3
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe-4/+30
2024-07-02block/mq-deadline: Fix the tag reservation codeBart Van Assche-3/+17
2024-07-02block: Call .limit_depth() after .hctx has been setBart Van Assche-6/+6
2024-07-01block: don't reduce max_sectors based on io_optChristoph Hellwig-1/+1
2024-07-01block: remove a duplicate io_min check in blk_validate_limitsChristoph Hellwig-2/+1
2024-07-01blk-wbt: don't throttle swap writes in direct reclaimBaokun Li-9/+9
2024-06-28block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig-97/+96
2024-06-28block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig-173/+82
2024-06-28blk-throttle: fix lower control under super low iops limitYu Kuai-0/+3
2024-06-28block: set bip_vcnt correctlyAnuj Gupta-0/+2
2024-06-28block: check bio alignment in blk_mq_submit_bioMing Lei-0/+20
2024-06-28block: remove bio_integrity_processChristoph Hellwig-72/+79
2024-06-28block: switch on bio operation in bio_integrity_prepChristoph Hellwig-5/+7
2024-06-28block: remove allocation failure warnings in bio_integrity_prepChristoph Hellwig-2/+0
2024-06-28block: simplify adding the payload in bio_integrity_prepChristoph Hellwig-26/+6
2024-06-28block: only zero non-PI metadata tuples in bio_integrity_prepChristoph Hellwig-4/+4
2024-06-27block: Delete blk_queue_flag_test_and_set()John Garry-14/+0
2024-06-27block: clean up the check in blkdev_iomap_begin()Li Nan-2/+3