index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
ublk: fix ublksrv pid handling for pid namespaces
Seamus Connor
1
-5
/
+34
2026-01-09
ublk: fix use-after-free in ublk_partition_scan_work
Ming Lei
1
-15
/
+22
2025-12-28
ublk: scan partition in async way
Ming Lei
1
-3
/
+32
2025-12-20
ublk: clean up user copy references on ublk server exit
Caleb Sander Mateos
1
-2
/
+1
2025-12-17
ublk: fix deadlock when reading partition table
Ming Lei
1
-4
/
+28
2025-12-09
ublk: don't mutate struct bio_vec in iteration
Caleb Sander Mateos
1
-6
/
+6
2025-12-08
ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issue
Caleb Sander Mateos
1
-1
/
+15
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-202
/
+183
2025-11-28
ublk: add helper of __ublk_fetch()
Ming Lei
1
-22
/
+24
2025-11-28
ublk: pass const pointer to ublk_queue_is_zoned()
Ming Lei
1
-1
/
+1
2025-11-28
ublk: refactor auto buffer register in ublk_dispatch_req()
Ming Lei
1
-21
/
+43
2025-11-28
ublk: add `union ublk_io_buf` with improved naming
Ming Lei
1
-18
/
+22
2025-11-28
ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()
Ming Lei
1
-5
/
+7
2025-11-26
ublk: prevent invalid access with DEBUG
Kevin Brodsky
1
-2
/
+2
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-06
ublk: use rq_for_each_segment() for user copy
Caleb Sander Mateos
1
-51
/
+19
2025-11-06
ublk: use copy_{to,from}_iter() for user copy
Caleb Sander Mateos
1
-48
/
+14
2025-11-05
block: introduce disk_report_zone()
Damien Le Moal
1
-2
/
+2
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-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-115
/
+121
2025-10-02
Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2025-09-24
ublk: remove redundant zone op check in ublk_setup_iod()
Caleb Sander Mateos
1
-5
/
+0
2025-09-23
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
1
-3
/
+3
2025-09-20
ublk: don't access ublk_queue in ublk_unmap_io()
Caleb Sander Mateos
1
-10
/
+14
2025-09-20
ublk: pass ublk_io to __ublk_complete_rq()
Caleb Sander Mateos
1
-6
/
+5
2025-09-20
ublk: don't access ublk_queue in ublk_need_complete_req()
Caleb Sander Mateos
1
-3
/
+3
2025-09-20
ublk: don't access ublk_queue in ublk_check_commit_and_fetch()
Caleb Sander Mateos
1
-4
/
+4
2025-09-20
ublk: don't pass ublk_queue to ublk_fetch()
Caleb Sander Mateos
1
-3
/
+2
2025-09-20
ublk: don't access ublk_queue in ublk_config_io_buf()
Caleb Sander Mateos
1
-5
/
+5
2025-09-20
ublk: don't access ublk_queue in ublk_check_fetch_buf()
Caleb Sander Mateos
1
-4
/
+4
2025-09-20
ublk: pass q_id and tag to __ublk_check_and_get_req()
Caleb Sander Mateos
1
-13
/
+11
2025-09-20
ublk: don't access ublk_queue in ublk_daemon_register_io_buf()
Caleb Sander Mateos
1
-1
/
+1
2025-09-20
ublk: don't access ublk_queue in ublk_register_io_buf()
Caleb Sander Mateos
1
-1
/
+1
2025-09-20
ublk: pass ublk_device to ublk_register_io_buf()
Caleb Sander Mateos
1
-4
/
+6
2025-09-20
ublk: don't dereference ublk_queue in ublk_check_and_get_req()
Caleb Sander Mateos
1
-2
/
+2
2025-09-20
ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()
Caleb Sander Mateos
1
-1
/
+1
2025-09-20
ublk: add helpers to check ublk_device flags
Caleb Sander Mateos
1
-0
/
+34
2025-09-20
ublk: don't pass ublk_queue to __ublk_fail_req()
Caleb Sander Mateos
1
-3
/
+3
2025-09-20
ublk: don't pass q_id to ublk_queue_cmd_buf_size()
Caleb Sander Mateos
1
-7
/
+5
2025-09-20
ublk: remove ubq check in ublk_check_and_get_req()
Caleb Sander Mateos
1
-3
/
+0
2025-09-10
ublk: consolidate nr_io_ready and nr_queues_ready
Caleb Sander Mateos
1
-16
/
+12
2025-09-03
ublk: inline __ublk_ch_uring_cmd()
Caleb Sander Mateos
1
-39
/
+23
2025-08-28
ublk: avoid ublk_io_release() called after ublk char dev is closed
Ming Lei
1
-2
/
+70
2025-08-11
ublk: check for unprivileged daemon on each I/O fetch
Caleb Sander Mateos
1
-9
/
+7
2025-08-11
ublk: don't quiesce in ublk_ch_release
Uday Shankar
1
-7
/
+5
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
1
-222
/
+356
[next]