summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-01-26zram: factor out ZRAM_HUGE writeSergey Senozhatsky1-53/+83
2025-01-26zram: factor out ZRAM_SAME writeSergey Senozhatsky1-16/+21
2025-01-26zram: remove entry element memberSergey Senozhatsky2-22/+6
2025-01-26zram: free slot memory early during writeSergey Senozhatsky1-6/+5
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds21-157/+236
2025-01-13nbd: fix partial sendingMing Lei1-10/+85
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman2-14/+27
2025-01-13xen/blkback: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-01-13zram: fix potential UAF of zram tableKairui Song1-0/+1
2025-01-10loop: remove the use_dio field in struct loop_deviceChristoph Hellwig1-22/+17
2025-01-10loop: don't freeze the queue in loop_update_dioChristoph Hellwig1-4/+4
2025-01-10loop: allow loop_set_status to re-enable direct I/OChristoph Hellwig1-8/+3
2025-01-10loop: open code the direct I/O flag update in loop_set_dioChristoph Hellwig1-8/+20
2025-01-10loop: only write back pagecache when starting to to use direct I/OChristoph Hellwig1-2/+3
2025-01-10loop: create a lo_can_use_dio helperChristoph Hellwig1-11/+14
2025-01-10loop: update commands in loop_set_status still referring to transfersChristoph Hellwig1-2/+2
2025-01-10loop: move updating lo_flags out of loop_set_status_from_infoChristoph Hellwig1-15/+8
2025-01-10loop: fix queue freeze vs limits lock orderChristoph Hellwig1-2/+16
2025-01-10loop: refactor queue limits updatesChristoph Hellwig1-16/+20
2025-01-10nbd: fix queue freeze vs limits lock orderChristoph Hellwig1-15/+2
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig1-3/+1
2025-01-06nbd: don't allow reconnect after disconnectYu Kuai1-0/+1
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig1-2/+2
2025-01-03ps3disk: Do not use dev->bounce_size before it is setGeert Uytterhoeven1-2/+2
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-3/+3
2024-12-28Merge tag 'block-6.13-20241228' of git://git.kernel.dk/linuxLinus Torvalds1-9/+17
2024-12-26ublk: detach gendisk from ublk device if add_disk() failsMing Lei1-9/+17
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig18-24/+7
2024-12-23virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-2/+2
2024-12-23null_blk: Remove accesses to page->indexMatthew Wilcox (Oracle)1-6/+6
2024-12-23block: rnull: Initialize the module in placeBenoƮt du Garreau1-12/+18
2024-12-23block: Delete bio_set_prio()John Garry1-1/+1
2024-12-23null_blk: Add rotational feature supportDamien Le Moal2-1/+13
2024-12-19zram: fix uninitialized ZRAM not releasing backing deviceKairui Song1-5/+4
2024-12-19zram: refuse to use zero sized block device as backing deviceKairui Song1-0/+6
2024-12-05virtio-blk: don't keep queue frozen during system suspendMing Lei1-2/+5
2024-12-03block: rnull: add missing MODULE_DESCRIPTIONFUJITA Tomonori1-0/+1
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-12-01Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds3-17/+19
2024-11-29brd: decrease the number of allocated pages which discardedZhang Xianwei1-1/+3
2024-11-27Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-98/+290
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-11-19ublk: fix error code for unsupported commandMing Lei1-1/+1
2024-11-19loop: Fix ABBA locking raceOGAWA Hirofumi1-15/+15
2024-11-15zram: fix NULL pointer in comp_algorithm_show()Liu Shixin1-3/+2
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig1-1/+1
2024-11-13block: add a rq_list typeChristoph Hellwig2-12/+10
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-11-12zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven1-0/+1