summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)AuthorFilesLines
6 daysublk: fix use-after-free in ublk_partition_scan_workMing Lei1-15/+22
6 daysublk: reorder tag_set initialization before queue allocationMing Lei1-6/+6
2026-01-08ublk: scan partition in async wayMing Lei1-3/+32
2026-01-08ublk: implement NUMA-aware memory allocationMing Lei1-31/+53
2026-01-02ublk: clean up user copy references on ublk server exitCaleb Sander Mateos1-2/+1
2026-01-02ublk: fix deadlock when reading partition tableMing Lei1-4/+28
2026-01-02ublk: refactor auto buffer register in ublk_dispatch_req()Ming Lei1-21/+43
2026-01-02ublk: add `union ublk_io_buf` with improved namingMing Lei1-18/+22
2026-01-02ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()Ming Lei1-5/+7
2025-12-18ublk: prevent invalid access with DEBUGKevin Brodsky1-2/+2
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-115/+121
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2025-09-24ublk: remove redundant zone op check in ublk_setup_iod()Caleb Sander Mateos1-5/+0
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't access ublk_queue in ublk_unmap_io()Caleb Sander Mateos1-10/+14
2025-09-20ublk: pass ublk_io to __ublk_complete_rq()Caleb Sander Mateos1-6/+5
2025-09-20ublk: don't access ublk_queue in ublk_need_complete_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't access ublk_queue in ublk_check_commit_and_fetch()Caleb Sander Mateos1-4/+4
2025-09-20ublk: don't pass ublk_queue to ublk_fetch()Caleb Sander Mateos1-3/+2
2025-09-20ublk: don't access ublk_queue in ublk_config_io_buf()Caleb Sander Mateos1-5/+5
2025-09-20ublk: don't access ublk_queue in ublk_check_fetch_buf()Caleb Sander Mateos1-4/+4
2025-09-20ublk: pass q_id and tag to __ublk_check_and_get_req()Caleb Sander Mateos1-13/+11
2025-09-20ublk: don't access ublk_queue in ublk_daemon_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: don't access ublk_queue in ublk_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: pass ublk_device to ublk_register_io_buf()Caleb Sander Mateos1-4/+6
2025-09-20ublk: don't dereference ublk_queue in ublk_check_and_get_req()Caleb Sander Mateos1-2/+2
2025-09-20ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()Caleb Sander Mateos1-1/+1
2025-09-20ublk: add helpers to check ublk_device flagsCaleb Sander Mateos1-0/+34
2025-09-20ublk: don't pass ublk_queue to __ublk_fail_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't pass q_id to ublk_queue_cmd_buf_size()Caleb Sander Mateos1-7/+5
2025-09-20ublk: remove ubq check in ublk_check_and_get_req()Caleb Sander Mateos1-3/+0
2025-09-10ublk: consolidate nr_io_ready and nr_queues_readyCaleb Sander Mateos1-16/+12
2025-09-04ublk: inline __ublk_ch_uring_cmd()Caleb Sander Mateos1-39/+23
2025-08-28ublk: avoid ublk_io_release() called after ublk char dev is closedMing Lei1-2/+70
2025-08-11ublk: check for unprivileged daemon on each I/O fetchCaleb Sander Mateos1-9/+7
2025-08-11ublk: don't quiesce in ublk_ch_releaseUday Shankar1-7/+5
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-222/+356
2025-07-15ublk: remove unused req argument from ublk_sub_req_ref()Caleb Sander Mateos1-5/+4
2025-07-15ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()Ming Lei1-2/+2
2025-07-15ublk: remove ublk_commit_and_fetch()Ming Lei1-18/+18
2025-07-15ublk: add helper ublk_check_fetch_buf()Ming Lei1-13/+19
2025-07-15ublk: store auto buffer register data into `struct ublk_io`Ming Lei1-18/+12
2025-07-15ublk: move auto buffer register handling into one dedicated helperMing Lei1-56/+71
2025-07-15ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()Ming Lei1-15/+29
2025-07-15ublk: let ublk_fill_io_cmd() cover more thingsMing Lei1-4/+2
2025-07-15ublk: move fake timeout logic into __ublk_complete_rq()Ming Lei1-4/+1
2025-07-15ublk: look up ublk task via its pid in timeout handlerMing Lei1-8/+17
2025-07-15ublk: validate ublk server pidMing Lei1-0/+9
2025-07-04ublk: introduce and use ublk_set_canceling helperUday Shankar1-20/+34
2025-07-04ublk: speed up ublk server exit handlingUday Shankar1-15/+21