summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds-17/+19
2024-11-29brd: decrease the number of allocated pages which discardedZhang Xianwei-1/+3
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-98/+290
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2024-11-19ublk: fix error code for unsupported commandMing Lei-1/+1
2024-11-19loop: Fix ABBA locking raceOGAWA Hirofumi-15/+15
2024-11-14zram: fix NULL pointer in comp_algorithm_show()Liu Shixin-3/+2
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig-1/+1
2024-11-13block: add a rq_list typeChristoph Hellwig-12/+10
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig-25/+21
2024-11-11zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven-0/+1
2024-11-11zram: clear IDLE flag in mark_idle()Sergey Senozhatsky-0/+2
2024-11-11zram: clear IDLE flag after recompressionSergey Senozhatsky-0/+7
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig-3/+3
2024-11-11ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei-3/+12
2024-11-09loop: fix type of block sizeLi Wang-3/+3
2024-11-07rbd: unfreeze queue after marking disk as deadMing Lei-0/+1
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe-3/+3
2024-11-06zram: do not open-code comp priority 0Sergey Senozhatsky-2/+2
2024-11-06mtip32xx: Replace deprecated PCI functionsPhilipp Stanner-8/+6
2024-11-05zram: remove UNDER_WB and simplify writebackSergey Senozhatsky-38/+16
2024-11-05zram: reshuffle zram_free_page() flags operationsSergey Senozhatsky-11/+7
2024-11-05zram: do not mark idle slots that cannot be idleSergey Senozhatsky-7/+18
2024-11-05zram: rework writeback target selection strategySergey Senozhatsky-19/+64
2024-11-05zram: rework recompress target selection strategySergey Senozhatsky-27/+160
2024-11-05zram: permit only one post-processing operation at a timeSergey Senozhatsky-0/+17
2024-11-05zram: introduce ZRAM_PP_SLOT flagSergey Senozhatsky-0/+3
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig-3/+3
2024-11-01loop: Simplify discard granularity calcJohn Garry-2/+1
2024-10-30brd: defer automatic disk creation until module initialization succeedsYang Erkun-22/+44
2024-10-30loop: Use bdev limit helpers for configuring discardJohn Garry-4/+4
2024-10-22ublk: support device recovery without I/O queueingUday Shankar-15/+63
2024-10-22ublk: merge stop_work and quiesce_workUday Shankar-39/+25
2024-10-22ublk: refactor recovery configuration flag helpersUday Shankar-20/+42
2024-10-22ublk: check recovery flags for validityUday Shankar-0/+11
2024-10-21reiserfs: The last commitJan Kara-1/+1
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds-16/+10
2024-10-16ublk: don't allow user copy for unprivileged deviceMing Lei-1/+10
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich-2/+2
2024-10-11drbd: Remove unused conn_lowest_minorDr. David Alan Gilbert-15/+0
2024-10-04Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds-1/+12
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-4/+4
2024-10-02aoe: fix the potential use-after-free problem in more placesChun-Yi Lee-1/+12
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds-2/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro-4/+0
2024-09-26zram: don't free statically defined namesAndrey Skvortsov-2/+4
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds-2/+4
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-127/+1241
2024-09-18drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen-2/+4