index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-22
block: change blk_mq_add_to_batch() third argument type to bool
Shin'ichiro Kawasaki
2
-4
/
+5
2025-03-13
ublk: set_params: properly check if parameters can be applied
Uday Shankar
1
-2
/
+5
2025-03-13
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
1
-2
/
+2
2025-02-08
nbd: don't allow reconnect after disconnect
Yu Kuai
1
-0
/
+1
2025-02-08
ps3disk: Do not use dev->bounce_size before it is set
Geert Uytterhoeven
1
-2
/
+2
2025-01-23
zram: fix potential UAF of zram table
Kairui Song
1
-0
/
+1
2025-01-02
ublk: detach gendisk from ublk device if add_disk() fails
Ming Lei
1
-9
/
+17
2025-01-02
virtio-blk: don't keep queue frozen during system suspend
Ming Lei
1
-2
/
+5
2024-12-27
zram: fix uninitialized ZRAM not releasing backing device
Kairui Song
1
-5
/
+4
2024-12-27
zram: refuse to use zero sized block device as backing device
Kairui Song
1
-0
/
+6
2024-12-14
zram: clear IDLE flag in mark_idle()
Sergey Senozhatsky
1
-0
/
+2
2024-12-14
zram: do not mark idle slots that cannot be idle
Sergey Senozhatsky
1
-7
/
+18
2024-12-09
zram: clear IDLE flag after recompression
Sergey Senozhatsky
1
-0
/
+7
2024-12-05
brd: decrease the number of allocated pages which discarded
Zhang Xianwei
1
-1
/
+3
2024-12-05
ublk: fix error code for unsupported command
Ming Lei
1
-1
/
+1
2024-12-05
ublk: fix ublk_ch_mmap() for 64K page size
Ming Lei
1
-3
/
+12
2024-12-05
zram: fix NULL pointer in comp_algorithm_show()
Liu Shixin
1
-3
/
+2
2024-12-05
zram: permit only one post-processing operation at a time
Sergey Senozhatsky
2
-0
/
+17
2024-12-05
zram: ZRAM_DEF_COMP should depend on ZRAM
Geert Uytterhoeven
1
-0
/
+1
2024-12-05
virtio_blk: reverse request order in virtio_queue_rqs
Christoph Hellwig
1
-25
/
+21
2024-12-05
loop: fix type of block size
Li Wang
1
-3
/
+3
2024-12-05
brd: defer automatic disk creation until module initialization succeeds
Yang Erkun
1
-22
/
+44
2024-10-18
Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linux
Linus Torvalds
3
-16
/
+10
2024-10-16
ublk: don't allow user copy for unprivileged device
Ming Lei
1
-1
/
+10
2024-10-11
drbd: Remove unused conn_lowest_minor
Dr. David Alan Gilbert
2
-15
/
+0
2024-10-04
Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+12
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
4
-4
/
+4
2024-10-02
aoe: fix the potential use-after-free problem in more places
Chun-Yi Lee
1
-1
/
+12
2024-09-27
Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-2
/
+4
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
3
-4
/
+0
2024-09-26
zram: don't free statically defined names
Andrey Skvortsov
1
-2
/
+4
2024-09-25
Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+4
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
20
-127
/
+1241
2024-09-18
drbd: Fix atomicity violation in drbd_uuid_set_bm()
Qiu-ji Chen
1
-2
/
+4
2024-09-17
Merge tag 'v6.11' into for-6.12/block
Jens Axboe
1
-0
/
+2
2024-09-17
zram: free secondary algorithms names
Sergey Senozhatsky
1
-0
/
+5
2024-09-16
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
10
-63
/
+97
2024-09-10
drbd: Add NULL check for net_conf to prevent dereference in state validation
Mikhail Lobanov
1
-1
/
+1
2024-09-09
zram: support priority parameter in recompression
Sergey Senozhatsky
1
-0
/
+12
2024-09-09
zram: add dictionary support to zstd backend
Sergey Senozhatsky
1
-26
/
+124
2024-09-09
zram: add dictionary support to lz4hc
Sergey Senozhatsky
1
-7
/
+68
2024-09-09
zram: add dictionary support to lz4
Sergey Senozhatsky
1
-7
/
+67
2024-09-09
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
9
-98
/
+168
2024-09-09
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
9
-135
/
+149
2024-09-09
zram: introduce zcomp_req structure
Sergey Senozhatsky
9
-72
/
+77
2024-09-09
zram: add support for dict comp config
Sergey Senozhatsky
1
-9
/
+36
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
[next]