summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-07block/ioctl: prefer different overflow checkJustin Stitt1-1/+1
2024-05-06null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun1-0/+1
2024-05-03block: fix and simplify blkdevparts= cmdline parsingINAGAKI Hiroshi1-37/+12
2024-05-03block: refine the EOF check in blkdev_iomap_beginChristoph Hellwig1-1/+1
2024-05-03block: add a partscan sysfs attribute for disksChristoph Hellwig2-0/+18
2024-05-03block: add a disk_has_partscan helperChristoph Hellwig3-9/+16
2024-05-03Merge tag 'md-6.10-20240502' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-3/+3
2024-05-03md: fix resync softlockup when bitmap size is less than array sizeYu Kuai1-3/+3
2024-05-01block: Cleanup blk_revalidate_zone_cb()Damien Le Moal1-52/+77
2024-05-01block: Simplify zone write plug BIO abortDamien Le Moal1-8/+7
2024-05-01block: Simplify blk_zone_write_plug_bio_endio()Damien Le Moal1-2/+1
2024-05-01block: Improve zone write request completion handlingDamien Le Moal3-13/+12
2024-05-01block: Improve blk_zone_write_plug_bio_merged()Damien Le Moal1-2/+7
2024-05-01block: Fix handling of non-empty flush write requests to zonesDamien Le Moal3-9/+13
2024-05-01block: Fix flush request sector restoreDamien Le Moal1-1/+2
2024-05-01block: Do not remove zone write plugs still in useDamien Le Moal1-8/+31
2024-05-01block: Unhash a zone write plug only if neededDamien Le Moal1-23/+32
2024-05-01block: Hold a reference on zone write plugs to schedule submissionDamien Le Moal1-5/+21
2024-05-01block: Fix reference counting for zone write plugs in error stateDamien Le Moal1-26/+49
2024-05-01block: Fix zone write plug initialization from blk_revalidate_zone_cb()Damien Le Moal1-3/+4
2024-05-01block: Exclude conventional zones when faking max open limitDamien Le Moal1-10/+28
2024-05-01dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal2-1/+59
2024-04-26sbitmap: use READ_ONCE to access map->wordlinke li1-4/+4
2024-04-25null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun1-0/+2
2024-04-25Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe4-19/+17
2024-04-25block: check if zone_wplugs_hash exists in queue_zone_wplugs_showJohannes Thumshirn1-0/+3
2024-04-23block: use a per disk workqueue for zone write pluggingDamien Le Moal2-8/+25
2024-04-19block/mq-deadline: Remove some unused functionsJiapeng Chong1-28/+0
2024-04-17null_blk: Simplify null_zone_write()Damien Le Moal1-20/+16
2024-04-17null_blk: Do zone resource management only if necessaryDamien Le Moal1-146/+165
2024-04-17null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal1-10/+8
2024-04-17block: Do not special-case plugging of zone write operationsDamien Le Moal5-57/+2
2024-04-17block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONEDDamien Le Moal1-1/+0
2024-04-17block: Remove zone write lockingDamien Le Moal5-179/+7
2024-04-17block: Replace zone_wlock debugfs entry with zone_wplugs entryDamien Le Moal3-10/+27
2024-04-17block: Move zone related debugfs attribute to blk-zoned.cDamien Le Moal5-28/+21
2024-04-17block: Do not check zone type in blk_check_zone_append()Damien Le Moal1-2/+1
2024-04-17block: Remove elevator required featuresDamien Le Moal4-68/+5
2024-04-17block: mq-deadline: Remove support for zone write lockingDamien Le Moal1-170/+6
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal8-22/+14
2024-04-17block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal3-43/+4
2024-04-17nvmet: zns: Do not reference the gendisk conv_zones_bitmapDamien Le Moal1-7/+3
2024-04-17null_blk: Introduce fua attributeDamien Le Moal2-2/+11
2024-04-17null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal3-4/+27
2024-04-17null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal1-1/+0
2024-04-17ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal1-2/+1
2024-04-17scsi: sd: Use the block layer zone append emulationDamien Le Moal3-352/+10
2024-04-17dm: Use the block layer zone append emulationDamien Le Moal4-459/+93
2024-04-17block: Allow BIO-based drivers to use blk_revalidate_disk_zones()Damien Le Moal1-6/+24
2024-04-17block: Implement zone append emulationDamien Le Moal4-15/+67