summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-191-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-272-246/+137
|\ \
| * | zram: return errors from read_from_bdev_syncChristoph Hellwig2023-04-181-3/+4
| * | zram: fix synchronous readsChristoph Hellwig2023-04-181-38/+22
| * | zram: don't return errors from read_from_bdev_asyncChristoph Hellwig2023-04-181-12/+4
| * | zram: pass a page to read_from_bdevChristoph Hellwig2023-04-181-27/+16
| * | zram: refactor zram_bdev_writeChristoph Hellwig2023-04-181-19/+19
| * | zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig2023-04-181-10/+4
| * | zram: refactor zram_bdev_readChristoph Hellwig2023-04-181-20/+20
| * | zram: directly call zram_read_page in writeback_storeChristoph Hellwig2023-04-181-10/+4
| * | zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig2023-04-181-4/+4
| * | zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig2023-04-181-12/+5
| * | zram: refactor highlevel read and write handlingChristoph Hellwig2023-04-181-28/+30
| * | zram: return early on error in zram_bvec_rwChristoph Hellwig2023-04-181-9/+9
| * | zram: move discard handling to zram_submit_bioChristoph Hellwig2023-04-181-10/+13
| * | zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig2023-04-181-31/+11
| * | zram: make zram_bio_discard more self-containedChristoph Hellwig2023-04-181-9/+7
| * | zram: remove valid_io_requestChristoph Hellwig2023-04-182-34/+1
| * | zram: always compile read_from_bdev_syncChristoph Hellwig2023-04-181-12/+6
| |/
* | zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman2023-04-181-1/+3
* | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-6/+5
* | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-64/+5
|\
| * block: remove ->rw_pageChristoph Hellwig2023-02-021-60/+1
| * zram: correctly handle all next_arg() casesSergey Senozhatsky2023-01-181-2/+2
| * zram: fix typos in commentsJeongHyeon Lee2023-01-181-2/+2
* | zram: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-11/+4
|/
* zram: remove unused stats fieldsSergey Senozhatsky2022-11-302-4/+0
* zram: add incompressible flag to read_block_state()Sergey Senozhatsky2022-11-301-2/+4
* zram: add incompressible writebackSergey Senozhatsky2022-11-301-6/+12
* zram: add algo parameter support to zram_recompress()Sergey Senozhatsky2022-11-302-9/+46
* zram: remove redundant checks from zram_recompress()Sergey Senozhatsky2022-11-301-6/+2
* zram: add size class equals check into recompressionAlexey Romanov2022-11-301-1/+10
* zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky2022-11-301-3/+3
* zram: clarify writeback_store() commentSergey Senozhatsky2022-11-301-2/+6
* zram: add recompress flag to read_block_state()Sergey Senozhatsky2022-11-301-2/+3
* zram: introduce recompress sysfs knobSergey Senozhatsky2022-11-303-3/+277
* zram: factor out WB and non-WB zram read functionsSergey Senozhatsky2022-11-301-23/+49
* zram: add recompression algorithm sysfs knobSergey Senozhatsky2022-11-301-19/+105
* zram: preparation for multi-zcomp supportSergey Senozhatsky2022-11-304-32/+80