index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
zram: introduce algorithm_params device attribute
Sergey Senozhatsky
1
-0
/
+68
2024-09-09
zram: recalculate zstd compression params once
Sergey Senozhatsky
1
-2
/
+3
2024-09-09
zram: introduce zcomp_params structure
Sergey Senozhatsky
11
-24
/
+67
2024-09-09
zram: check that backends array has at least one backend
Sergey Senozhatsky
2
-6
/
+21
2024-09-09
zram: add 842 compression backend support
Sergey Senozhatsky
5
-0
/
+94
2024-09-09
zram: add zlib compression backend support
Sergey Senozhatsky
5
-0
/
+158
2024-09-09
zram: pass estimated src size hint to zstd
Sergey Senozhatsky
1
-2
/
+2
2024-09-09
zram: add zstd compression backend support
Sergey Senozhatsky
5
-0
/
+123
2024-09-09
zram: add lz4hc compression backend support
Sergey Senozhatsky
5
-2
/
+100
2024-09-09
zram: add lz4 compression backend support
Sergey Senozhatsky
5
-0
/
+98
2024-09-09
zram: add lzo and lzorle compression backends support
Sergey Senozhatsky
7
-0
/
+140
2024-09-09
zram: introduce custom comp backends API
Sergey Senozhatsky
4
-151
/
+76
2024-09-06
zram: Shrink zram_table_entry::flags.
Sebastian Andrzej Siewior
2
-2
/
+3
2024-09-06
zram: Remove ZRAM_LOCK
Sebastian Andrzej Siewior
2
-12
/
+3
2024-09-06
zram: Replace bit spinlocks with a spinlock_t.
Mike Galbraith
2
-4
/
+15
2024-09-03
zsmalloc: use all available 24 bits of page_type
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2024-07-03
mm/zsmalloc: use a proper page type
David Hildenbrand
1
-0
/
+1
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
1
-2
/
+2
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-2
/
+0
2024-05-21
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-23
/
+8
2024-05-02
zram: don't bother with reopening - just use O_EXCL for open
Al Viro
2
-23
/
+8
2024-04-25
zram: add max_pages param to recompression
Sergey Senozhatsky
1
-3
/
+28
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-4
/
+4
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-26
/
+25
2024-03-04
zram: zcomp: remove zcomp_set_max_streams() declaration
Kefeng Wang
1
-1
/
+0
2024-02-25
zram: port block device access to file
Christian Brauner
2
-14
/
+14
2024-02-22
zram: do not allocate physically contiguous strm buffers
Barry Song
1
-2
/
+3
2024-02-22
zram: use copy_page for full page copy
Mark-PK Tsai
1
-1
/
+1
2024-02-19
zram: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-24
/
+23
2024-02-19
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
1
-3
/
+3
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+0
2023-12-29
zram: use the default discard granularity
Christoph Hellwig
1
-1
/
+0
2023-12-10
zram: use kmap_local_page()
Sergey Senozhatsky
1
-15
/
+15
2023-12-10
zram: tweak writeback config help
Sergey Senozhatsky
1
-2
/
+2
2023-12-10
zram: split memory-tracking and ac-time tracking
Sergey Senozhatsky
3
-16
/
+24
2023-10-28
zram: Convert to use bdev_open_by_dev()
Jan Kara
2
-18
/
+15
2023-08-05
zram: take device and not only bvec offset into account
Christoph Hellwig
1
-12
/
+20
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-19
zram: further limit recompression threshold
Sergey Senozhatsky
1
-1
/
+1
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-3
/
+3
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-4
/
+4
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-8
/
+5
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+1
2023-05-31
zram: use __bio_add_page for adding single page to bio
Johannes Thumshirn
1
-1
/
+1
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+0
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-246
/
+137
2023-04-25
block/drivers: remove dead clear of random flag
Chaitanya Kulkarni
1
-1
/
+0
2023-04-18
zram: return errors from read_from_bdev_sync
Christoph Hellwig
1
-3
/
+4
[prev]
[next]