summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorFilesLines
2024-09-09zram: introduce algorithm_params device attributeSergey Senozhatsky1-0/+68
2024-09-09zram: recalculate zstd compression params onceSergey Senozhatsky1-2/+3
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky11-24/+67
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky2-6/+21
2024-09-09zram: add 842 compression backend supportSergey Senozhatsky5-0/+94
2024-09-09zram: add zlib compression backend supportSergey Senozhatsky5-0/+158
2024-09-09zram: pass estimated src size hint to zstdSergey Senozhatsky1-2/+2
2024-09-09zram: add zstd compression backend supportSergey Senozhatsky5-0/+123
2024-09-09zram: add lz4hc compression backend supportSergey Senozhatsky5-2/+100
2024-09-09zram: add lz4 compression backend supportSergey Senozhatsky5-0/+98
2024-09-09zram: add lzo and lzorle compression backends supportSergey Senozhatsky7-0/+140
2024-09-09zram: introduce custom comp backends APISergey Senozhatsky4-151/+76
2024-09-06zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior2-2/+3
2024-09-06zram: Remove ZRAM_LOCKSebastian Andrzej Siewior2-12/+3
2024-09-06zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith2-4/+15
2024-09-03zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)1-1/+0
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-07-03mm/zsmalloc: use a proper page typeDavid Hildenbrand1-0/+1
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig1-2/+2
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-1/+1
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-2/+0
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-23/+8
2024-05-02zram: don't bother with reopening - just use O_EXCL for openAl Viro2-23/+8
2024-04-25zram: add max_pages param to recompressionSergey Senozhatsky1-3/+28
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+4
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-26/+25
2024-03-04zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang1-1/+0
2024-02-25zram: port block device access to fileChristian Brauner2-14/+14
2024-02-22zram: do not allocate physically contiguous strm buffersBarry Song1-2/+3
2024-02-22zram: use copy_page for full page copyMark-PK Tsai1-1/+1
2024-02-19zram: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-24/+23
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+3
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-12-29zram: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-10zram: use kmap_local_page()Sergey Senozhatsky1-15/+15
2023-12-10zram: tweak writeback config helpSergey Senozhatsky1-2/+2
2023-12-10zram: split memory-tracking and ac-time trackingSergey Senozhatsky3-16/+24
2023-10-28zram: Convert to use bdev_open_by_dev()Jan Kara2-18/+15
2023-08-05zram: take device and not only bvec offset into accountChristoph Hellwig1-12/+20
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-19zram: further limit recompression thresholdSergey Senozhatsky1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+3
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-4/+4
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-8/+5
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-246/+137
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni1-1/+0
2023-04-18zram: return errors from read_from_bdev_syncChristoph Hellwig1-3/+4