index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
8 days
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
2025-07-15
ublk: remove unused req argument from ublk_sub_req_ref()
Caleb Sander Mateos
2025-07-15
ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()
Ming Lei
2025-07-15
ublk: remove ublk_commit_and_fetch()
Ming Lei
2025-07-15
ublk: add helper ublk_check_fetch_buf()
Ming Lei
2025-07-15
ublk: store auto buffer register data into `struct ublk_io`
Ming Lei
2025-07-15
ublk: move auto buffer register handling into one dedicated helper
Ming Lei
2025-07-15
ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()
Ming Lei
2025-07-15
ublk: let ublk_fill_io_cmd() cover more things
Ming Lei
2025-07-15
ublk: move fake timeout logic into __ublk_complete_rq()
Ming Lei
2025-07-15
ublk: look up ublk task via its pid in timeout handler
Ming Lei
2025-07-15
ublk: validate ublk server pid
Ming Lei
2025-07-04
ublk: introduce and use ublk_set_canceling helper
Uday Shankar
2025-07-04
ublk: speed up ublk server exit handling
Uday Shankar
2025-07-01
ublk: don't queue request if the associated uring_cmd is canceled
Ming Lei
2025-06-30
ublk: cache-align struct ublk_io
Caleb Sander Mateos
2025-06-30
ublk: remove ubq checks from ublk_{get,put}_req_ref()
Caleb Sander Mateos
2025-06-30
ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon task
Caleb Sander Mateos
2025-06-30
ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon task
Caleb Sander Mateos
2025-06-30
ublk: return early if blk_should_fake_timeout()
Caleb Sander Mateos
2025-06-30
ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any task
Caleb Sander Mateos
2025-06-30
ublk: don't take ublk_queue in ublk_unregister_io_buf()
Caleb Sander Mateos
2025-06-30
ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checks
Caleb Sander Mateos
2025-06-30
ublk: remove task variable from __ublk_ch_uring_cmd()
Caleb Sander Mateos
2025-06-30
ublk: handle UBLK_IO_FETCH_REQ earlier
Caleb Sander Mateos
2025-06-30
ublk: check cmd_op first
Caleb Sander Mateos
2025-06-30
ublk: remove struct ublk_rq_data
Caleb Sander Mateos
2025-06-30
ublk: use vmalloc for ublk_device's __queues
Caleb Sander Mateos
2025-06-26
ublk: sanity check add_dev input for underflow
Ronnie Sahlberg
2025-06-24
ublk: setup ublk_io correctly in case of ublk_get_data() failure
Ming Lei
2025-06-24
ublk: build batch from IOs in same io_ring_ctx and io task
Ming Lei
2025-06-19
ublk: santizize the arguments from userspace when adding a device
Ronnie Sahlberg
2025-05-31
ublk: have a per-io daemon instead of a per-queue daemon
Uday Shankar
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-23
ublk: add feature UBLK_F_QUIESCE
Ming Lei
2025-05-22
ublk: run auto buf unregisgering in same io_ring_ctx with registering
Ming Lei
2025-05-22
ublk: remove io argument from ublk_auto_buf_reg_fallback()
Caleb Sander Mateos
2025-05-21
ublk: handle ublk_set_auto_buf_reg() failure correctly in ublk_fetch()
Ming Lei
2025-05-20
ublk: support UBLK_AUTO_BUF_REG_FALLBACK
Ming Lei
2025-05-20
ublk: register buffer to local io_uring with provided buf index via UBLK_F_AU...
Ming Lei
2025-05-20
ublk: prepare for supporting to register request buffer automatically
Ming Lei
2025-05-20
ublk: convert to refcount_t
Ming Lei
2025-05-15
ublk: fix dead loop when canceling io command
Ming Lei
2025-05-07
block: remove the q argument from blk_rq_map_kern
Christoph Hellwig
2025-05-06
ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checks
Caleb Sander Mateos
2025-05-05
Merge branch 'block-6.15' into for-6.16/block
Jens Axboe
2025-05-02
ublk: store request pointer in ublk_io
Caleb Sander Mateos
2025-05-02
ublk: check UBLK_IO_FLAG_OWNED_BY_SRV in ublk_abort_queue()
Caleb Sander Mateos
2025-05-02
ublk: don't call ublk_dispatch_req() for NEED_GET_DATA
Caleb Sander Mateos
2025-05-02
ublk: factor out ublk_start_io() helper
Caleb Sander Mateos
[next]