summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-13block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig
2024-11-13block: add a rq_list typeChristoph Hellwig
2024-11-13block: export blk_validate_limitsChristoph Hellwig
2024-11-12block: remove the ioprio field from struct requestChristoph Hellwig
2024-11-12block: remove the write_hint field from struct requestChristoph Hellwig
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-11block: lift bio_is_zone_append to bio.hChristoph Hellwig
2024-11-11block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig
2024-11-11block: take chunk_sectors into account in bio_split_write_zeroesChristoph Hellwig
2024-11-11block: Handle bio_split() errors in bio_submit_split()John Garry
2024-11-11block: Error an attempt to split an atomic write in bio_split()John Garry
2024-11-11block: Rework bio_split() return valueJohn Garry
2024-11-07block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei
2024-11-07block: always verify unfreeze lock on the owner taskMing Lei
2024-11-07block: remove blk_freeze_queue()Ming Lei
2024-11-07block: Add a public bdev_zone_is_seq() helperDamien Le Moal
2024-11-07block: RCU protect disk->conv_zones_bitmapDamien Le Moal
2024-11-07block: Replace sprintf() with sysfs_emit()zhangguopeng
2024-11-07block: Switch to using refcount_t for zone write plugsDamien Le Moal
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-04block: remove the max_zone_append_sectors check in blk_revalidate_disk_zonesChristoph Hellwig
2024-11-04block: update blk_stack_limits documentationChristoph Hellwig
2024-11-01Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig
2024-10-31block: remove zone append special casing from the direct I/O pathChristoph Hellwig
2024-10-30blk-integrity: remove seed for user mapped buffersKeith Busch
2024-10-29block: add a bdev_limits helperChristoph Hellwig
2024-10-28block: fix queue limits checks in blk_rq_map_user_bvec for realChristoph Hellwig
2024-10-27Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linuxLinus Torvalds
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei
2024-10-23block: fix sanity checks in blk_rq_map_user_bvecXinyu Zhang
2024-10-23blk-mq: Unexport blk_mq_flush_busy_ctxs()Bart Van Assche
2024-10-22blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche
2024-10-22block: remove redundant explicit memory barrier from rq_qos waiter and wakerMuchun Song
2024-10-22Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe
2024-10-22block: flush all throttled bios when deleting the cgroupLi Lingfeng
2024-10-22block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song
2024-10-22block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song
2024-10-22block: fix missing dispatching request when queue is started or unquiescedMuchun Song
2024-10-22Revert "blk-throttle: Fix IO hang for a corner case"Xiuhong Wang
2024-10-22block: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-22block: sed-opal: add ioctl IOC_OPAL_SET_SID_PWGreg Joyce
2024-10-22block: enable passthrough command statisticsKeith Busch
2024-10-22block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig
2024-10-22block: add partition uuid into uevent as "PARTUUID"Konstantin Khlebnikov