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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
1
-2
/
+2
2025-01-03
ps3disk: Do not use dev->bounce_size before it is set
Geert Uytterhoeven
1
-2
/
+2
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-3
/
+3
2024-12-28
Merge tag 'block-6.13-20241228' of git://git.kernel.dk/linux
Linus Torvalds
1
-9
/
+17
2024-12-26
ublk: detach gendisk from ublk device if add_disk() fails
Ming Lei
1
-9
/
+17
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
18
-24
/
+7
2024-12-23
virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queues
Daniel Wagner
1
-2
/
+2
2024-12-23
null_blk: Remove accesses to page->index
Matthew Wilcox (Oracle)
1
-6
/
+6
2024-12-23
block: rnull: Initialize the module in place
BenoƮt du Garreau
1
-12
/
+18
2024-12-23
block: Delete bio_set_prio()
John Garry
1
-1
/
+1
2024-12-23
null_blk: Add rotational feature support
Damien Le Moal
2
-1
/
+13
2024-12-18
zram: fix uninitialized ZRAM not releasing backing device
Kairui Song
1
-5
/
+4
2024-12-18
zram: refuse to use zero sized block device as backing device
Kairui Song
1
-0
/
+6
2024-12-05
virtio-blk: don't keep queue frozen during system suspend
Ming Lei
1
-2
/
+5
2024-12-03
block: rnull: add missing MODULE_DESCRIPTION
FUJITA Tomonori
1
-0
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
3
-17
/
+19
2024-11-29
brd: decrease the number of allocated pages which discarded
Zhang Xianwei
1
-1
/
+3
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-2
/
+2
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-98
/
+290
2024-11-21
Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-11-19
ublk: fix error code for unsupported command
Ming Lei
1
-1
/
+1
2024-11-19
loop: Fix ABBA locking race
OGAWA Hirofumi
1
-15
/
+15
2024-11-14
zram: fix NULL pointer in comp_algorithm_show()
Liu Shixin
1
-3
/
+2
2024-11-13
block: don't reorder requests in blk_add_rq_to_plug
Christoph Hellwig
1
-1
/
+1
2024-11-13
block: add a rq_list type
Christoph Hellwig
2
-12
/
+10
2024-11-13
virtio_blk: reverse request order in virtio_queue_rqs
Christoph Hellwig
1
-25
/
+21
2024-11-11
zram: ZRAM_DEF_COMP should depend on ZRAM
Geert Uytterhoeven
1
-0
/
+1
2024-11-11
zram: clear IDLE flag in mark_idle()
Sergey Senozhatsky
1
-0
/
+2
2024-11-11
zram: clear IDLE flag after recompression
Sergey Senozhatsky
1
-0
/
+7
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
3
-3
/
+3
2024-11-11
ublk: fix ublk_ch_mmap() for 64K page size
Ming Lei
1
-3
/
+12
2024-11-09
loop: fix type of block size
Li Wang
1
-3
/
+3
2024-11-07
rbd: unfreeze queue after marking disk as dead
Ming Lei
1
-0
/
+1
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
3
-3
/
+3
2024-11-06
zram: do not open-code comp priority 0
Sergey Senozhatsky
1
-2
/
+2
2024-11-06
mtip32xx: Replace deprecated PCI functions
Philipp Stanner
1
-8
/
+6
2024-11-05
zram: remove UNDER_WB and simplify writeback
Sergey Senozhatsky
2
-38
/
+16
2024-11-05
zram: reshuffle zram_free_page() flags operations
Sergey Senozhatsky
1
-11
/
+7
2024-11-05
zram: do not mark idle slots that cannot be idle
Sergey Senozhatsky
1
-7
/
+18
2024-11-05
zram: rework writeback target selection strategy
Sergey Senozhatsky
1
-19
/
+64
2024-11-05
zram: rework recompress target selection strategy
Sergey Senozhatsky
1
-27
/
+160
2024-11-05
zram: permit only one post-processing operation at a time
Sergey Senozhatsky
2
-0
/
+17
2024-11-05
zram: introduce ZRAM_PP_SLOT flag
Sergey Senozhatsky
2
-0
/
+3
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
3
-3
/
+3
2024-11-01
loop: Simplify discard granularity calc
John Garry
1
-2
/
+1
2024-10-30
brd: defer automatic disk creation until module initialization succeeds
Yang Erkun
1
-22
/
+44
2024-10-30
loop: Use bdev limit helpers for configuring discard
John Garry
1
-4
/
+4
2024-10-22
ublk: support device recovery without I/O queueing
Uday Shankar
1
-15
/
+63
2024-10-22
ublk: merge stop_work and quiesce_work
Uday Shankar
1
-39
/
+25
[prev]
[next]