summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-12zram: clear IDLE flag in mark_idle()Sergey Senozhatsky1-0/+2
2024-11-12zram: 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-10loop: fix type of block sizeLi Wang1-3/+3
2024-11-08rbd: 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-07zram: do not open-code comp priority 0Sergey Senozhatsky1-2/+2
2024-11-06mtip32xx: Replace deprecated PCI functionsPhilipp Stanner1-8/+6
2024-11-06zram: remove UNDER_WB and simplify writebackSergey Senozhatsky2-38/+16
2024-11-06zram: reshuffle zram_free_page() flags operationsSergey Senozhatsky1-11/+7
2024-11-06zram: do not mark idle slots that cannot be idleSergey Senozhatsky1-7/+18
2024-11-06zram: rework writeback target selection strategySergey Senozhatsky1-19/+64
2024-11-06zram: rework recompress target selection strategySergey Senozhatsky1-27/+160
2024-11-06zram: permit only one post-processing operation at a timeSergey Senozhatsky2-0/+17
2024-11-06zram: introduce ZRAM_PP_SLOT flagSergey Senozhatsky2-0/+3
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig3-3/+3
2024-11-02loop: 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
2024-10-22ublk: refactor recovery configuration flag helpersUday Shankar1-20/+42
2024-10-22ublk: check recovery flags for validityUday Shankar1-0/+11
2024-10-21reiserfs: The last commitJan Kara1-1/+1
2024-10-19Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds3-16/+10
2024-10-16ublk: don't allow user copy for unprivileged deviceMing Lei1-1/+10
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich1-2/+2
2024-10-11drbd: Remove unused conn_lowest_minorDr. David Alan Gilbert2-15/+0
2024-10-04Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds1-1/+12
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-10-02aoe: fix the potential use-after-free problem in more placesChun-Yi Lee1-1/+12
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-4/+0
2024-09-27zram: don't free statically defined namesAndrey Skvortsov1-2/+4
2024-09-26Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-127/+1241