summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorFilesLines
2023-04-18zram: fix synchronous readsChristoph Hellwig1-38/+22
2023-04-18zram: don't return errors from read_from_bdev_asyncChristoph Hellwig1-12/+4
2023-04-18zram: pass a page to read_from_bdevChristoph Hellwig1-27/+16
2023-04-18zram: refactor zram_bdev_writeChristoph Hellwig1-19/+19
2023-04-18zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig1-10/+4
2023-04-18zram: refactor zram_bdev_readChristoph Hellwig1-20/+20
2023-04-18zram: directly call zram_read_page in writeback_storeChristoph Hellwig1-10/+4
2023-04-18zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig1-4/+4
2023-04-18zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig1-12/+5
2023-04-18zram: refactor highlevel read and write handlingChristoph Hellwig1-28/+30
2023-04-18zram: return early on error in zram_bvec_rwChristoph Hellwig1-9/+9
2023-04-18zram: move discard handling to zram_submit_bioChristoph Hellwig1-10/+13
2023-04-18zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig1-31/+11
2023-04-18zram: make zram_bio_discard more self-containedChristoph Hellwig1-9/+7
2023-04-18zram: remove valid_io_requestChristoph Hellwig2-34/+1
2023-04-18zram: always compile read_from_bdev_syncChristoph Hellwig1-12/+6
2023-04-18zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman1-1/+3
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-6/+5
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-64/+5
2023-02-03zram: use bvec_set_page to initialize bvecsChristoph Hellwig1-11/+4
2023-02-02block: remove ->rw_pageChristoph Hellwig1-60/+1
2023-01-18zram: correctly handle all next_arg() casesSergey Senozhatsky1-2/+2
2023-01-18zram: fix typos in commentsJeongHyeon Lee1-2/+2
2022-11-30zram: remove unused stats fieldsSergey Senozhatsky2-4/+0
2022-11-30zram: add incompressible flag to read_block_state()Sergey Senozhatsky1-2/+4
2022-11-30zram: add incompressible writebackSergey Senozhatsky1-6/+12
2022-11-30zram: add algo parameter support to zram_recompress()Sergey Senozhatsky2-9/+46
2022-11-30zram: remove redundant checks from zram_recompress()Sergey Senozhatsky1-6/+2
2022-11-30zram: add size class equals check into recompressionAlexey Romanov1-1/+10
2022-11-30zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky1-3/+3
2022-11-30zram: clarify writeback_store() commentSergey Senozhatsky1-2/+6
2022-11-30zram: add recompress flag to read_block_state()Sergey Senozhatsky1-2/+3
2022-11-30zram: introduce recompress sysfs knobSergey Senozhatsky3-3/+277
2022-11-30zram: factor out WB and non-WB zram read functionsSergey Senozhatsky1-23/+49
2022-11-30zram: add recompression algorithm sysfs knobSergey Senozhatsky1-19/+105
2022-11-30zram: preparation for multi-zcomp supportSergey Senozhatsky4-32/+80
2022-11-08zram: use try_cmpxchg in update_used_maxUros Bizjak1-8/+5
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+3
2022-10-12zram: always expose rw_pageBrian Geffon1-23/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-22/+31
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2022-10-03zram: keep comments within 80-columns limitSergey Senozhatsky1-8/+11
2022-10-03zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2-8/+9
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-09-11zram: don't retry compress incompressible pageAlexey Romanov1-2/+12
2022-09-11drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky1-9/+4
2022-08-20Revert "zram: remove double compression logic"Jiri Slaby2-10/+33
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+9
2022-07-29zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu1-2/+2