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
Age
Commit message (
Expand
)
Author
2024-05-21
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-02
zram: don't bother with reopening - just use O_EXCL for open
Al Viro
2024-04-25
zram: add max_pages param to recompression
Sergey Senozhatsky
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-04
zram: zcomp: remove zcomp_set_max_streams() declaration
Kefeng Wang
2024-02-25
zram: port block device access to file
Christian Brauner
2024-02-22
zram: do not allocate physically contiguous strm buffers
Barry Song
2024-02-22
zram: use copy_page for full page copy
Mark-PK Tsai
2024-02-19
zram: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
2023-12-29
zram: use the default discard granularity
Christoph Hellwig
2023-12-10
zram: use kmap_local_page()
Sergey Senozhatsky
2023-12-10
zram: tweak writeback config help
Sergey Senozhatsky
2023-12-10
zram: split memory-tracking and ac-time tracking
Sergey Senozhatsky
2023-10-28
zram: Convert to use bdev_open_by_dev()
Jan Kara
2023-08-05
zram: take device and not only bvec offset into account
Christoph Hellwig
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-19
zram: further limit recompression threshold
Sergey Senozhatsky
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-05
block: introduce holder ops
Christoph Hellwig
2023-05-31
zram: use __bio_add_page for adding single page to bio
Johannes Thumshirn
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
[next]