summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-20/+37
6 daysblock: validate interval_exp integrity limitCaleb Sander Mateos1-1/+6
6 daysblock: validate pi_offset integrity limitCaleb Sander Mateos1-4/+3
7 daysblock: add allocation size check in blkdev_pr_read_keys()Deepanshu Kartikey1-4/+5
12 daysblock: fix race between wbt_enable_default and IO submissionMing Lei6-11/+23
12 daysMerge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-21/+17
2025-12-10blk-mq-dma: always initialize dma stateKeith Busch1-0/+1
2025-12-10blk-mq: delete task running check in blk_hctx_poll()Fengnan Chang1-10/+2
2025-12-10block: fix cached zone reports on devices with native zone appendJohannes Thumshirn1-1/+1
2025-12-09block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella1-9/+8
2025-12-09block: prohibit calls to bio_chain_endioShida Zhang1-1/+5
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-77/+155
2025-12-05Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-1/+1
2025-12-05block: fix memory leak in __blkdev_issue_zero_pagesShaurya Rane1-3/+3
2025-12-05block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOsDamien Le Moal1-0/+4
2025-12-04blk-mq: Abort suspend when wakeup events are pendingCong Zhang1-2/+16
2025-12-04block: add IOC_PR_READ_RESERVATION ioctlStefan Hajnoczi1-0/+28
2025-12-04block: add IOC_PR_READ_KEYS ioctlStefan Hajnoczi1-0/+56
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang2-18/+12
2025-12-04block: use bio_alloc_bioset for passthru IO by defaultFengnan Chang1-54/+36
2025-12-04Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds26-549/+1270
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+4
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+18
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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-19block: remove the declaration of elevator_init_mq functionChengkaitao1-1/+0
2025-11-19Revert "block: consider discard merge last"Jens Axboe1-6/+6
2025-11-19block: Remove queue freezing from several sysfs store callbacksBart Van Assche1-18/+8
2025-11-19block: 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/gi...Linus 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