summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-01-09block: lift bio_is_zone_append to bio.hChristoph Hellwig
2025-01-02blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei
2024-12-27block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei
2024-12-27block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei
2024-12-19block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff
2024-12-19blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei
2024-12-19blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor
2024-12-19block: get wp_offset by bdev_offset_from_zone_startLongPing Wei
2024-12-19block: Ignore REQ_NOWAIT for zone reset and zone finish operationsDamien Le Moal
2024-12-19block: Prevent potential deadlocks in zone write plug error recoveryDamien Le Moal
2024-12-19dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal
2024-12-19block: Use a zone write plug BIO work for REQ_NOWAIT BIOsDamien Le Moal
2024-12-19block: Switch to using refcount_t for zone write plugsDamien Le Moal
2024-12-19blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo
2024-12-14block: RCU protect disk->conv_zones_bitmapDamien Le Moal
2024-12-05block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei
2024-12-05block: always verify unfreeze lock on the owner taskMing Lei
2024-12-05block, bfq: fix bfqq uaf in bfq_limit_depth()Yu Kuai
2024-12-05block: Don't allow an atomic write be truncated in blkdev_write_iter()John Garry
2024-12-05block: fix uaf for flush rq while iterating tagsYu Kuai
2024-12-05block: model freeze & enter queue as lock for supporting lockdepMing Lei
2024-12-05blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei
2024-12-05blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche
2024-12-05block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song
2024-12-05block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song
2024-12-05block: fix missing dispatching request when queue is started or unquiescedMuchun Song
2024-12-05block: Prevent potential deadlock in blk_revalidate_disk_zones()Damien Le Moal
2024-12-05Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"Zach Wade
2024-12-05blk-settings: round down io_opt to physical_block_sizeMikulas Patocka
2024-12-05block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig
2024-12-05block: take chunk_sectors into account in bio_split_write_zeroesChristoph Hellwig
2024-12-05fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry
2024-12-05block/fs: Pass an iocb to generic_atomic_write_valid()John Garry
2024-11-01Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds
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-23block: fix sanity checks in blk_rq_map_user_bvecXinyu Zhang
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds
2024-10-16blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval
2024-10-14blk-mq: setup queue ->tag_set before initializing hctxMing Lei
2024-10-11elevator: Remove argument from elevator_find_getBreno Leitao
2024-10-11elevator: do not request_module if elevator existsBreno Leitao
2024-10-07block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane2415
2024-10-04Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02blk_iocost: remove some duplicate irq disable/enablesDan Carpenter
2024-10-02block: fix blk_rq_map_integrity_sg kernel-docKeith Busch
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-20block: Remove unused blk_limits_io_{min,opt}Dr. David Alan Gilbert