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.12.y
linux-6.13.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
2023-04-13
ublk: read any SQE values upfront
Jens Axboe
1
-2
/
+20
2023-04-13
block: ublk: make sure that block size is set correctly
Ming Lei
1
-1
/
+3
2023-04-06
block/io_uring: pass in issue_flags for uring_cmd task_work handling
Jens Axboe
1
-13
/
+18
2023-04-06
loop: LOOP_CONFIGURE: send uevents for partitions
Alyssa Ross
1
-9
/
+9
2023-03-22
block: sunvdc: add check for mdesc_grab() returning NULL
Liang He
1
-0
/
+2
2023-03-22
block: null_blk: Fix handling of fake timeout request
Damien Le Moal
1
-3
/
+3
2023-03-22
loop: Fix use-after-free issues
Bart Van Assche
1
-8
/
+17
2023-03-11
loop: loop_set_status_from_info() check before assignment
Zhong Jinghua
1
-4
/
+4
2023-03-10
brd: use radix_tree_maybe_preload instead of radix_tree_preload
Pankaj Raghav
1
-1
/
+1
2023-03-10
rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
Ilya Dryomov
1
-11
/
+9
2023-03-10
brd: check for REQ_NOWAIT and set correct page allocation mask
Jens Axboe
1
-20
/
+28
2023-03-10
brd: return 0/-error from brd_insert_page()
Jens Axboe
1
-14
/
+12
2023-03-10
brd: mark as nowait compatible
Jens Axboe
1
-0
/
+1
2023-03-10
block: ublk: check IO buffer based on flag need_get_data
Liu Xiaodong
1
-4
/
+9
2023-03-10
ublk_drv: don't probe partitions if the ubq daemon isn't trusted
Ming Lei
1
-0
/
+9
2023-03-10
ublk_drv: remove nr_aborted_queues from ublk_device
Ming Lei
1
-1
/
+0
2023-02-09
block: ublk: extending queue_size to fix overflow
Liu Xiaodong
1
-1
/
+1
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
4
-13
/
+13
2023-02-01
block: ublk: move ublk_chr_class destroying after devices are removed
Ming Lei
1
-4
/
+3
2023-02-01
block/rnbd-clt: fix wrong max ID in ida_alloc_max
Guoqing Jiang
1
-1
/
+1
2023-01-24
pktcdvd: check for NULL returna fter calling bio_split_to_limits()
Jens Axboe
1
-0
/
+2
2023-01-18
block: handle bio_split_to_limits() NULL return
Jens Axboe
2
-0
/
+4
2023-01-12
virtio_blk: Fix signedness bug in virtblk_prep_rq()
Rafael Mendonca
1
-2
/
+4
2023-01-12
virtio-blk: use a helper to handle request queuing errors
Dmitry Fomichev
1
-13
/
+16
2023-01-12
ublk: honor IO_URING_F_NONBLOCK for handling control command
Ming Lei
1
-0
/
+3
2022-12-31
floppy: Fix memory leak in do_floppy_init()
Yuan Can
1
-1
/
+3
2022-12-31
loop: Fix the max_loop commandline argument treatment when it is set to 0
Isaac J. Manjarres
1
-16
/
+12
2022-12-31
drbd: destroy workqueue when drbd device was freed
Wang ShaoBo
1
-1
/
+5
2022-12-31
drbd: remove call to memset before free device/resource/connection
Wang ShaoBo
1
-3
/
+0
2022-12-31
drbd: use blk_queue_max_discard_sectors helper
Christoph Böhmwalder
1
-5
/
+5
2022-11-26
Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linux
Linus Torvalds
1
-44
/
+38
2022-11-24
ublk_drv: don't forward io commands in reserve order
Ming Lei
1
-44
/
+38
2022-11-19
Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2022-11-15
drbd: use after free in drbd_create_device()
Dan Carpenter
1
-2
/
+2
2022-11-05
Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linux
Linus Torvalds
2
-47
/
+74
2022-10-31
ublk_drv: add ublk_queue_cmd() for cleanup
Ming Lei
1
-26
/
+21
2022-10-31
ublk_drv: avoid to touch io_uring cmd in blk_mq io path
Ming Lei
1
-30
/
+53
2022-10-31
ublk_drv: comment on ublk_driver entry of Kconfig
Ming Lei
1
-0
/
+6
2022-10-31
ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of module
Ming Lei
1
-0
/
+3
2022-10-30
Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+3
2022-10-27
rbd: fix possible memory leak in rbd_sysfs_init()
Yang Yingliang
1
-1
/
+3
2022-10-22
Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linux
Linus Torvalds
2
-9
/
+7
2022-10-20
drbd: only clone bio if we have a backing device
Christoph Böhmwalder
1
-8
/
+6
2022-10-20
ublk_drv: use flexible-array member instead of zero-length array
Yushan Zhou
1
-1
/
+1
2022-10-17
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-23
/
+3
2022-10-13
zram: always expose rw_page
Brian Geffon
1
-23
/
+3
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-22
/
+31
2022-10-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-18
/
+92
[prev]
[next]