summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-233-98/+290
|\
| * zram: fix NULL pointer in comp_algorithm_show()Liu Shixin2024-11-151-3/+2
| * zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven2024-11-121-0/+1
| * zram: clear IDLE flag in mark_idle()Sergey Senozhatsky2024-11-111-0/+2
| * zram: clear IDLE flag after recompressionSergey Senozhatsky2024-11-111-0/+7
| * zram: do not open-code comp priority 0Sergey Senozhatsky2024-11-071-2/+2
| * zram: remove UNDER_WB and simplify writebackSergey Senozhatsky2024-11-062-38/+16
| * zram: reshuffle zram_free_page() flags operationsSergey Senozhatsky2024-11-061-11/+7
| * zram: do not mark idle slots that cannot be idleSergey Senozhatsky2024-11-061-7/+18
| * zram: rework writeback target selection strategySergey Senozhatsky2024-11-061-19/+64
| * zram: rework recompress target selection strategySergey Senozhatsky2024-11-061-27/+160
| * zram: permit only one post-processing operation at a timeSergey Senozhatsky2024-11-062-0/+17
| * zram: introduce ZRAM_PP_SLOT flagSergey Senozhatsky2024-11-062-0/+3
* | Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-211-1/+1
|\ \
| * | reiserfs: The last commitJan Kara2024-10-211-1/+1
* | | block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig2024-11-131-1/+1
* | | block: add a rq_list typeChristoph Hellwig2024-11-132-12/+10
* | | virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig2024-11-131-25/+21
* | | block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-113-3/+3
* | | ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei2024-11-111-3/+12
* | | loop: fix type of block sizeLi Wang2024-11-101-3/+3
* | | rbd: unfreeze queue after marking disk as deadMing Lei2024-11-081-0/+1
* | | Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe2024-11-073-3/+3
* | | mtip32xx: Replace deprecated PCI functionsPhilipp Stanner2024-11-061-8/+6
* | | block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-043-3/+3
* | | loop: Simplify discard granularity calcJohn Garry2024-11-021-2/+1
* | | brd: defer automatic disk creation until module initialization succeedsYang Erkun2024-10-301-22/+44
* | | loop: Use bdev limit helpers for configuring discardJohn Garry2024-10-301-4/+4
* | | ublk: support device recovery without I/O queueingUday Shankar2024-10-221-15/+63
* | | ublk: merge stop_work and quiesce_workUday Shankar2024-10-221-39/+25
* | | ublk: refactor recovery configuration flag helpersUday Shankar2024-10-221-20/+42
* | | ublk: check recovery flags for validityUday Shankar2024-10-221-0/+11
| |/ |/|
* | Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds2024-10-193-16/+10
|\ \ | |/ |/|
| * ublk: don't allow user copy for unprivileged deviceMing Lei2024-10-161-1/+10
| * drbd: Remove unused conn_lowest_minorDr. David Alan Gilbert2024-10-112-15/+0
* | Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds2024-10-041-1/+12
|\|
| * aoe: fix the potential use-after-free problem in more placesChun-Yi Lee2024-10-021-1/+12
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
|/
* Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-271-2/+4
|\
| * zram: don't free statically defined namesAndrey Skvortsov2024-09-261-2/+4
* | [tree-wide] finally take no_llseek outAl Viro2024-09-273-4/+0
* | Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds2024-09-251-2/+4
|\ \ | |/ |/|
| * drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen2024-09-181-2/+4
| * Merge tag 'v6.11' into for-6.12/blockJens Axboe2024-09-171-0/+2
| |\
* | \ Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-2120-127/+1241
|\ \ \
| * | | zram: free secondary algorithms namesSergey Senozhatsky2024-09-171-0/+5
| * | | zram: support priority parameter in recompressionSergey Senozhatsky2024-09-101-0/+12
| * | | zram: add dictionary support to zstd backendSergey Senozhatsky2024-09-101-26/+124
| * | | zram: add dictionary support to lz4hcSergey Senozhatsky2024-09-101-7/+68
| * | | zram: add dictionary support to lz4Sergey Senozhatsky2024-09-101-7/+67