summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2025-05-06block: prevent adding/deleting disk during updating nr_hw_queuesMing Lei
2025-05-06block: add helper add_disk_final()Ming Lei
2025-05-06block: move sched debugfs register into elvevator_register_queueMing Lei
2025-05-06block: add two helpers for registering/un-registering sched debugfsMing Lei
2025-05-06block: use q->elevator with ->elevator_lock held in elv_iosched_show()Ming Lei
2025-05-06block: don't call freeze queue in elevator_switch() and elevator_disable()Ming Lei
2025-05-06block: move ELEVATOR_FLAG_DISABLE_WBT a request queue flagMing Lei
2025-05-06block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue()Ming Lei
2025-05-05blk-throttle: Add an additional overflow check to the call calculate_bytes/io...Zizhi Wo
2025-05-05blk-throttle: Delete unnecessary carryover-related fields from throtl_grpZizhi Wo
2025-05-05blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover()Zizhi Wo
2025-05-05block: remove bounce buffering supportChristoph Hellwig
2025-05-02block: use writeback_iterChristoph Hellwig
2025-05-02block: avoid hctx spinlock for plug with multiple queuesCaleb Sander Mateos
2025-05-02block: factor out blk_mq_dispatch_queue_requests() helperCaleb Sander Mateos
2025-05-02block: take rq_list instead of plug in dispatch functionsCaleb Sander Mateos
2025-04-28Merge remote-tracking branch 'linux-block/block-6.15' into xfs treeCarlos Maiolino
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-24Merge branch 'block-6.15' into for-6.16/blockJens Axboe
2025-04-24block: don't autoload drivers on blk-cgroup configurationChristoph Hellwig
2025-04-24block: don't autoload drivers on statChristoph Hellwig
2025-04-24block: remove the backing_inode variable in bdev_statxChristoph Hellwig
2025-04-24block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig
2025-04-24block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig
2025-04-23block: hoist block size validation code to a separate functionDarrick J. Wong
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong
2025-04-21block: blk-rq-qos: guard rq-qos helpers by static keyJens Axboe
2025-04-21block: ensure that struct blk_mq_alloc_data is fully initializedJens Axboe
2025-04-21block: Simplify blk_mq_dispatch_rq_list() and its callersBart Van Assche
2025-04-19Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-17fs: move the bdex_statx call to vfs_getattr_nosecChristoph Hellwig
2025-04-16block: integrity: Do not call set_page_dirty_lock()Martin K. Petersen
2025-04-14block: fix resource leak in blk_register_queue() error pathZheng Qixing
2025-04-14block: add SPDX header line to blk-throttle.hBird, Tim
2025-04-07mm: Remove swap_writepage() and shmem_writepage()Matthew Wilcox (Oracle)
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn
2025-04-03block: don't grab elevator lock during queue initializationMing Lei
2025-04-01block: remove unused nseg parameterNitesh Shetty
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-19block/blk-iocost: ensure 'ret' is set on errorJens Axboe
2025-03-19block: correct locking order for protecting blk-wbt parametersNilay Shroff
2025-03-19block: release q->elevator_lock in ioc_qos_writeNilay Shroff
2025-03-18blk-cgroup: improve policy registration error handlingChen Linxuan
2025-03-18block: Make request_queue lockdep splats show up earlierThomas Hellström