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-05-06
brd: protect page with rcu
Yu Kuai
1
-3
/
+17
2025-05-06
ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checks
Caleb Sander Mateos
1
-18
/
+8
2025-05-05
loop: Add sanity check for read/write_iter
Lizhi Xu
1
-0
/
+23
2025-05-05
Merge branch 'block-6.15' into for-6.16/block
Jens Axboe
1
-19
/
+43
2025-05-02
Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linux
Linus Torvalds
1
-19
/
+43
2025-05-02
ublk: store request pointer in ublk_io
Caleb Sander Mateos
1
-19
/
+24
2025-05-02
ublk: check UBLK_IO_FLAG_OWNED_BY_SRV in ublk_abort_queue()
Caleb Sander Mateos
1
-7
/
+2
2025-05-02
ublk: don't call ublk_dispatch_req() for NEED_GET_DATA
Caleb Sander Mateos
1
-22
/
+29
2025-05-02
ublk: factor out ublk_start_io() helper
Caleb Sander Mateos
1
-23
/
+31
2025-05-02
ublk: don't log uring_cmd cmd_op in ublk_dispatch_req()
Caleb Sander Mateos
1
-7
/
+6
2025-05-02
ublk: take const ubq pointer in ublk_get_iod()
Caleb Sander Mateos
1
-8
/
+7
2025-05-02
ublk: remove misleading "ubq" in "ubq_complete_io_cmd()"
Caleb Sander Mateos
1
-4
/
+5
2025-05-02
ublk: fix "immepdately" typo in comment
Caleb Sander Mateos
1
-1
/
+1
2025-05-02
ublk: factor out ublk_commit_and_fetch
Uday Shankar
1
-47
/
+43
2025-05-01
Documentation: Document the new zoned loop block device driver
Damien Le Moal
1
-0
/
+3
2025-05-01
block: new zoned loop block device driver
Damien Le Moal
3
-0
/
+1402
2025-04-29
ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_req
Ming Lei
1
-3
/
+0
2025-04-29
ublk: enhance check for register/unregister io buffer command
Ming Lei
1
-4
/
+20
2025-04-29
ublk: decouple zero copy from user copy
Ming Lei
1
-12
/
+23
2025-04-28
brd: use memcpy_{to,from]_page in brd_rw_bvec
Christoph Hellwig
1
-45
/
+13
2025-04-28
brd: split I/O at page boundaries
Christoph Hellwig
1
-82
/
+34
2025-04-28
brd: use bvec_kmap_local in brd_do_bvec
Christoph Hellwig
1
-4
/
+4
2025-04-28
brd: remove the sector variable in brd_submit_bio
Christoph Hellwig
1
-4
/
+3
2025-04-28
brd: pass a bvec pointer to brd_do_bvec
Christoph Hellwig
1
-22
/
+13
2025-04-25
Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linux
Linus Torvalds
1
-17
/
+24
2025-04-24
Merge branch 'block-6.15' into for-6.16/block
Jens Axboe
1
-17
/
+24
2025-04-24
ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
Ming Lei
1
-6
/
+21
2025-04-24
ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATA
Ming Lei
1
-11
/
+3
2025-04-22
ublk: remove unnecessary ubq checks
Caleb Sander Mateos
1
-3
/
+0
2025-04-21
ublk: Add UBLK_U_CMD_UPDATE_SIZE
Omri Mann
1
-1
/
+18
2025-04-18
Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux
Linus Torvalds
3
-367
/
+292
2025-04-16
ublk: simplify aborting ublk request
Ming Lei
1
-62
/
+20
2025-04-16
ublk: remove __ublk_quiesce_dev()
Ming Lei
1
-17
/
+2
2025-04-16
ublk: improve detection and handling of ublk server exit
Uday Shankar
1
-100
/
+123
2025-04-16
ublk: move device reset into ublk_ch_release()
Ming Lei
1
-49
/
+72
2025-04-16
ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_io
Ming Lei
1
-14
/
+17
2025-04-16
ublk: add ublk_force_abort_dev()
Ming Lei
1
-13
/
+8
2025-04-16
ublk: properly serialize all FETCH_REQs
Uday Shankar
1
-28
/
+49
2025-04-15
ublk: don't suggest CONFIG_BLK_DEV_UBLK=Y
Caleb Sander Mateos
1
-6
/
+0
2025-04-15
loop: stop using vfs_iter_{read,write} for buffered I/O
Christoph Hellwig
1
-95
/
+17
2025-04-15
loop: LOOP_SET_FD: send uevents for partitions
Thomas Weißschuh
1
-1
/
+2
2025-04-15
loop: properly send KOBJ_CHANGED uevent for disk device
Thomas Weißschuh
1
-2
/
+2
2025-04-15
loop: aio inherit the ioprio of original request
Yunlong Xing
1
-1
/
+1
2025-04-11
Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-04-11
null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev()
Thorsten Blum
1
-1
/
+1
2025-04-10
Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linux
Linus Torvalds
1
-35
/
+50
2025-04-09
mtip32xx: Remove unnecessary pcim_iounmap_regions() calls
Philipp Stanner
1
-5
/
+2
2025-04-09
ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd *
Caleb Sander Mateos
1
-27
/
+19
2025-04-09
ublk: don't fail request for recovery & reissue in case of ubq->canceling
Ming Lei
1
-4
/
+5
2025-04-09
ublk: fix handling recovery & reissue in ublk_abort_queue()
Ming Lei
1
-4
/
+26
[prev]
[next]