summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* zram: don't free statically defined namesAndrey Skvortsov2024-09-261-2/+4
* 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
| * zram: introduce custom comp backends APISergey Senozhatsky2024-09-094-151/+76
| * zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)2024-09-031-1/+0
* | zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior2024-09-062-2/+3
* | zram: Remove ZRAM_LOCKSebastian Andrzej Siewior2024-09-062-12/+3
* | zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith2024-09-062-4/+15
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-0/+1
|\
| * mm/zsmalloc: use a proper page typeDavid Hildenbrand2024-07-031-0/+1
* | block: move the synchronous flag to queue_limitsChristoph Hellwig2024-06-191-2/+2
* | block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-191-1/+1
* | block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-2/+0
|/
* Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-212-23/+8
|\
| * zram: don't bother with reopening - just use O_EXCL for openAl Viro2024-05-022-23/+8
* | zram: add max_pages param to recompressionSergey Senozhatsky2024-04-251-3/+28
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-4/+4
|\
| * zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang2024-03-041-1/+0
| * zram: do not allocate physically contiguous strm buffersBarry Song2024-02-221-2/+3
| * zram: use copy_page for full page copyMark-PK Tsai2024-02-221-1/+1
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-26/+25
|\ \
| * | zram: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-24/+23
| * | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-3/+3
| |/
* / zram: port block device access to fileChristian Brauner2024-02-252-14/+14
|/
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+0
|\
| * zram: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
* | zram: use kmap_local_page()Sergey Senozhatsky2023-12-101-15/+15
* | zram: tweak writeback config helpSergey Senozhatsky2023-12-101-2/+2
* | zram: split memory-tracking and ac-time trackingSergey Senozhatsky2023-12-103-16/+24
|/
* zram: Convert to use bdev_open_by_dev()Jan Kara2023-10-282-18/+15
* zram: take device and not only bvec offset into accountChristoph Hellwig2023-08-051-12/+20