summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* 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
* zram: use try_cmpxchg in update_used_maxUros Bizjak2022-11-081-8/+5
* Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-23/+3
|\
| * zram: always expose rw_pageBrian Geffon2022-10-121-23/+3
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-22/+31
|\|
| * zram: keep comments within 80-columns limitSergey Senozhatsky2022-10-031-8/+11
| * zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2022-10-032-8/+9
| * zram: don't retry compress incompressible pageAlexey Romanov2022-09-111-2/+12
| * drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky2022-09-111-9/+4
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-3/+3
|\ \ | |/ |/|