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.19.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-7.0.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
2025-11-20
zloop: clear nowait flag in workqueue context
Chaitanya Kulkarni
1
-0
/
+4
2025-11-20
loop: clear nowait flag in workqueue context
Chaitanya Kulkarni
1
-0
/
+4
2025-11-19
zloop: fix zone append check in zloop_rw()
Damien Le Moal
1
-1
/
+2
2025-11-18
loop: add hint for handling aio via IOCB_NOWAIT
Ming Lei
1
-0
/
+61
2025-11-18
loop: try to handle loop aio command via NOWAIT IO first
Ming Lei
1
-5
/
+63
2025-11-18
loop: move command blkcg/memcg initialization into loop_queue_work
Ming Lei
1
-15
/
+17
2025-11-18
loop: add lo_submit_rw_aio()
Ming Lei
1
-17
/
+24
2025-11-18
loop: add helper lo_rw_aio_prep()
Ming Lei
1
-23
/
+40
2025-11-18
loop: add helper lo_cmd_nr_bvec()
Ming Lei
1
-4
/
+14
2025-11-18
drbd: turn bitmap I/O comments into regular block comments
Sukrut Heroorkar
1
-5
/
+5
2025-11-17
zloop: introduce the ordered_zone_append configuration parameter
Damien Le Moal
1
-12
/
+96
2025-11-17
zloop: introduce the zone_append configuration parameter
Damien Le Moal
1
-2
/
+30
2025-11-17
zloop: simplify checks for writes to sequential zones
Damien Le Moal
1
-10
/
+9
2025-11-17
zloop: fail zone append operations that are targeting full zones
Damien Le Moal
1
-0
/
+4
2025-11-17
zloop: make the write pointer of full zones invalid
Damien Le Moal
1
-3
/
+5
2025-11-17
floppy: fix for PAGE_SIZE != 4KB
Rene Rebe
1
-1
/
+1
2025-11-14
ps3disk: use memcpy_{from,to}_bvec index
Rene Rebe
1
-0
/
+4
2025-11-12
null_blk: fix zone read length beyond write pointer
Keith Busch
2
-2
/
+5
2025-11-11
ublk: return unsigned from ublk_{,un}map_io()
Caleb Sander Mateos
1
-3
/
+4
2025-11-11
ublk: remove unnecessary checks in ublk_check_and_get_req()
Caleb Sander Mateos
1
-6
/
+0
2025-11-11
nbd: defer config unlock in nbd_genl_connect
Zheng Qixing
1
-1
/
+2
2025-11-08
nbd: defer config put in recv_work
Zheng Qixing
1
-1
/
+1
2025-11-07
virtio_blk: NULL out vqs to avoid double free on failed resume
Cong Zhang
1
-1
/
+12
2025-11-07
null_blk: allow byte aligned memory offsets
Keith Busch
2
-22
/
+25
2025-11-07
null_blk: single kmap per bio segment
Keith Busch
1
-18
/
+14
2025-11-07
null_blk: consistently use blk_status_t
Keith Busch
1
-7
/
+7
2025-11-07
null_blk: simplify copy_from_nullb
Keith Busch
1
-4
/
+3
2025-11-07
ublk: use rq_for_each_segment() for user copy
Caleb Sander Mateos
1
-51
/
+19
2025-11-07
ublk: use copy_{to,from}_iter() for user copy
Caleb Sander Mateos
1
-48
/
+14
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-11-06
rust: block: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-2
/
+1
2025-11-05
block: introduce disk_report_zone()
Damien Le Moal
5
-12
/
+14
2025-11-05
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-05
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-11-04
nbd: don't copy kernel creds
Christian Brauner
1
-33
/
+21
2025-11-03
ublk: use struct_size() for allocation
Ming Lei
1
-3
/
+3
2025-11-03
ublk: implement NUMA-aware memory allocation
Ming Lei
1
-31
/
+53
2025-11-03
ublk: reorder tag_set initialization before queue allocation
Ming Lei
1
-6
/
+6
2025-11-03
io_uring/uring_cmd: avoid double indirect call in task work dispatch
Caleb Sander Mateos
1
-11
/
+11
2025-11-03
drbd: replace kmap() with kmap_local_page() in receiver path
Shi Hao
1
-4
/
+4
2025-10-31
Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2025-10-31
null_blk: set dma alignment to logical block size
Hans Holmberg
1
-0
/
+1
2025-10-24
Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+15
2025-10-20
nbd: override creds to kernel when calling sock_{send,recv}msg()
Ondrej Mosnacek
1
-0
/
+15
2025-10-20
rnull: use `kernel::fmt`
Tamir Duberstein
1
-4
/
+5
2025-10-10
Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+7
2025-10-08
loop: remove redundant __GFP_NOWARN flag
Pedro Demarchi Gomes
1
-1
/
+1
2025-10-03
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-16
/
+9
2025-10-03
loop: fix backing file reference leak on validation error
Li Chen
1
-2
/
+6
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
23
-296
/
+617
[prev]
[next]