summaryrefslogtreecommitdiff
path: root/drivers/block/ublk_drv.c
AgeCommit message (Expand)Author
10 daysublk: fix use-after-free in ublk_partition_scan_workMing Lei
2025-12-28ublk: scan partition in async wayMing Lei
2025-12-20ublk: clean up user copy references on ublk server exitCaleb Sander Mateos
2025-12-17ublk: fix deadlock when reading partition tableMing Lei
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos
2025-12-08ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issueCaleb Sander Mateos
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-11-28ublk: add helper of __ublk_fetch()Ming Lei
2025-11-28ublk: pass const pointer to ublk_queue_is_zoned()Ming Lei
2025-11-28ublk: refactor auto buffer register in ublk_dispatch_req()Ming Lei
2025-11-28ublk: add `union ublk_io_buf` with improved namingMing Lei
2025-11-28ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()Ming Lei
2025-11-26ublk: prevent invalid access with DEBUGKevin Brodsky
2025-11-11ublk: return unsigned from ublk_{,un}map_io()Caleb Sander Mateos
2025-11-11ublk: remove unnecessary checks in ublk_check_and_get_req()Caleb Sander Mateos
2025-11-06ublk: use rq_for_each_segment() for user copyCaleb Sander Mateos
2025-11-06ublk: use copy_{to,from}_iter() for user copyCaleb Sander Mateos
2025-11-05block: introduce disk_report_zone()Damien Le Moal
2025-11-03ublk: use struct_size() for allocationMing Lei
2025-11-03ublk: implement NUMA-aware memory allocationMing Lei
2025-11-03ublk: reorder tag_set initialization before queue allocationMing Lei
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-24ublk: remove redundant zone op check in ublk_setup_iod()Caleb Sander Mateos
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_unmap_io()Caleb Sander Mateos
2025-09-20ublk: pass ublk_io to __ublk_complete_rq()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_need_complete_req()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_check_commit_and_fetch()Caleb Sander Mateos
2025-09-20ublk: don't pass ublk_queue to ublk_fetch()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_config_io_buf()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_check_fetch_buf()Caleb Sander Mateos
2025-09-20ublk: pass q_id and tag to __ublk_check_and_get_req()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_daemon_register_io_buf()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_register_io_buf()Caleb Sander Mateos
2025-09-20ublk: pass ublk_device to ublk_register_io_buf()Caleb Sander Mateos
2025-09-20ublk: don't dereference ublk_queue in ublk_check_and_get_req()Caleb Sander Mateos
2025-09-20ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()Caleb Sander Mateos
2025-09-20ublk: add helpers to check ublk_device flagsCaleb Sander Mateos
2025-09-20ublk: don't pass ublk_queue to __ublk_fail_req()Caleb Sander Mateos
2025-09-20ublk: don't pass q_id to ublk_queue_cmd_buf_size()Caleb Sander Mateos
2025-09-20ublk: remove ubq check in ublk_check_and_get_req()Caleb Sander Mateos
2025-09-10ublk: consolidate nr_io_ready and nr_queues_readyCaleb Sander Mateos
2025-09-03ublk: inline __ublk_ch_uring_cmd()Caleb Sander Mateos
2025-08-28ublk: avoid ublk_io_release() called after ublk char dev is closedMing Lei
2025-08-11ublk: check for unprivileged daemon on each I/O fetchCaleb Sander Mateos
2025-08-11ublk: don't quiesce in ublk_ch_releaseUday Shankar
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-15ublk: remove unused req argument from ublk_sub_req_ref()Caleb Sander Mateos