summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorFilesLines
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-04-28Merge 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-19zram: return errors from read_from_bdev_syncChristoph Hellwig1-3/+4
2023-04-19zram: fix synchronous readsChristoph Hellwig1-38/+22
2023-04-19zram: don't return errors from read_from_bdev_asyncChristoph Hellwig1-12/+4
2023-04-19zram: pass a page to read_from_bdevChristoph Hellwig1-27/+16
2023-04-19zram: refactor zram_bdev_writeChristoph Hellwig1-19/+19
2023-04-19zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig1-10/+4
2023-04-19zram: refactor zram_bdev_readChristoph Hellwig1-20/+20
2023-04-19zram: directly call zram_read_page in writeback_storeChristoph Hellwig1-10/+4
2023-04-19zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig1-4/+4
2023-04-19zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig1-12/+5
2023-04-19zram: refactor highlevel read and write handlingChristoph Hellwig1-28/+30
2023-04-19zram: return early on error in zram_bvec_rwChristoph Hellwig1-9/+9
2023-04-19zram: move discard handling to zram_submit_bioChristoph Hellwig1-10/+13
2023-04-19zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig1-31/+11
2023-04-19zram: make zram_bio_discard more self-containedChristoph Hellwig1-9/+7
2023-04-19zram: remove valid_io_requestChristoph Hellwig2-34/+1
2023-04-19zram: 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-24Merge 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-03block: remove ->rw_pageChristoph Hellwig1-60/+1
2023-01-19zram: correctly handle all next_arg() casesSergey Senozhatsky1-2/+2
2023-01-19zram: fix typos in commentsJeongHyeon Lee1-2/+2
2022-12-01zram: remove unused stats fieldsSergey Senozhatsky2-4/+0
2022-12-01zram: add incompressible flag to read_block_state()Sergey Senozhatsky1-2/+4
2022-12-01zram: add incompressible writebackSergey Senozhatsky1-6/+12
2022-12-01zram: add algo parameter support to zram_recompress()Sergey Senozhatsky2-9/+46
2022-12-01zram: remove redundant checks from zram_recompress()Sergey Senozhatsky1-6/+2
2022-12-01zram: add size class equals check into recompressionAlexey Romanov1-1/+10
2022-12-01zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky1-3/+3
2022-12-01zram: clarify writeback_store() commentSergey Senozhatsky1-2/+6
2022-12-01zram: add recompress flag to read_block_state()Sergey Senozhatsky1-2/+3
2022-12-01zram: introduce recompress sysfs knobSergey Senozhatsky3-3/+277
2022-12-01zram: factor out WB and non-WB zram read functionsSergey Senozhatsky1-23/+49
2022-12-01zram: add recompression algorithm sysfs knobSergey Senozhatsky1-19/+105
2022-12-01zram: preparation for multi-zcomp supportSergey Senozhatsky4-32/+80
2022-11-09zram: 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-13zram: always expose rw_pageBrian Geffon1-23/+3
2022-10-11Merge 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-04zram: keep comments within 80-columns limitSergey Senozhatsky1-8/+11
2022-10-04zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2-8/+9
2022-09-22block: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-09-12zram: don't retry compress incompressible pageAlexey Romanov1-2/+12