index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-20
mtip: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-6
/
+7
2024-02-20
floppy: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-2
/
+4
2024-02-20
aoe: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-8
/
+7
2024-02-20
zram: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-24
/
+23
2024-02-20
n64cart: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-3
/
+5
2024-02-20
brd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-10
/
+11
2024-02-20
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
7
-19
/
+26
2024-02-18
nbd: null check for nla_nest_start
Navid Emamdoost
1
-0
/
+6
2024-02-13
loop: use the atomic queue limits update API
Christoph Hellwig
1
-16
/
+25
2024-02-13
loop: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-4
/
+7
2024-02-13
loop: cleanup loop_config_discard
Christoph Hellwig
1
-19
/
+8
2024-02-13
virtio_blk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-66
/
+64
2024-02-13
virtio_blk: split virtblk_probe
Christoph Hellwig
1
-92
/
+101
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
18
-18
/
+18
2024-02-13
drbd: fix function cast warnings in state machine
Arnd Bergmann
2
-14
/
+18
2024-02-13
floppy: fix function pointer cast warnings
Arnd Bergmann
1
-4
/
+7
2024-02-10
Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+4
2024-02-08
null_blk: add configfs variable shared_tags
Shin'ichiro Kawasaki
2
-18
/
+21
2024-02-08
virtio-blk: Ensure no requests in virtqueues before deleting vqs.
Yi Sun
1
-3
/
+4
2024-02-06
block: rbd: make rbd_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-01-27
Merge tag 'block-6.8-2024-01-26' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+4
2024-01-24
aoe: avoid potential deadlock at set_capacity
Maksim Kiselev
1
-1
/
+4
2024-01-22
rbd: don't move requests to the running list on errors
Ilya Dryomov
1
-8
/
+14
2024-01-22
rbd: remove usage of the deprecated ida_simple_*() API
Christophe JAILLET
1
-5
/
+5
2024-01-19
Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux
Linus Torvalds
4
-36
/
+28
2024-01-18
loop: fix the the direct I/O support check when used on top of block devices
Christoph Hellwig
1
-27
/
+25
2024-01-17
nbd: always initialize struct msghdr completely
Eric Dumazet
1
-5
/
+1
2024-01-15
virtio_blk: remove duplicate check if queue is broken in virtblk_done
Li RongQing
1
-2
/
+0
2024-01-14
null_blk: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-2
/
+2
2024-01-12
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-01-12
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
13
-115
/
+84
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-34
/
+42
2024-01-09
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-1
/
+1
2024-01-08
Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+2
2024-01-08
Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+0
2024-01-05
drivers/block/xen-blkback/common.h: Fix spelling typo in comment
liyouhong
1
-1
/
+1
2023-12-29
zram: use the default discard granularity
Christoph Hellwig
1
-1
/
+0
2023-12-29
null_blk: use the default discard granularity
Christoph Hellwig
1
-1
/
+0
2023-12-29
nbd: use the default discard granularity
Christoph Hellwig
1
-5
/
+1
2023-12-27
loop: don't abuse BLK_DEF_MAX_SECTORS
Christoph Hellwig
1
-1
/
+2
2023-12-27
aoe: don't abuse BLK_DEF_MAX_SECTORS
Christoph Hellwig
1
-1
/
+2
2023-12-27
null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
Christoph Hellwig
1
-10
/
+2
2023-12-27
loop: don't update discard limits from loop_set_status
Christoph Hellwig
1
-2
/
+0
2023-12-22
drbd: actlog: fix kernel-doc warnings and spelling
Randy Dunlap
1
-6
/
+10
2023-12-20
block: simplify disk_set_zoned
Christoph Hellwig
3
-3
/
+3
2023-12-20
block: remove support for the host aware zone model
Christoph Hellwig
3
-3
/
+3
2023-12-20
virtio_blk: remove the broken zone revalidation support
Christoph Hellwig
1
-26
/
+0
2023-12-20
virtio_blk: cleanup zoned device probing
Christoph Hellwig
1
-28
/
+22
2023-12-13
block/rnbd-srv: Check for unlikely string overflow
Kees Cook
1
-9
/
+10
2023-12-12
io_uring: split out cmd api into a separate header
Pavel Begunkov
1
-1
/
+1
[prev]
[next]