summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-247/+4
4 daysMerge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-0/+1
6 daysMerge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds29-1641/+1959
6 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-1/+2
9 daysMerge tag 'block-6.9-20240510' of git://git.kernel.dk/linuxLinus Torvalds1-1/+4
10 daysblk-throttle: delay initialization until configurationYu Kuai4-53/+88
10 daysblk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOWYu Kuai7-905/+42
10 daysblock: fix that util can be greater than 100%Yu Kuai1-10/+2
10 daysblock: support to account io_ticks preciselyYu Kuai5-5/+13
10 daysblock: add plug while submitting IOYu Kuai1-0/+6
12 daysbio: Export bio_add_folio_nofail to modulesMatthew Wilcox (Oracle)1-0/+1
12 daysblk-lib: check for kill signal in ioctl BLKDISCARDChristoph Hellwig1-3/+30
12 daysblock: add a bio_await_chain helperKeith Busch2-0/+21
12 daysblock: add a blk_alloc_discard_bio helperChristoph Hellwig1-21/+29
12 daysblock: add a bio_chain_and_submit helperChristoph Hellwig1-8/+19
12 daysblock: move discard checks into the ioctl handlerChristoph Hellwig2-15/+5
12 daysblock: remove the discard_granularity check in __blkdev_issue_discardChristoph Hellwig1-7/+0
12 daysblock/ioctl: prefer different overflow checkJustin Stitt1-1/+1
12 daysblock: set default max segment size in case of virt_boundaryMing Lei1-1/+4
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 Hellwig1-0/+8
2024-05-03block: add a disk_has_partscan helperChristoph Hellwig2-9/+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-04-26Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
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 Moal1-8/+24
2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds3-13/+26
2024-04-19block/mq-deadline: Remove some unused functionsJiapeng Chong1-28/+0
2024-04-19blk-iocost: do not WARN if iocg was already offlinedLi Nan1-2/+5
2024-04-18block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig2-11/+21
2024-04-17block: Do not special-case plugging of zone write operationsDamien Le Moal4-45/+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 Moal2-64/+3
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 Moal3-58/+5