summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)Author
2024-09-26zram: don't free statically defined namesAndrey Skvortsov
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17zram: free secondary algorithms namesSergey Senozhatsky
2024-09-09zram: support priority parameter in recompressionSergey Senozhatsky
2024-09-09zram: add dictionary support to zstd backendSergey Senozhatsky
2024-09-09zram: add dictionary support to lz4hcSergey Senozhatsky
2024-09-09zram: add dictionary support to lz4Sergey Senozhatsky
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky
2024-09-09zram: add support for dict comp configSergey Senozhatsky
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky
2024-09-09zram: recalculate zstd compression params onceSergey Senozhatsky
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky
2024-09-09zram: add 842 compression backend supportSergey Senozhatsky
2024-09-09zram: add zlib compression backend supportSergey Senozhatsky
2024-09-09zram: pass estimated src size hint to zstdSergey Senozhatsky
2024-09-09zram: add zstd compression backend supportSergey Senozhatsky
2024-09-09zram: add lz4hc compression backend supportSergey Senozhatsky
2024-09-09zram: add lz4 compression backend supportSergey Senozhatsky
2024-09-09zram: add lzo and lzorle compression backends supportSergey Senozhatsky
2024-09-09zram: introduce custom comp backends APISergey Senozhatsky
2024-09-06zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior
2024-09-06zram: Remove ZRAM_LOCKSebastian Andrzej Siewior
2024-09-06zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith
2024-09-03zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-03mm/zsmalloc: use a proper page typeDavid Hildenbrand
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-02zram: don't bother with reopening - just use O_EXCL for openAl Viro
2024-04-25zram: add max_pages param to recompressionSergey Senozhatsky
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-04zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang
2024-02-25zram: port block device access to fileChristian Brauner
2024-02-22zram: do not allocate physically contiguous strm buffersBarry Song
2024-02-22zram: use copy_page for full page copyMark-PK Tsai
2024-02-19zram: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-29zram: use the default discard granularityChristoph Hellwig
2023-12-10zram: use kmap_local_page()Sergey Senozhatsky
2023-12-10zram: tweak writeback config helpSergey Senozhatsky
2023-12-10zram: split memory-tracking and ac-time trackingSergey Senozhatsky
2023-10-28zram: Convert to use bdev_open_by_dev()Jan Kara
2023-08-05zram: take device and not only bvec offset into accountChristoph Hellwig