index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
drbd: correctly submit flush bio on barrier
Christoph Böhmwalder
2023-05-17
1
-1
/
+1
*
block: sunvdc: add check for mdesc_grab() returning NULL
Liang He
2023-03-22
1
-0
/
+2
*
rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
Ilya Dryomov
2023-03-11
1
-11
/
+9
*
drbd: use after free in drbd_create_device()
Dan Carpenter
2022-11-25
1
-2
/
+2
*
nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
Shigeru Yoshida
2022-10-26
1
-2
/
+4
*
loop: Check for overflow while configuring loop
Siddh Raman Pant
2022-09-05
1
-0
/
+5
*
xen/blkfront: force data bouncing when backend is untrusted
Roger Pau Monne
2022-07-07
1
-15
/
+27
*
xen/blkfront: fix leaking data in shared pages
Roger Pau Monne
2022-07-07
1
-3
/
+4
*
nbd: fix io hung while disconnecting device
Yu Kuai
2022-06-14
1
-1
/
+1
*
nbd: fix race between nbd_alloc_config() and module removal
Yu Kuai
2022-06-14
1
-9
/
+19
*
nbd: call genl_unregister_family() first in nbd_cleanup()
Yu Kuai
2022-06-14
1
-1
/
+6
*
drbd: remove usage of list iterator variable after loop
Jakob Koschel
2022-05-25
1
-2
/
+5
*
floppy: use a statically allocated error counter
Willy Tarreau
2022-05-25
1
-10
/
+7
*
block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicit
Lee Jones
2022-05-15
1
-5
/
+8
*
floppy: disable FDRAWCMD by default
Willy Tarreau
2022-05-12
2
-11
/
+48
*
drbd: Fix five use after free bugs in get_initial_state
Lv Yunlong
2022-04-20
4
-33
/
+42
*
loop: use sysfs_emit() in the sysfs xxx show()
Chaitanya Kulkarni
2022-04-20
1
-5
/
+5
*
drbd: fix potential silent data corruption
Lars Ellenberg
2022-04-20
1
-1
/
+2
*
virtio-blk: Use blk_validate_block_size() to validate block size
Xie Yongji
2022-04-20
1
-2
/
+10
*
xen/blkfront: don't use gnttab_query_foreign_access() for mapped status
Juergen Gross
2022-03-11
1
-28
/
+39
*
floppy: Add max size check for user space request
Xiongwei Song
2022-01-27
1
-1
/
+3
*
floppy: Fix hang in watchdog when disk is ejected
Tasos Sahanidis
2022-01-27
1
-1
/
+1
*
xen/blkfront: harden blkfront against event channel storms
Juergen Gross
2021-12-22
1
-3
/
+12
*
xen/blkfront: don't trust the backend response data blindly
Juergen Gross
2021-12-08
1
-17
/
+53
*
xen/blkfront: don't take local copy of a request from the ring page
Juergen Gross
2021-12-08
1
-10
/
+15
*
xen/blkfront: read response from backend only once
Juergen Gross
2021-12-08
1
-17
/
+18
*
cryptoloop: add a deprecation warning
Christoph Hellwig
2021-09-22
2
-2
/
+4
*
Revert "floppy: reintroduce O_NDELAY fix"
Denis Efremov
2021-09-03
1
-14
/
+13
*
virtio-blk: Fix memory leak among suspend/resume procedure
Xie Yongji
2021-07-20
1
-0
/
+2
*
xen-blkback: don't leak persistent grants from xen_blkbk_map()
Jan Beulich
2021-03-30
1
-1
/
+1
*
block: rsxx: fix error return code of rsxx_pci_probe()
Jia-Ju Bai
2021-03-17
1
-0
/
+1
*
rsxx: Return -EFAULT if copy_to_user() fails
Dan Carpenter
2021-03-11
1
-3
/
+5
*
zsmalloc: account the number of compacted pages correctly
Rokudo Yan
2021-03-07
1
-1
/
+1
*
floppy: reintroduce O_NDELAY fix
Jiri Kosina
2021-03-03
1
-13
/
+14
*
xen-blkback: fix error handling in xen_blkbk_map()
Jan Beulich
2021-02-23
1
-10
/
+14
*
xen-blkback: don't "handle" error by BUG()
Jan Beulich
2021-02-23
1
-4
/
+2
*
xen-blkfront: allow discard-* nodes to be optional
Roger Pau Monne
2021-02-03
1
-13
/
+7
*
nbd: freeze the queue while we're adding connections
Josef Bacik
2021-02-03
1
-0
/
+8
*
block: rsxx: select CONFIG_CRC32
Arnd Bergmann
2021-01-17
1
-0
/
+1
*
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
SeongJae Park
2020-12-29
1
-1
/
+2
*
xen-blkback: set ring->xenblkd to NULL after kthread_stop()
Pawel Wieczorkiewicz
2020-12-29
1
-0
/
+1
*
xen/blkback: use lateeoi irq binding
Juergen Gross
2020-11-18
2
-8
/
+19
*
nbd: fix a block_device refcount leak in nbd_release
Christoph Hellwig
2020-11-18
1
-0
/
+1
*
nbd: don't update block size after device is started
Ming Lei
2020-11-18
1
-4
/
+5
*
nbd: make the config put is called before the notifying the waiter
Xiubo Li
2020-11-05
1
-1
/
+1
*
rbd: require global CAP_SYS_ADMIN for mapping and unmapping
Ilya Dryomov
2020-09-23
1
-0
/
+12
*
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
2020-09-09
4
-13
/
+0
*
null_blk: fix passing of REQ_FUA flag in null_handle_rq
Hou Pu
2020-09-03
1
-1
/
+1
*
Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"
Wade Mealing
2020-07-22
1
-1
/
+2
*
nbd: Fix memory leak in nbd_add_socket
Zheng Bin
2020-07-22
1
-10
/
+15
[next]