index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
Age
Commit message (
Expand
)
Author
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
2022-09-11
drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...
Sergey Senozhatsky
2022-08-20
Revert "zram: remove double compression logic"
Jiri Slaby
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-29
zsmalloc: zs_malloc: return ERR_PTR on failure
Hui Zhu
2022-07-17
zram: fix unused 'zram_wb_devops' warning
Kefeng Wang
2022-07-14
block/zram: Use enum req_op where appropriate
Bart Van Assche
2022-07-14
block: Change the type of the last .rw_page() argument
Bart Van Assche
2022-07-03
zram: do not lookup algorithm in backends table
Sergey Senozhatsky
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-25
zram: fix Kconfig dependency warning
Randy Dunlap
2022-05-23
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-19
mm: Kconfig: simplify zswap configuration
Johannes Weiner
2022-05-13
zram: remove double compression logic
Alexey Romanov
2022-04-29
zram: add a huge_idle writeback mode
Brian Geffon
2022-04-18
block: add a disk_openers helper
Christoph Hellwig
2022-04-18
zram: cleanup zram_remove
Christoph Hellwig
2022-04-18
zram: cleanup reset_store
Christoph Hellwig
2022-04-18
block: change exported IO accounting interface from gendisk to bdev
Ming Lei
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-03-04
zram: use memcpy_from_bvec in zram_bvec_write
Christoph Hellwig
2022-03-04
zram: use memcpy_to_bvec in zram_bvec_read
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
block: remove genhd.h
Christoph Hellwig
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
zram: use ATTRIBUTE_GROUPS
Luis Chamberlain
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
[next]