summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-11-08block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei1-2/+8
2024-11-08block: always verify unfreeze lock on the owner taskMing Lei3-10/+57
2024-11-08block: remove blk_freeze_queue()Ming Lei2-22/+1
2024-11-08block: Add a public bdev_zone_is_seq() helperDamien Le Moal1-15/+2
2024-11-08block: RCU protect disk->conv_zones_bitmapDamien Le Moal1-12/+31
2024-11-08block: Replace sprintf() with sysfs_emit()zhangguopeng2-27/+27
2024-11-07block: Switch to using refcount_t for zone write plugsDamien Le Moal1-10/+10
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe4-17/+30
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig4-30/+17
2024-11-04block: remove the max_zone_append_sectors check in blk_revalidate_disk_zonesChristoph Hellwig1-6/+0
2024-11-04block: update blk_stack_limits documentationChristoph Hellwig1-4/+4
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig1-33/+0
2024-10-31block: remove zone append special casing from the direct I/O pathChristoph Hellwig1-32/+2
2024-10-30blk-integrity: remove seed for user mapped buffersKeith Busch2-10/+7
2024-10-29block: add a bdev_limits helperChristoph Hellwig2-3/+2
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei4-13/+75
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei1-0/+20
2024-10-24blk-mq: Unexport blk_mq_flush_busy_ctxs()Bart Van Assche1-1/+0
2024-10-23blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche1-1/+2
2024-10-22block: remove redundant explicit memory barrier from rq_qos waiter and wakerMuchun Song1-3/+1
2024-10-22Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe1-10/+12
2024-10-22block: flush all throttled bios when deleting the cgroupLi Lingfeng1-24/+44
2024-10-22block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2-0/+19
2024-10-22block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song1-13/+34
2024-10-22block: fix missing dispatching request when queue is started or unquiescedMuchun Song1-0/+2
2024-10-22Revert "blk-throttle: Fix IO hang for a corner case"Xiuhong Wang1-4/+4
2024-10-22block: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-8/+1
2024-10-22block: sed-opal: add ioctl IOC_OPAL_SET_SID_PWGreg Joyce1-0/+26
2024-10-22block: enable passthrough command statisticsKeith Busch2-1/+61
2024-10-22block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig3-13/+8
2024-10-22block: add partition uuid into uevent as "PARTUUID"Konstantin Khlebnikov1-0/+2
2024-10-22block: move issue side time stamping to blk_account_io_start()Jens Axboe1-8/+4
2024-10-22block: set issue time stamp based on queue stateJens Axboe1-1/+1
2024-10-22block: add support for partition table defined in OFChristian Marangi5-0/+124
2024-10-22block: introduce add_disk_fwnode()Christian Marangi1-4/+24
2024-10-22block: add support for defining read-only partitionsChristian Marangi3-0/+7
2024-10-22block: kill blk_do_io_stat() helperJens Axboe3-21/+9
2024-10-22block: remove 'req->part' check for stats accountingJens Axboe1-4/+3
2024-10-22block: move iostat check into blk_acount_io_start()Jens Axboe2-20/+22
2024-10-20fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry1-8/+10
2024-10-20block/fs: Pass an iocb to generic_atomic_write_valid()John Garry1-4/+4
2024-10-19Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds3-10/+21
2024-10-16blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval1-1/+1
2024-10-14blk-mq: setup queue ->tag_set before initializing hctxMing Lei1-2/+6
2024-10-11elevator: Remove argument from elevator_find_getBreno Leitao1-4/+3
2024-10-11elevator: do not request_module if elevator existsBreno Leitao1-1/+9
2024-10-07block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24151-2/+2
2024-10-04Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds2-6/+5
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-10-02blk_iocost: remove some duplicate irq disable/enablesDan Carpenter1-4/+4