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
*
virtio-blk: Ensure no requests in virtqueues before deleting vqs.
Yi Sun
2024-03-01
1
-3
/
+4
*
aoe: avoid potential deadlock at set_capacity
Maksim Kiselev
2024-03-01
1
-1
/
+4
*
block/rnbd-srv: Check for unlikely string overflow
Kees Cook
2024-02-05
1
-9
/
+10
*
rbd: don't move requests to the running list on errors
Ilya Dryomov
2024-01-31
1
-8
/
+14
*
nbd: always initialize struct msghdr completely
Eric Dumazet
2024-01-31
1
-5
/
+1
*
loop: fix the the direct I/O support check when used on top of block devices
Christoph Hellwig
2024-01-25
1
-27
/
+25
*
null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
Christoph Hellwig
2024-01-25
1
-10
/
+2
*
virtio_blk: fix snprintf truncation compiler warning
Stefan Hajnoczi
2024-01-20
1
-4
/
+4
*
nbd: pass nbd_sock to nbd_read_reply() instead of index
Li Nan
2023-12-20
1
-13
/
+22
*
nbd: fix null-ptr-dereference while accessing 'nbd->config'
Li Nan
2023-12-20
1
-1
/
+17
*
nbd: factor out a helper to get nbd_config without holding 'config_lock'
Li Nan
2023-12-20
1
-8
/
+19
*
nbd: fold nbd config initialization into nbd_alloc_config()
Li Nan
2023-12-20
1
-22
/
+19
*
virtio-blk: fix implicit overflow on virtio_max_dma_size
zhenwei pi
2023-11-28
1
-1
/
+3
*
nbd: fix uaf in nbd_open
Li Lingfeng
2023-11-20
1
-2
/
+9
*
Merge tag 'block-6.6-2023-10-06' of git://git.kernel.dk/linux
Linus Torvalds
2023-10-06
1
-1
/
+2
|
\
|
*
nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctl
Christoph Hellwig
2023-10-03
1
-1
/
+2
*
|
rbd: take header_rwsem in rbd_dev_refresh() only when updating
Ilya Dryomov
2023-09-26
1
-11
/
+11
*
|
rbd: decouple parent info read-in from updating rbd_dev
Ilya Dryomov
2023-09-26
1
-62
/
+80
*
|
rbd: decouple header read-in from updating rbd_dev->header
Ilya Dryomov
2023-09-26
1
-92
/
+114
*
|
rbd: move rbd_dev_refresh() definition
Ilya Dryomov
2023-09-26
1
-35
/
+33
|
/
*
Merge tag 'block-6.6-2023-09-08' of git://git.kernel.dk/linux
Linus Torvalds
2023-09-08
2
-3
/
+11
|
\
|
*
drbd: swap bvec_set_page len and offset
Christoph Böhmwalder
2023-09-06
1
-1
/
+1
|
*
null_blk: fix poll request timeout handling
Chengming Zhou
2023-09-01
1
-2
/
+10
*
|
Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-09-06
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
rbd: use list_for_each_entry() helper
Jinjie Ruan
2023-08-30
1
-3
/
+1
*
|
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
3
-29
/
+340
|
\
\
|
*
|
ublk: zoned: support REQ_OP_ZONE_RESET_ALL
Ming Lei
2023-08-20
1
-2
/
+5
|
*
|
drivers/rnbd: restore sysfs interface to rnbd-client
Li Zhijian
2023-08-16
1
-1
/
+1
|
*
|
ublk: Switch to memdup_user_nul() helper
Ruan Jinjie
2023-08-15
1
-8
/
+3
|
*
|
ublk: fix 'warn: variable dereferenced before check 'req'' from Smatch
Ming Lei
2023-08-11
1
-1
/
+3
|
*
|
swim3: mark swim3_init() static
Arnd Bergmann
2023-08-10
1
-1
/
+1
|
*
|
ublk: Fix signedness bug returning warning
Li Zetao
2023-08-10
1
-2
/
+2
|
*
|
ublk: enable zoned storage support
Andreas Hindborg
2023-08-08
1
-15
/
+316
|
*
|
ublk: move check for empty address field on command submission
Andreas Hindborg
2023-08-08
1
-5
/
+9
|
*
|
ublk: add helper to check if device supports user copy
Andreas Hindborg
2023-08-08
1
-1
/
+6
|
*
|
nbd: automatically load module on genl access
Thomas Weißschuh
2023-07-17
1
-0
/
+1
*
|
|
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-08-29
1
-4
/
+5
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-24
1
-1
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
1
-12
/
+20
|
|
\
\
\
|
*
|
|
|
genetlink: remove userhdr from struct genl_info
Jakub Kicinski
2023-08-15
1
-4
/
+5
*
|
|
|
|
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
4
-10
/
+7
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...
Christian Brauner
2023-08-23
2
-30
/
+20
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
amiflop: don't call fsync_bdev in FDFMTBEG
Christoph Hellwig
2023-08-21
1
-1
/
+0
|
*
|
|
|
floppy: call disk_force_media_change when changing the format
Christoph Hellwig
2023-08-21
1
-1
/
+1
|
*
|
|
|
block: simplify the disk_force_media_change interface
Christoph Hellwig
2023-08-21
1
-3
/
+3
|
*
|
|
|
nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
Christoph Hellwig
2023-08-21
1
-5
/
+3
*
|
|
|
|
Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-19
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
drivers/rnbd: restore sysfs interface to rnbd-client
Li Zhijian
2023-08-18
1
-1
/
+1
*
|
|
|
|
Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-11
1
-12
/
+20
|
\
|
|
|
|
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
zram: take device and not only bvec offset into account
Christoph Hellwig
2023-08-05
1
-12
/
+20
[next]