summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c (follow)
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-211-4/+137
|\
| * zram: free secondary algorithms namesSergey Senozhatsky2024-09-171-0/+5
| * zram: support priority parameter in recompressionSergey Senozhatsky2024-09-101-0/+12
| * zram: add support for dict comp configSergey Senozhatsky2024-09-101-9/+36
| * zram: introduce algorithm_params device attributeSergey Senozhatsky2024-09-101-0/+68
| * zram: introduce zcomp_params structureSergey Senozhatsky2024-09-101-1/+19
| * zram: introduce custom comp backends APISergey Senozhatsky2024-09-101-3/+6
* | zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior2024-09-061-1/+2
* | zram: Remove ZRAM_LOCKSebastian Andrzej Siewior2024-09-061-9/+2
* | zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith2024-09-061-4/+14
|/
* 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-211-22/+7
|\
| * zram: don't bother with reopening - just use O_EXCL for openAl Viro2024-05-021-22/+7
* | zram: add max_pages param to recompressionSergey Senozhatsky2024-04-261-3/+28
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-1/+1
|\
| * 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-201-24/+23
| * | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-3/+3
| |/
* / zram: port block device access to fileChristian Brauner2024-02-251-13/+13
|/
* 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-111-15/+15
* | zram: split memory-tracking and ac-time trackingSergey Senozhatsky2023-12-111-14/+13
|/
* zram: Convert to use bdev_open_by_dev()Jan Kara2023-10-281-17/+14
* zram: take device and not only bvec offset into accountChristoph Hellwig2023-08-061-12/+20
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\
| * zram: further limit recompression thresholdSergey Senozhatsky2023-06-201-1/+1
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-3/+3
* | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-4/+4
* | block: pass a gendisk to ->openChristoph Hellwig2023-06-121-8/+5
* | block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | zram: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
|/
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-1/+0
|\
| * block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-251-1/+0
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-281-245/+137
|\ \
| * | zram: return errors from read_from_bdev_syncChristoph Hellwig2023-04-191-3/+4
| * | zram: fix synchronous readsChristoph Hellwig2023-04-191-38/+22
| * | zram: don't return errors from read_from_bdev_asyncChristoph Hellwig2023-04-191-12/+4
| * | zram: pass a page to read_from_bdevChristoph Hellwig2023-04-191-27/+16
| * | zram: refactor zram_bdev_writeChristoph Hellwig2023-04-191-19/+19
| * | zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig2023-04-191-10/+4
| * | zram: refactor zram_bdev_readChristoph Hellwig2023-04-191-20/+20
| * | zram: directly call zram_read_page in writeback_storeChristoph Hellwig2023-04-191-10/+4
| * | zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig2023-04-191-4/+4
| * | zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig2023-04-191-12/+5
| * | zram: refactor highlevel read and write handlingChristoph Hellwig2023-04-191-28/+30