summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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-091-3/+3
* rbd: unfreeze queue after marking disk as deadMing Lei2024-11-071-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-011-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-183-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-091-0/+12
| * | | zram: add dictionary support to zstd backendSergey Senozhatsky2024-09-091-26/+124
| * | | zram: add dictionary support to lz4hcSergey Senozhatsky2024-09-091-7/+68
| * | | zram: add dictionary support to lz4Sergey Senozhatsky2024-09-091-7/+67
| * | | zram: move immutable comp params away from per-CPU contextSergey Senozhatsky2024-09-099-98/+168
| * | | zram: introduce zcomp_ctx structureSergey Senozhatsky2024-09-099-135/+149
| * | | zram: introduce zcomp_req structureSergey Senozhatsky2024-09-099-72/+77
| * | | zram: add support for dict comp configSergey Senozhatsky2024-09-091-9/+36
| * | | zram: introduce algorithm_params device attributeSergey Senozhatsky2024-09-091-0/+68
| * | | zram: recalculate zstd compression params onceSergey Senozhatsky2024-09-091-2/+3
| * | | zram: introduce zcomp_params structureSergey Senozhatsky2024-09-0911-24/+67
| * | | zram: check that backends array has at least one backendSergey Senozhatsky2024-09-092-6/+21
| * | | zram: add 842 compression backend supportSergey Senozhatsky2024-09-095-0/+94
| * | | zram: add zlib compression backend supportSergey Senozhatsky2024-09-095-0/+158
| * | | zram: pass estimated src size hint to zstdSergey Senozhatsky2024-09-091-2/+2
| * | | zram: add zstd compression backend supportSergey Senozhatsky2024-09-095-0/+123
| * | | zram: add lz4hc compression backend supportSergey Senozhatsky2024-09-095-2/+100
| * | | zram: add lz4 compression backend supportSergey Senozhatsky2024-09-095-0/+98
| * | | zram: add lzo and lzorle compression backends supportSergey Senozhatsky2024-09-097-0/+140