index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Lines
2025-01-12
zram: fix potential UAF of zram table
Kairui Song
-0
/
+1
2024-12-28
Merge tag 'block-6.13-20241228' of git://git.kernel.dk/linux
Linus Torvalds
-9
/
+17
2024-12-26
ublk: detach gendisk from ublk device if add_disk() fails
Ming Lei
-9
/
+17
2024-12-18
zram: fix uninitialized ZRAM not releasing backing device
Kairui Song
-5
/
+4
2024-12-18
zram: refuse to use zero sized block device as backing device
Kairui Song
-0
/
+6
2024-12-05
virtio-blk: don't keep queue frozen during system suspend
Ming Lei
-2
/
+5
2024-12-03
block: rnull: add missing MODULE_DESCRIPTION
FUJITA Tomonori
-0
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-1
/
+1
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
-17
/
+19
2024-11-29
brd: decrease the number of allocated pages which discarded
Zhang Xianwei
-1
/
+3
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
-2
/
+2
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-98
/
+290
2024-11-21
Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2024-11-19
ublk: fix error code for unsupported command
Ming Lei
-1
/
+1
2024-11-19
loop: Fix ABBA locking race
OGAWA Hirofumi
-15
/
+15
2024-11-14
zram: fix NULL pointer in comp_algorithm_show()
Liu Shixin
-3
/
+2
2024-11-13
block: don't reorder requests in blk_add_rq_to_plug
Christoph Hellwig
-1
/
+1
2024-11-13
block: add a rq_list type
Christoph Hellwig
-12
/
+10
2024-11-13
virtio_blk: reverse request order in virtio_queue_rqs
Christoph Hellwig
-25
/
+21
2024-11-11
zram: ZRAM_DEF_COMP should depend on ZRAM
Geert Uytterhoeven
-0
/
+1
2024-11-11
zram: clear IDLE flag in mark_idle()
Sergey Senozhatsky
-0
/
+2
2024-11-11
zram: clear IDLE flag after recompression
Sergey Senozhatsky
-0
/
+7
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
-3
/
+3
2024-11-11
ublk: fix ublk_ch_mmap() for 64K page size
Ming Lei
-3
/
+12
2024-11-09
loop: fix type of block size
Li Wang
-3
/
+3
2024-11-07
rbd: unfreeze queue after marking disk as dead
Ming Lei
-0
/
+1
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
-3
/
+3
2024-11-06
zram: do not open-code comp priority 0
Sergey Senozhatsky
-2
/
+2
2024-11-06
mtip32xx: Replace deprecated PCI functions
Philipp Stanner
-8
/
+6
2024-11-05
zram: remove UNDER_WB and simplify writeback
Sergey Senozhatsky
-38
/
+16
2024-11-05
zram: reshuffle zram_free_page() flags operations
Sergey Senozhatsky
-11
/
+7
2024-11-05
zram: do not mark idle slots that cannot be idle
Sergey Senozhatsky
-7
/
+18
2024-11-05
zram: rework writeback target selection strategy
Sergey Senozhatsky
-19
/
+64
2024-11-05
zram: rework recompress target selection strategy
Sergey Senozhatsky
-27
/
+160
2024-11-05
zram: permit only one post-processing operation at a time
Sergey Senozhatsky
-0
/
+17
2024-11-05
zram: introduce ZRAM_PP_SLOT flag
Sergey Senozhatsky
-0
/
+3
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
-3
/
+3
2024-11-01
loop: Simplify discard granularity calc
John Garry
-2
/
+1
2024-10-30
brd: defer automatic disk creation until module initialization succeeds
Yang Erkun
-22
/
+44
2024-10-30
loop: Use bdev limit helpers for configuring discard
John Garry
-4
/
+4
2024-10-22
ublk: support device recovery without I/O queueing
Uday Shankar
-15
/
+63
2024-10-22
ublk: merge stop_work and quiesce_work
Uday Shankar
-39
/
+25
2024-10-22
ublk: refactor recovery configuration flag helpers
Uday Shankar
-20
/
+42
2024-10-22
ublk: check recovery flags for validity
Uday Shankar
-0
/
+11
2024-10-21
reiserfs: The last commit
Jan Kara
-1
/
+1
2024-10-18
Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linux
Linus Torvalds
-16
/
+10
2024-10-16
ublk: don't allow user copy for unprivileged device
Ming Lei
-1
/
+10
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
-2
/
+2
2024-10-11
drbd: Remove unused conn_lowest_minor
Dr. David Alan Gilbert
-15
/
+0
2024-10-04
Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+12
[next]