index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-30
ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
Caleb Sander Mateos
1
-9
/
+61
2025-06-30
ublk: return early if blk_should_fake_timeout()
Caleb Sander Mateos
1
-2
/
+3
2025-06-30
ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
Caleb Sander Mateos
1
-5
/
+22
2025-06-30
ublk: don't take ublk_queue in ublk_unregister_io_buf()
Caleb Sander Mateos
1
-3
/
+3
2025-06-30
ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
Caleb Sander Mateos
1
-4
/
+1
2025-06-30
ublk: remove task variable from __ublk_ch_uring_cmd()
Caleb Sander Mateos
1
-3
/
+1
2025-06-30
ublk: handle UBLK_IO_FETCH_REQ earlier
Caleb Sander Mateos
1
-9
/
+12
2025-06-30
ublk: check cmd_op first
Caleb Sander Mateos
1
-6
/
+6
2025-06-30
ublk: remove struct ublk_rq_data
Caleb Sander Mateos
1
-60
/
+71
2025-06-30
ublk: use vmalloc for ublk_device's __queues
Caleb Sander Mateos
1
-2
/
+2
2025-06-27
Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
1
-12
/
+37
2025-06-26
ublk: sanity check add_dev input for underflow
Ronnie Sahlberg
1
-1
/
+2
2025-06-24
ublk: setup ublk_io correctly in case of ublk_get_data() failure
Ming Lei
1
-10
/
+25
2025-06-24
ublk: build batch from IOs in same io_ring_ctx and io task
Ming Lei
1
-1
/
+10
2025-06-19
Merge tag 'block-6.16-20250619' of git://git.kernel.dk/linux
Linus Torvalds
4
-3
/
+22
2025-06-19
ublk: santizize the arguments from userspace when adding a device
Ronnie Sahlberg
1
-0
/
+3
2025-06-17
aoe: defer rexmit timer downdev work to workqueue
Justin Sanders
3
-3
/
+11
2025-06-17
aoe: clean device rq_list in aoedev_downdev()
Justin Sanders
1
-0
/
+8
2025-06-14
Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+5
2025-06-11
loop: move lo_set_size() out of queue freeze
Ming Lei
1
-6
/
+5
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
6
-10
/
+14
2025-06-06
Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
2
-57
/
+62
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+2
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-13
/
+35
2025-05-31
zram: support deflate-specific params
Sergey Senozhatsky
3
-6
/
+28
2025-05-31
zram: rename ZCOMP_PARAM_NO_LEVEL
Sergey Senozhatsky
6
-7
/
+7
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-108
/
+223
2025-05-31
ublk: have a per-io daemon instead of a per-queue daemon
Uday Shankar
1
-55
/
+56
2025-05-27
loop: add file_start_write() and file_end_write()
Ming Lei
1
-2
/
+6
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
8
-320
/
+1892
2025-05-23
ublk: add feature UBLK_F_QUIESCE
Ming Lei
1
-1
/
+123
2025-05-22
Merge tag 'block-6.15-20250522' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+0
2025-05-22
ublk: run auto buf unregisgering in same io_ring_ctx with registering
Ming Lei
1
-3
/
+16
2025-05-22
ublk: remove io argument from ublk_auto_buf_reg_fallback()
Caleb Sander Mateos
1
-2
/
+2
2025-05-21
ublk: handle ublk_set_auto_buf_reg() failure correctly in ublk_fetch()
Ming Lei
1
-1
/
+1
2025-05-20
ublk: support UBLK_AUTO_BUF_REG_FALLBACK
Ming Lei
1
-0
/
+16
2025-05-20
ublk: register buffer to local io_uring with provided buf index via UBLK_F_AU...
Ming Lei
1
-7
/
+49
2025-05-20
ublk: prepare for supporting to register request buffer automatically
Ming Lei
1
-6
/
+64
2025-05-20
ublk: convert to refcount_t
Ming Lei
1
-14
/
+5
2025-05-20
loop: don't require ->write_iter for writable files in loop_configure
Christoph Hellwig
1
-3
/
+0
2025-05-16
Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-05-15
ublk: fix dead loop when canceling io command
Ming Lei
1
-1
/
+1
2025-05-14
brd: avoid extra xarray lookups on first write
Christoph Hellwig
1
-43
/
+33
2025-05-11
zram: modernize writeback interface
Sergey Senozhatsky
1
-105
/
+215
2025-05-11
zsmalloc: prefer the the original page's node for compressed data
Nhat Pham
1
-3
/
+8
2025-05-09
Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+23
2025-05-07
rnbd-srv: use bio_add_virt_nofail
Christoph Hellwig
1
-6
/
+1
2025-05-07
block: remove the q argument from blk_rq_map_kern
Christoph Hellwig
3
-5
/
+4
2025-05-06
brd: fix discard end sector
Yu Kuai
1
-3
/
+6
2025-05-06
brd: fix aligned_sector from brd_do_discard()
Yu Kuai
1
-1
/
+1
[prev]
[next]