index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-64
/
+5
|
\
|
*
block: remove ->rw_page
Christoph Hellwig
2023-02-02
1
-60
/
+1
|
*
zram: correctly handle all next_arg() cases
Sergey Senozhatsky
2023-01-18
1
-2
/
+2
|
*
zram: fix typos in comments
JeongHyeon Lee
2023-01-18
1
-2
/
+2
*
|
zram: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-03
1
-11
/
+4
|
/
*
zram: remove unused stats fields
Sergey Senozhatsky
2022-11-30
2
-4
/
+0
*
zram: add incompressible flag to read_block_state()
Sergey Senozhatsky
2022-11-30
1
-2
/
+4
*
zram: add incompressible writeback
Sergey Senozhatsky
2022-11-30
1
-6
/
+12
*
zram: add algo parameter support to zram_recompress()
Sergey Senozhatsky
2022-11-30
2
-9
/
+46
*
zram: remove redundant checks from zram_recompress()
Sergey Senozhatsky
2022-11-30
1
-6
/
+2
*
zram: add size class equals check into recompression
Alexey Romanov
2022-11-30
1
-1
/
+10
*
zram: use IS_ERR_VALUE() to check for zs_malloc() errors
Sergey Senozhatsky
2022-11-30
1
-3
/
+3
*
zram: clarify writeback_store() comment
Sergey Senozhatsky
2022-11-30
1
-2
/
+6
*
zram: add recompress flag to read_block_state()
Sergey Senozhatsky
2022-11-30
1
-2
/
+3
*
zram: introduce recompress sysfs knob
Sergey Senozhatsky
2022-11-30
3
-3
/
+277
*
zram: factor out WB and non-WB zram read functions
Sergey Senozhatsky
2022-11-30
1
-23
/
+49
*
zram: add recompression algorithm sysfs knob
Sergey Senozhatsky
2022-11-30
1
-19
/
+105
*
zram: preparation for multi-zcomp support
Sergey Senozhatsky
2022-11-30
4
-32
/
+80
*
zram: use try_cmpxchg in update_used_max
Uros Bizjak
2022-11-08
1
-8
/
+5
*
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-14
1
-23
/
+3
|
\
|
*
zram: always expose rw_page
Brian Geffon
2022-10-12
1
-23
/
+3
*
|
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
2
-22
/
+31
|
\
|
|
*
zram: keep comments within 80-columns limit
Sergey Senozhatsky
2022-10-03
1
-8
/
+11
|
*
zram: do not waste zram_table_entry flags bits
Sergey Senozhatsky
2022-10-03
2
-8
/
+9
|
*
zram: don't retry compress incompressible page
Alexey Romanov
2022-09-11
1
-2
/
+12
|
*
drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...
Sergey Senozhatsky
2022-09-11
1
-9
/
+4
*
|
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
block: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-21
1
-3
/
+3
*
|
Revert "zram: remove double compression logic"
Jiri Slaby
2022-08-20
2
-10
/
+33
|
/
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
2
-8
/
+9
|
\
|
*
zsmalloc: zs_malloc: return ERR_PTR on failure
Hui Zhu
2022-07-29
1
-2
/
+2
|
*
zram: fix unused 'zram_wb_devops' warning
Kefeng Wang
2022-07-17
1
-0
/
+2
|
*
zram: do not lookup algorithm in backends table
Sergey Senozhatsky
2022-07-03
1
-6
/
+5
*
|
block/zram: Use enum req_op where appropriate
Bart Van Assche
2022-07-14
1
-1
/
+1
*
|
block: Change the type of the last .rw_page() argument
Bart Van Assche
2022-07-14
1
-1
/
+1
*
|
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-2
/
+2
|
/
*
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-26
3
-38
/
+18
|
\
|
*
zram: fix Kconfig dependency warning
Randy Dunlap
2022-05-25
1
-1
/
+1
|
*
mm: Kconfig: simplify zswap configuration
Johannes Weiner
2022-05-19
1
-1
/
+2
|
*
zram: remove double compression logic
Alexey Romanov
2022-05-13
2
-33
/
+10
|
*
zram: add a huge_idle writeback mode
Brian Geffon
2022-04-29
1
-4
/
+6
*
|
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-23
1
-15
/
+14
|
\
\
|
*
|
block: add a disk_openers helper
Christoph Hellwig
2022-04-18
1
-2
/
+2
|
*
|
zram: cleanup zram_remove
Christoph Hellwig
2022-04-18
1
-6
/
+5
|
*
|
zram: cleanup reset_store
Christoph Hellwig
2022-04-18
1
-9
/
+9
*
|
|
block: change exported IO accounting interface from gendisk to bdev
Ming Lei
2022-04-18
1
-2
/
+3
|
/
/
*
/
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+0
|
/
*
zram: use memcpy_from_bvec in zram_bvec_write
Christoph Hellwig
2022-03-04
1
-4
/
+1
*
zram: use memcpy_to_bvec in zram_bvec_read
Christoph Hellwig
2022-03-04
1
-3
/
+1
*
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
1
-3
/
+2
[next]