summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
5 daysblock: Introduce bio_needs_zone_write_plugging()Damien Le Moal2-21/+5
5 daysblock: fix kobject double initialization in add_diskZheng Qixing3-7/+8
5 daysblock: avoid possible overflow for chunk_sectors check in blk_stack_limits()John Garry1-1/+1
5 dayslib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai4-43/+20
10 daysblock: ensure discard_granularity is zero when discard is not supportedChristoph Hellwig1-3/+10
10 daysblock: restore two stage elevator switch while running nr_hw_queue updateNilay Shroff3-15/+81
10 daysblock: sanitize chunk_sectors for atomic write limitsJohn Garry1-0/+6
2025-07-25Merge tag 'block-6.16-20250725' of git://git.kernel.dk/linuxLinus Torvalds1-6/+13
2025-07-20block: fix module reference leak in mq-deadline I/O schedulerNilay Shroff1-6/+13
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2025-07-12block: fix kobject leak in blk_unregister_queueMing Lei1-0/+1
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-11/+15
2025-06-26block: fix false warning in bdev_count_inflight_rw()Yu Kuai1-11/+15
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds2-15/+19
2025-06-11block: use plug request list tail for one-shot backmerge attemptJens Axboe1-13/+13
2025-06-11block: don't use submit_bio_noacct_nocheck in blk_zone_wplug_bio_workChristoph Hellwig1-2/+5
2025-06-11block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completionDamien Le Moal1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar5-5/+7
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds2-18/+6
2025-06-04block: flip iter directions in blk_rq_integrity_map_user()Caleb Sander Mateos1-6/+1
2025-06-04Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2025-06-03block: drop direction param from bio_integrity_copy_user()Caleb Sander Mateos1-12/+5
2025-05-28Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds28-1189/+1191
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn1-2/+2
2025-05-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds1-15/+47
2025-05-16blk-mq: add a copyright notice to blk-mq-dma.cChristoph Hellwig1-0/+3
2025-05-16blk-mq: move the DMA mapping code to a separate fileChristoph Hellwig4-135/+136
2025-05-15block: fix elv_update_nr_hw_queues() to reattach elevatorNilay Shroff1-1/+1
2025-05-15block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warningsJens Axboe1-2/+2
2025-05-14block: Remove obsolete configs BLK_MQ_{PCI,VIRTIO}Lukas Bulwahn1-8/+0
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino1-1/+2
2025-05-14Merge branch 'block-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ax...Carlos Maiolino12-52/+148
2025-05-13block: remove the same_page output argument to bvec_try_merge_pageChristoph Hellwig3-37/+25
2025-05-13blk-throttle: Prevents the bps restricted io from entering the bps queue againZizhi Wo2-11/+53
2025-05-13blk-throttle: Split the service queueZizhi Wo2-30/+49
2025-05-13blk-throttle: Split the blkthrotl queueZizhi Wo2-16/+36
2025-05-13blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"Zizhi Wo1-2/+7
2025-05-13blk-throttle: Split throtl_charge_bio() into bps and iops functionsZizhi Wo1-15/+20
2025-05-13blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_timeZizhi Wo1-43/+55
2025-05-13blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time()Zizhi Wo1-25/+15
2025-05-13Merge tag 'md-6.16-20250513' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe5-51/+48
2025-05-13scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-1/+1
2025-05-12block: unfreeze queue if realloc tag set fails during nr_hw_queues updateNilay Shroff1-1/+4
2025-05-12block: always allocate integrity buffer when requiredKeith Busch1-15/+47
2025-05-10block: export API to get the number of bdev inflight IOYu Kuai3-8/+17
2025-05-10block: clean up blk_mq_in_flight_rw()Yu Kuai3-26/+32