summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds14 days25-440/+760
|\
| * block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang2024-11-131-34/+29
| * block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig2024-11-131-2/+2
| * block: add a rq_list typeChristoph Hellwig2024-11-134-26/+24
| * block: export blk_validate_limitsChristoph Hellwig2024-11-131-1/+2
| * block: remove the ioprio field from struct requestChristoph Hellwig2024-11-122-8/+5
| * block: remove the write_hint field from struct requestChristoph Hellwig2024-11-122-8/+10
| * block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-114-31/+18
| * block: lift bio_is_zone_append to bio.hChristoph Hellwig2024-11-111-9/+0
| * block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig2024-11-111-1/+9
| * block: take chunk_sectors into account in bio_split_write_zeroesChristoph Hellwig2024-11-111-12/+23
| * block: Handle bio_split() errors in bio_submit_split()John Garry2024-11-111-5/+10
| * block: Error an attempt to split an atomic write in bio_split()John Garry2024-11-111-0/+4
| * block: Rework bio_split() return valueJohn Garry2024-11-112-5/+7
| * block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei2024-11-081-2/+8
| * block: always verify unfreeze lock on the owner taskMing Lei2024-11-083-10/+57
| * block: remove blk_freeze_queue()Ming Lei2024-11-082-22/+1
| * block: Add a public bdev_zone_is_seq() helperDamien Le Moal2024-11-071-15/+2
| * block: RCU protect disk->conv_zones_bitmapDamien Le Moal2024-11-071-12/+31
| * block: Replace sprintf() with sysfs_emit()zhangguopeng2024-11-072-27/+27
| * block: Switch to using refcount_t for zone write plugsDamien Le Moal2024-11-071-10/+10
| * Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe2024-11-074-17/+30
| * block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-044-30/+17
| * block: remove the max_zone_append_sectors check in blk_revalidate_disk_zonesChristoph Hellwig2024-11-041-6/+0
| * block: update blk_stack_limits documentationChristoph Hellwig2024-11-041-4/+4
| * block: remove bio_add_zone_append_pageChristoph Hellwig2024-10-311-33/+0
| * block: remove zone append special casing from the direct I/O pathChristoph Hellwig2024-10-311-32/+2
| * blk-integrity: remove seed for user mapped buffersKeith Busch2024-10-302-10/+7
| * block: add a bdev_limits helperChristoph Hellwig2024-10-292-3/+2
| * block: model freeze & enter queue as lock for supporting lockdepMing Lei2024-10-264-13/+75
| * blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei2024-10-261-0/+20
| * blk-mq: Unexport blk_mq_flush_busy_ctxs()Bart Van Assche2024-10-241-1/+0
| * blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche2024-10-231-1/+2
| * block: remove redundant explicit memory barrier from rq_qos waiter and wakerMuchun Song2024-10-221-3/+1
| * Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe2024-10-221-10/+12
| |\
| * | block: flush all throttled bios when deleting the cgroupLi Lingfeng2024-10-221-24/+44
| * | block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2024-10-222-0/+19
| * | block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song2024-10-221-13/+34
| * | block: fix missing dispatching request when queue is started or unquiescedMuchun Song2024-10-221-0/+2
| * | Revert "blk-throttle: Fix IO hang for a corner case"Xiuhong Wang2024-10-221-4/+4
| * | block: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-221-8/+1
| * | block: sed-opal: add ioctl IOC_OPAL_SET_SID_PWGreg Joyce2024-10-221-0/+26
| * | block: enable passthrough command statisticsKeith Busch2024-10-222-1/+61
| * | block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig2024-10-223-13/+8
| * | block: add partition uuid into uevent as "PARTUUID"Konstantin Khlebnikov2024-10-221-0/+2
| * | block: move issue side time stamping to blk_account_io_start()Jens Axboe2024-10-221-8/+4
| * | block: set issue time stamp based on queue stateJens Axboe2024-10-221-1/+1
| * | block: add support for partition table defined in OFChristian Marangi2024-10-225-0/+124
| * | block: introduce add_disk_fwnode()Christian Marangi2024-10-221-4/+24
| * | block: add support for defining read-only partitionsChristian Marangi2024-10-223-0/+7