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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-01-18
block: handle bio_split_to_limits() NULL return
Jens Axboe
4
-0
/
+8
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-11-26
drbd: use after free in drbd_create_device()
Dan Carpenter
1
-2
/
+2
2022-10-26
nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
Shigeru Yoshida
1
-2
/
+4
2022-09-08
xen-blkfront: Cache feature_persistent value before advertisement
SeongJae Park
1
-7
/
+7
2022-09-08
xen-blkfront: Advertise feature-persistent as user requested
SeongJae Park
1
-2
/
+6
2022-09-08
xen-blkback: Advertise feature-persistent as user requested
SeongJae Park
2
-2
/
+7
2022-08-31
loop: Check for overflow while configuring loop
Siddh Raman Pant
1
-0
/
+5
2022-08-25
zram: do not lookup algorithm in backends table
Sergey Senozhatsky
1
-6
/
+5
2022-08-17
xen-blkfront: Apply 'feature_persistent' parameter when connect
SeongJae Park
1
-3
/
+1
2022-08-17
xen-blkback: Apply 'feature_persistent' parameter when connect
Maximilian Heyne
1
-6
/
+3
2022-08-17
xen-blkback: fix persistent grants negotiation
SeongJae Park
1
-8
/
+7
2022-08-17
null_blk: fix ida error handling in null_add_dev()
Dan Carpenter
1
-3
/
+11
2022-08-17
block/rnbd-srv: Set keep_id to true after mutex_trylock
Md Haris Iqbal
1
-1
/
+2
2022-08-17
RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_path
Vaishali Thakkar
1
-6
/
+6
2022-07-12
virtio-blk: modify the value type of num in virtio_queue_rq()
Ye Guojin
1
-1
/
+1
2022-07-12
drbd: fix an invalid memory access caused by incorrect use of list iterator
Xiaomeng Tong
1
-4
/
+2
2022-07-12
drbd: Fix double free problem in drbd_create_device
Wu Bo
1
-3
/
+1
2022-07-12
drbd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2022-07-12
virtio-blk: avoid preallocating big SGL for data
Max Gurtovoy
2
-56
/
+101
2022-07-07
xen/blkfront: force data bouncing when backend is untrusted
Roger Pau Monne
1
-15
/
+34
2022-07-07
xen/blkfront: fix leaking data in shared pages
Roger Pau Monne
1
-3
/
+4
2022-06-29
xen-blkfront: Handle NULL gendisk
Jason Andryuk
1
-7
/
+12
2022-06-14
nbd: fix io hung while disconnecting device
Yu Kuai
1
-1
/
+1
2022-06-14
nbd: fix race between nbd_alloc_config() and module removal
Yu Kuai
1
-9
/
+19
2022-06-14
nbd: call genl_unregister_family() first in nbd_cleanup()
Yu Kuai
1
-1
/
+6
2022-06-09
virtio_blk: fix the discard_granularity and discard_alignment queue limits
Christoph Hellwig
1
-3
/
+4
2022-06-09
drbd: fix duplicate array initializer
Arnd Bergmann
1
-5
/
+6
2022-06-09
nbd: Fix hung on disconnect request if socket is closed before
Xie Yongji
1
-4
/
+9
2022-05-25
drbd: remove usage of list iterator variable after loop
Jakob Koschel
1
-2
/
+5
2022-05-25
floppy: use a statically allocated error counter
Willy Tarreau
1
-10
/
+8
2022-05-01
floppy: disable FDRAWCMD by default
Willy Tarreau
2
-11
/
+48
2022-04-20
drbd: set QUEUE_FLAG_STABLE_WRITES
Christoph Böhmwalder
1
-0
/
+1
2022-04-13
Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"
Jens Axboe
1
-12
/
+12
2022-04-13
drbd: Fix five use after free bugs in get_initial_state
Lv Yunlong
4
-33
/
+42
2022-04-13
nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
Zhang Wensheng
1
-12
/
+12
2022-04-13
nbd: Fix hungtask when nbd_config_put
Ye Bin
1
-20
/
+16
2022-04-13
nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add
Ye Bin
1
-1
/
+1
2022-04-13
nbd: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2022-04-08
n64cart: convert bi_disk to bi_bdev->bd_disk fix build
Jackie Liu
1
-1
/
+1
2022-04-08
loop: use sysfs_emit() in the sysfs xxx show()
Chaitanya Kulkarni
1
-5
/
+5
2022-04-08
drbd: fix potential silent data corruption
Lars Ellenberg
1
-1
/
+2
2022-04-08
virtio-blk: Use blk_validate_block_size() to validate block size
Xie Yongji
1
-2
/
+10
2022-03-16
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
5
-0
/
+5
2022-03-16
virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
Xie Yongji
1
-2
/
+8
2022-03-11
xen/blkfront: don't use gnttab_query_foreign_access() for mapped status
Juergen Gross
1
-26
/
+37
2022-03-08
block: loop:use kstatfs.f_bsize of backing file to set discard granularity
Ming Lei
1
-1
/
+7
[next]