summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-13nbd: fix partial sendingMing Lei
2025-01-12zram: fix potential UAF of zram tableKairui Song
2025-01-10loop: remove the use_dio field in struct loop_deviceChristoph Hellwig
2025-01-10loop: don't freeze the queue in loop_update_dioChristoph Hellwig
2025-01-10loop: allow loop_set_status to re-enable direct I/OChristoph Hellwig
2025-01-10loop: open code the direct I/O flag update in loop_set_dioChristoph Hellwig
2025-01-10loop: only write back pagecache when starting to to use direct I/OChristoph Hellwig
2025-01-10loop: create a lo_can_use_dio helperChristoph Hellwig
2025-01-10loop: update commands in loop_set_status still referring to transfersChristoph Hellwig
2025-01-10loop: move updating lo_flags out of loop_set_status_from_infoChristoph Hellwig
2025-01-10loop: fix queue freeze vs limits lock orderChristoph Hellwig
2025-01-10loop: refactor queue limits updatesChristoph Hellwig
2025-01-10nbd: fix queue freeze vs limits lock orderChristoph Hellwig
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig
2025-01-06nbd: don't allow reconnect after disconnectYu Kuai
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig
2025-01-03ps3disk: Do not use dev->bounce_size before it is setGeert Uytterhoeven
2024-12-28Merge tag 'block-6.13-20241228' of git://git.kernel.dk/linuxLinus Torvalds
2024-12-26ublk: detach gendisk from ublk device if add_disk() failsMing Lei
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
2024-12-23virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queuesDaniel Wagner
2024-12-23null_blk: Remove accesses to page->indexMatthew Wilcox (Oracle)
2024-12-23block: rnull: Initialize the module in placeBenoƮt du Garreau
2024-12-23block: Delete bio_set_prio()John Garry
2024-12-23null_blk: Add rotational feature supportDamien Le Moal
2024-12-18zram: fix uninitialized ZRAM not releasing backing deviceKairui Song
2024-12-18zram: refuse to use zero sized block device as backing deviceKairui Song
2024-12-05virtio-blk: don't keep queue frozen during system suspendMing Lei
2024-12-03block: rnull: add missing MODULE_DESCRIPTIONFUJITA Tomonori
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-29brd: decrease the number of allocated pages which discardedZhang Xianwei
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-19ublk: fix error code for unsupported commandMing Lei
2024-11-19loop: Fix ABBA locking raceOGAWA Hirofumi
2024-11-14zram: fix NULL pointer in comp_algorithm_show()Liu Shixin
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig
2024-11-13block: add a rq_list typeChristoph Hellwig
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig
2024-11-11zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven
2024-11-11zram: clear IDLE flag in mark_idle()Sergey Senozhatsky
2024-11-11zram: clear IDLE flag after recompressionSergey Senozhatsky
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-11ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei
2024-11-09loop: fix type of block sizeLi Wang
2024-11-07rbd: unfreeze queue after marking disk as deadMing Lei
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe