summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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-18zram: fix uninitialized ZRAM not releasing backing deviceKairui Song1-5/+4
2024-12-18zram: 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-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-30Merge 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-26Merge 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-14zram: 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-11zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven1-0/+1
2024-11-11zram: clear IDLE flag in mark_idle()Sergey Senozhatsky1-0/+2
2024-11-11zram: clear IDLE flag after recompressionSergey Senozhatsky1-0/+7
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig3-3/+3
2024-11-11ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei1-3/+12
2024-11-09loop: fix type of block sizeLi Wang1-3/+3
2024-11-07rbd: unfreeze queue after marking disk as deadMing Lei1-0/+1
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe3-3/+3
2024-11-06zram: do not open-code comp priority 0Sergey Senozhatsky1-2/+2
2024-11-06mtip32xx: Replace deprecated PCI functionsPhilipp Stanner1-8/+6
2024-11-05zram: remove UNDER_WB and simplify writebackSergey Senozhatsky2-38/+16
2024-11-05zram: reshuffle zram_free_page() flags operationsSergey Senozhatsky1-11/+7
2024-11-05zram: do not mark idle slots that cannot be idleSergey Senozhatsky1-7/+18
2024-11-05zram: rework writeback target selection strategySergey Senozhatsky1-19/+64
2024-11-05zram: rework recompress target selection strategySergey Senozhatsky1-27/+160
2024-11-05zram: permit only one post-processing operation at a timeSergey Senozhatsky2-0/+17
2024-11-05zram: introduce ZRAM_PP_SLOT flagSergey Senozhatsky2-0/+3
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig3-3/+3
2024-11-01loop: Simplify discard granularity calcJohn Garry1-2/+1
2024-10-30brd: defer automatic disk creation until module initialization succeedsYang Erkun1-22/+44
2024-10-30loop: Use bdev limit helpers for configuring discardJohn Garry1-4/+4
2024-10-22ublk: support device recovery without I/O queueingUday Shankar1-15/+63
2024-10-22ublk: merge stop_work and quiesce_workUday Shankar1-39/+25