summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: add plug while submitting IOYu Kuai2024-05-091-0/+6
* bcache: fix variable length array abuse in btree_iterMatthew Mirvish2024-05-086-59/+70
* bcache: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-05-081-5/+5
* md: Revert "md: Fix overflow in is_mddev_idle"Li Nan2024-05-073-7/+6
* blk-lib: check for kill signal in ioctl BLKDISCARDChristoph Hellwig2024-05-071-3/+30
* block: add a bio_await_chain helperKeith Busch2024-05-072-0/+21
* block: add a blk_alloc_discard_bio helperChristoph Hellwig2024-05-072-21/+32
* block: add a bio_chain_and_submit helperChristoph Hellwig2024-05-072-8/+20
* block: move discard checks into the ioctl handlerChristoph Hellwig2024-05-072-15/+5
* block: remove the discard_granularity check in __blkdev_issue_discardChristoph Hellwig2024-05-071-7/+0
* block/ioctl: prefer different overflow checkJustin Stitt2024-05-071-1/+1
* null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun2024-05-061-0/+1
* block: fix and simplify blkdevparts= cmdline parsingINAGAKI Hiroshi2024-05-031-37/+12
* block: refine the EOF check in blkdev_iomap_beginChristoph Hellwig2024-05-031-1/+1
* block: add a partscan sysfs attribute for disksChristoph Hellwig2024-05-032-0/+18
* block: add a disk_has_partscan helperChristoph Hellwig2024-05-033-9/+16
* Merge tag 'md-6.10-20240502' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-05-021-3/+3
|\
| * md: fix resync softlockup when bitmap size is less than array sizeYu Kuai2024-05-021-3/+3
* | block: Cleanup blk_revalidate_zone_cb()Damien Le Moal2024-05-011-52/+77
* | block: Simplify zone write plug BIO abortDamien Le Moal2024-05-011-8/+7
* | block: Simplify blk_zone_write_plug_bio_endio()Damien Le Moal2024-05-011-2/+1
* | block: Improve zone write request completion handlingDamien Le Moal2024-05-013-13/+12
* | block: Improve blk_zone_write_plug_bio_merged()Damien Le Moal2024-05-011-2/+7
* | block: Fix handling of non-empty flush write requests to zonesDamien Le Moal2024-05-013-9/+13
* | block: Fix flush request sector restoreDamien Le Moal2024-05-011-1/+2
* | block: Do not remove zone write plugs still in useDamien Le Moal2024-05-011-8/+31
* | block: Unhash a zone write plug only if neededDamien Le Moal2024-05-011-23/+32
* | block: Hold a reference on zone write plugs to schedule submissionDamien Le Moal2024-05-011-5/+21
* | block: Fix reference counting for zone write plugs in error stateDamien Le Moal2024-05-011-26/+49
* | block: Fix zone write plug initialization from blk_revalidate_zone_cb()Damien Le Moal2024-05-011-3/+4
* | block: Exclude conventional zones when faking max open limitDamien Le Moal2024-05-011-10/+28
* | dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal2024-05-012-1/+59
* | sbitmap: use READ_ONCE to access map->wordlinke li2024-04-261-4/+4
* | null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun2024-04-251-0/+2
* | Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-04-254-19/+17
|\|
| * md: don't account sync_io if iostats of the disk is disabledLi Nan2024-04-082-1/+6
| * md: Fix overflow in is_mddev_idleLi Nan2024-04-083-6/+7
| * md: add check for sleepers in md_wakeup_thread()Florian-Ewald Mueller2024-04-081-1/+2
| * md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai2024-04-081-12/+3
* | block: check if zone_wplugs_hash exists in queue_zone_wplugs_showJohannes Thumshirn2024-04-251-0/+3
* | block: use a per disk workqueue for zone write pluggingDamien Le Moal2024-04-232-8/+25
* | block/mq-deadline: Remove some unused functionsJiapeng Chong2024-04-191-28/+0
* | null_blk: Simplify null_zone_write()Damien Le Moal2024-04-171-20/+16
* | null_blk: Do zone resource management only if necessaryDamien Le Moal2024-04-171-146/+165
* | null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal2024-04-171-10/+8
* | block: Do not special-case plugging of zone write operationsDamien Le Moal2024-04-175-57/+2
* | block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONEDDamien Le Moal2024-04-171-1/+0
* | block: Remove zone write lockingDamien Le Moal2024-04-175-179/+7
* | block: Replace zone_wlock debugfs entry with zone_wplugs entryDamien Le Moal2024-04-173-10/+27
* | block: Move zone related debugfs attribute to blk-zoned.cDamien Le Moal2024-04-175-28/+21