aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds26-549/+1270
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-2/+4
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+18
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+3
2025-12-01blk-mq: use queue_hctx in blk_mq_map_queue_typeFengnan Chang1-1/+1
2025-11-28blk-mq: fix potential uaf for 'queue_hw_ctx'Fengnan Chang1-1/+6
2025-11-28blk-mq: use array manage hctx map instead of xarrayFengnan Chang3-23/+39
2025-11-25block: ignore __blkdev_issue_discard() return valueChaitanya Kulkarni1-3/+3
2025-11-25block: fix typos in comments and strings in blk-coreshechenglong1-6/+6
2025-11-25block: Remove references to __device_add_disk()John Garry1-3/+3
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky1-1/+1
2025-11-20block: use min() instead of min_t()David Laight2-6/+3
2025-11-18block: remove the declaration of elevator_init_mq functionChengkaitao1-1/+0
2025-11-18Revert "block: consider discard merge last"Jens Axboe1-6/+6
2025-11-18block: Remove queue freezing from several sysfs store callbacksBart Van Assche1-18/+8
2025-11-18block: plug attempts to batch allocate tags multiple timesXue He1-14/+19
2025-11-17block: rate-limit capacity change info logLi Chen1-1/+1
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-11-17block/blk-throttle: Remove throtl_slice from struct throtl_dataGuenter Roeck1-19/+13
2025-11-17block/blk-throttle: drop unneeded blk_stat_enable_accountingGuenter Roeck1-6/+0
2025-11-17block/blk-throttle: Fix throttle slice time for SSDsGuenter Roeck1-7/+2
2025-11-17block: consider discard merge lastKeith Busch1-6/+6
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky1-6/+12
2025-11-14nvme-pci: migrate to dma_map_phys instead of map_pageLeon Romanovsky1-2/+2
2025-11-13block: define alloc_sched_data and free_sched_data methods for kyberNilay Shroff1-8/+22
2025-11-13block: use {alloc|free}_sched data methodsNilay Shroff4-20/+50
2025-11-13block: introduce alloc_sched_data and free_sched_data elevator methodsNilay Shroff2-0/+26
2025-11-13block: move elevator tags into struct elevator_resourcesNilay Shroff5-36/+64
2025-11-13block: unify elevator tags and type xarrays into struct elv_change_ctxNilay Shroff6-67/+115
2025-11-13block: fix NULL pointer dereference in disk_report_zones()Damien Le Moal1-1/+1
2025-11-13block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio()Damien Le Moal1-9/+12
2025-11-12blk-zoned: Move code from disk_zone_wplug_add_bio() into its callerBart Van Assche1-25/+17
2025-11-12blk-zoned: Document disk_zone_wplug_schedule_bio_work() lockingBart Van Assche1-0/+2
2025-11-12blk-zoned: Fix a typo in a source code commentBart Van Assche1-1/+1
2025-11-12bdev: add hint prints in sb_set_blocksize() for LBS dependency on THPBaokun Li1-1/+18
2025-11-11blk-mq-dma: fix kernel-doc function name for integrity DMA iteratorKriish Sharma1-1/+1
2025-11-11block: fix merging data-less biosKeith Busch1-0/+3
2025-11-11block: add lockdep to queue_limits_commit_update()Chaitanya Kulkarni1-0/+2
2025-11-08block: clean up indentation in blk_rq_map_iter_init()Caleb Sander Mateos1-2/+2
2025-11-07block: introduce bdev_zone_start()Damien Le Moal1-2/+2
2025-11-07block: refactor disk_zone_wplug_sync_wp_offset()Damien Le Moal1-14/+13
2025-11-07block: improve blk_zone_wp_offset()Damien Le Moal1-4/+4
2025-11-07block: don't return 1 for the fallback case in blkdev_get_zone_infoChristoph Hellwig1-1/+7
2025-11-06block: accumulate memory segment gaps per bioKeith Busch5-5/+47
2025-11-06block: fix cached zone reporting after zone append was usedChristoph Hellwig1-5/+21
2025-11-06block: don't leak disk->zones_cond for !disk_need_zone_resourcesChristoph Hellwig1-12/+8
2025-11-05block: add zone write plug condition to debugfs zone_wplugsDamien Le Moal1-2/+4
2025-11-05block: improve zone_wplugs debugfs attribute outputDamien Le Moal1-2/+4
2025-11-05block: introduce BLKREPORTZONESV2 ioctlDamien Le Moal2-3/+23