summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2024-05-07block: add a bio_await_chain helperKeith Busch
2024-05-07block: add a blk_alloc_discard_bio helperChristoph Hellwig
2024-05-07block: add a bio_chain_and_submit helperChristoph Hellwig
2024-05-07block: move discard checks into the ioctl handlerChristoph Hellwig
2024-05-07block: remove the discard_granularity check in __blkdev_issue_discardChristoph Hellwig
2024-05-07block/ioctl: prefer different overflow checkJustin Stitt
2024-05-06block: set default max segment size in case of virt_boundaryMing Lei
2024-05-03block: fix and simplify blkdevparts= cmdline parsingINAGAKI Hiroshi
2024-05-03block: refine the EOF check in blkdev_iomap_beginChristoph Hellwig
2024-05-03block: add a partscan sysfs attribute for disksChristoph Hellwig
2024-05-03block: add a disk_has_partscan helperChristoph Hellwig
2024-05-03RIP ->bd_inodeAl Viro
2024-05-03block/bdev.c: use the knowledge of inode/bdev coallocationAl Viro
2024-05-03blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here...Al Viro
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-05-03block_device: add a pointer to struct address_space (page cache of bdev)Al Viro
2024-05-03missing helpers: bdev_unhash(), bdev_drop()Al Viro
2024-05-03block: move two helpers into bdev.cYu Kuai
2024-05-03blkdev_write_iter(): saner way to get inode and bdevAl Viro
2024-05-02bdev: move ->bd_make_it_fail to ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_ro_warned to ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_write_holder into ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_read_only to ->__bd_flagsAl Viro
2024-05-02bdev: infrastructure for flagsAl Viro
2024-05-02wrapper for access to ->bd_partnoAl Viro
2024-05-02Use bdev_is_paritition() instead of open-coding itAl Viro
2024-05-02make set_blocksize() fail unless block device is opened exclusiveAl Viro
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-05-01block: Cleanup blk_revalidate_zone_cb()Damien Le Moal
2024-05-01block: Simplify zone write plug BIO abortDamien Le Moal
2024-05-01block: Simplify blk_zone_write_plug_bio_endio()Damien Le Moal
2024-05-01block: Improve zone write request completion handlingDamien Le Moal
2024-05-01block: Improve blk_zone_write_plug_bio_merged()Damien Le Moal
2024-05-01block: Fix handling of non-empty flush write requests to zonesDamien Le Moal
2024-05-01block: Fix flush request sector restoreDamien Le Moal
2024-05-01block: Do not remove zone write plugs still in useDamien Le Moal
2024-05-01block: Unhash a zone write plug only if neededDamien Le Moal
2024-05-01block: Hold a reference on zone write plugs to schedule submissionDamien Le Moal
2024-05-01block: Fix reference counting for zone write plugs in error stateDamien Le Moal
2024-05-01block: Fix zone write plug initialization from blk_revalidate_zone_cb()Damien Le Moal
2024-05-01block: Exclude conventional zones when faking max open limitDamien Le Moal
2024-04-26Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-25block/partitions/ldm: convert strncpy() to strscpy()Arnd Bergmann
2024-04-25block: check if zone_wplugs_hash exists in queue_zone_wplugs_showJohannes Thumshirn
2024-04-23block: use a per disk workqueue for zone write pluggingDamien Le Moal
2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-19block/mq-deadline: Remove some unused functionsJiapeng Chong
2024-04-19blk-iocost: do not WARN if iocg was already offlinedLi Nan
2024-04-18block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig