index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zram_drv.c
Age
Commit message (
Expand
)
Author
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-25
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
2023-04-18
zram: return errors from read_from_bdev_sync
Christoph Hellwig
2023-04-18
zram: fix synchronous reads
Christoph Hellwig
2023-04-18
zram: don't return errors from read_from_bdev_async
Christoph Hellwig
2023-04-18
zram: pass a page to read_from_bdev
Christoph Hellwig
2023-04-18
zram: refactor zram_bdev_write
Christoph Hellwig
2023-04-18
zram: don't pass a bvec to __zram_bvec_write
Christoph Hellwig
2023-04-18
zram: refactor zram_bdev_read
Christoph Hellwig
2023-04-18
zram: directly call zram_read_page in writeback_store
Christoph Hellwig
2023-04-18
zram: rename __zram_bvec_read to zram_read_page
Christoph Hellwig
2023-04-18
zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}
Christoph Hellwig
2023-04-18
zram: refactor highlevel read and write handling
Christoph Hellwig
2023-04-18
zram: return early on error in zram_bvec_rw
Christoph Hellwig
2023-04-18
zram: move discard handling to zram_submit_bio
Christoph Hellwig
2023-04-18
zram: simplify bvec iteration in __zram_make_request
Christoph Hellwig
2023-04-18
zram: make zram_bio_discard more self-contained
Christoph Hellwig
2023-04-18
zram: remove valid_io_request
Christoph Hellwig
2023-04-18
zram: always compile read_from_bdev_sync
Christoph Hellwig
2023-04-18
zram: fix up permission for the hot_add sysfs file
Greg Kroah-Hartman
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-03
zram: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-02
block: remove ->rw_page
Christoph Hellwig
2023-01-18
zram: correctly handle all next_arg() cases
Sergey Senozhatsky
2023-01-18
zram: fix typos in comments
JeongHyeon Lee
2022-11-30
zram: remove unused stats fields
Sergey Senozhatsky
2022-11-30
zram: add incompressible flag to read_block_state()
Sergey Senozhatsky
2022-11-30
zram: add incompressible writeback
Sergey Senozhatsky
2022-11-30
zram: add algo parameter support to zram_recompress()
Sergey Senozhatsky
2022-11-30
zram: remove redundant checks from zram_recompress()
Sergey Senozhatsky
2022-11-30
zram: add size class equals check into recompression
Alexey Romanov
2022-11-30
zram: use IS_ERR_VALUE() to check for zs_malloc() errors
Sergey Senozhatsky
2022-11-30
zram: clarify writeback_store() comment
Sergey Senozhatsky
2022-11-30
zram: add recompress flag to read_block_state()
Sergey Senozhatsky
2022-11-30
zram: introduce recompress sysfs knob
Sergey Senozhatsky
2022-11-30
zram: factor out WB and non-WB zram read functions
Sergey Senozhatsky
2022-11-30
zram: add recompression algorithm sysfs knob
Sergey Senozhatsky
2022-11-30
zram: preparation for multi-zcomp support
Sergey Senozhatsky
2022-11-08
zram: use try_cmpxchg in update_used_max
Uros Bizjak
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-12
zram: always expose rw_page
Brian Geffon
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-03
zram: keep comments within 80-columns limit
Sergey Senozhatsky
2022-10-03
zram: do not waste zram_table_entry flags bits
Sergey Senozhatsky
2022-09-21
block: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-11
zram: don't retry compress incompressible page
Alexey Romanov
[next]