index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Lines
2025-11-17
zloop: fail zone append operations that are targeting full zones
Damien Le Moal
-0
/
+4
2025-11-17
zloop: make the write pointer of full zones invalid
Damien Le Moal
-3
/
+5
2025-11-17
floppy: fix for PAGE_SIZE != 4KB
Rene Rebe
-1
/
+1
2025-11-14
ps3disk: use memcpy_{from,to}_bvec index
Rene Rebe
-0
/
+4
2025-11-12
null_blk: fix zone read length beyond write pointer
Keith Busch
-2
/
+5
2025-11-11
ublk: return unsigned from ublk_{,un}map_io()
Caleb Sander Mateos
-3
/
+4
2025-11-11
ublk: remove unnecessary checks in ublk_check_and_get_req()
Caleb Sander Mateos
-6
/
+0
2025-11-11
nbd: defer config unlock in nbd_genl_connect
Zheng Qixing
-1
/
+2
2025-11-08
nbd: defer config put in recv_work
Zheng Qixing
-1
/
+1
2025-11-06
virtio_blk: NULL out vqs to avoid double free on failed resume
Cong Zhang
-1
/
+12
2025-11-06
null_blk: allow byte aligned memory offsets
Keith Busch
-22
/
+25
2025-11-06
null_blk: single kmap per bio segment
Keith Busch
-18
/
+14
2025-11-06
null_blk: consistently use blk_status_t
Keith Busch
-7
/
+7
2025-11-06
null_blk: simplify copy_from_nullb
Keith Busch
-4
/
+3
2025-11-06
ublk: use rq_for_each_segment() for user copy
Caleb Sander Mateos
-51
/
+19
2025-11-06
ublk: use copy_{to,from}_iter() for user copy
Caleb Sander Mateos
-48
/
+14
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+1
2025-11-05
rust: block: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
-2
/
+1
2025-11-05
block: introduce disk_report_zone()
Damien Le Moal
-12
/
+14
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-2
/
+2
2025-11-04
nbd: don't copy kernel creds
Christian Brauner
-33
/
+21
2025-11-03
ublk: use struct_size() for allocation
Ming Lei
-3
/
+3
2025-11-03
ublk: implement NUMA-aware memory allocation
Ming Lei
-31
/
+53
2025-11-03
ublk: reorder tag_set initialization before queue allocation
Ming Lei
-6
/
+6
2025-11-03
io_uring/uring_cmd: avoid double indirect call in task work dispatch
Caleb Sander Mateos
-11
/
+11
2025-11-03
drbd: replace kmap() with kmap_local_page() in receiver path
Shi Hao
-4
/
+4
2025-10-31
Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+1
2025-10-31
null_blk: set dma alignment to logical block size
Hans Holmberg
-0
/
+1
2025-10-24
Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+15
2025-10-20
nbd: override creds to kernel when calling sock_{send,recv}msg()
Ondrej Mosnacek
-0
/
+15
2025-10-20
rnull: use `kernel::fmt`
Tamir Duberstein
-4
/
+5
2025-10-10
Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-3
/
+7
2025-10-08
loop: remove redundant __GFP_NOWARN flag
Pedro Demarchi Gomes
-1
/
+1
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-16
/
+9
2025-10-02
loop: fix backing file reference leak on validation error
Li Chen
-2
/
+6
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-296
/
+617
2025-10-02
Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+3
2025-09-30
Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
-1
/
+1
2025-09-24
ublk: remove redundant zone op check in ublk_setup_iod()
Caleb Sander Mateos
-5
/
+0
2025-09-23
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
-3
/
+3
2025-09-21
aoe: stop calling page_address() in free_page()
Vishal Moola (Oracle)
-1
/
+1
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
-5
/
+3
2025-09-20
ublk: don't access ublk_queue in ublk_unmap_io()
Caleb Sander Mateos
-10
/
+14
2025-09-20
ublk: pass ublk_io to __ublk_complete_rq()
Caleb Sander Mateos
-6
/
+5
2025-09-20
ublk: don't access ublk_queue in ublk_need_complete_req()
Caleb Sander Mateos
-3
/
+3
2025-09-20
ublk: don't access ublk_queue in ublk_check_commit_and_fetch()
Caleb Sander Mateos
-4
/
+4
2025-09-20
ublk: don't pass ublk_queue to ublk_fetch()
Caleb Sander Mateos
-3
/
+2
2025-09-20
ublk: don't access ublk_queue in ublk_config_io_buf()
Caleb Sander Mateos
-5
/
+5
2025-09-20
ublk: don't access ublk_queue in ublk_check_fetch_buf()
Caleb Sander Mateos
-4
/
+4
[prev]
[next]