index
:
kernel/git/stable/linux.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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-05-27
ublk: set canceling flag even when disk is not allocated
Ming Lei
2026-05-22
ublk: factor out ublk_init_iod() helper
Caleb Sander Mateos
2026-05-22
ublk: move ublk_req_build_flags() earlier
Caleb Sander Mateos
2026-05-22
ublk: optimize ublk_rq_has_data()
Caleb Sander Mateos
2026-05-11
ublk: reject max_sectors smaller than PAGE_SECTORS in parameter validation
Ming Lei
2026-05-08
ublk: fix use-after-free in ublk_cancel_cmd()
Ming Lei
2026-05-06
ublk: validate physical_bs_shift, io_min_shift and io_opt_shift
Ming Lei
2026-05-01
ublk: don't issue uring_cmd from fallback task work
Jens Axboe
2026-04-23
ublk: avoid unpinning pages under maple tree spinlock
Ming Lei
2026-04-23
ublk: refactor common helper ublk_shmem_remove_ranges()
Ming Lei
2026-04-23
ublk: fix maple tree lockdep warning in ublk_buf_cleanup
Ming Lei
2026-04-17
ublk: use unchecked copy helpers for bio page data
Ming Lei
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-04-10
ublk: fix tautological comparison warning in ublk_ctrl_reg_buf
Ming Lei
2026-04-09
ublk: allow buffer registration before device is started
Ming Lei
2026-04-09
ublk: replace xarray with IDA for shmem buffer index allocation
Ming Lei
2026-04-09
ublk: simplify PFN range loop in __ublk_ctrl_reg_buf
Ming Lei
2026-04-09
ublk: verify all pages in multi-page bvec fall within registered range
Ming Lei
2026-04-09
ublk: widen ublk_shmem_buf_reg.len to __u64 for 4GB buffer support
Ming Lei
2026-04-07
ublk: eliminate permanent pages[] array from struct ublk_buf
Ming Lei
2026-04-07
ublk: enable UBLK_F_SHMEM_ZC feature flag
Ming Lei
2026-04-07
ublk: add PFN-based buffer matching in I/O path
Ming Lei
2026-04-07
ublk: add UBLK_U_CMD_REG_BUF/UNREG_BUF control commands
Ming Lei
2026-04-06
ublk: reset per-IO canceled flag on each fetch
Uday Shankar
2026-03-22
ublk: move cold paths out of __ublk_batch_dispatch() for icache efficiency
Ming Lei
2026-03-14
ublk: report BLK_SPLIT_INTERVAL_CAPABLE
Caleb Sander Mateos
2026-03-13
Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-03-09
ublk: don't clear GD_SUPPRESS_PART_SCAN for unprivileged daemons
Ming Lei
2026-03-06
ublk: fix NULL pointer dereference in ublk_ctrl_set_size()
Mehul Rao
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-19
io_uring: Add size check for sqe->cmd
Govindarajulu Varadarajan
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-01-31
ublk: remove "can't touch 'ublk_io' any more" comments
Caleb Sander Mateos
2026-01-31
ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flag
Ming Lei
2026-01-31
ublk: check list membership before cancelling batch fetch command
Ming Lei
2026-01-31
ublk: drop ublk_ctrl_start_recovery() header argument
Caleb Sander Mateos
2026-01-31
ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmd
Caleb Sander Mateos
2026-01-31
ublk: Validate SQE128 flag before accessing the cmd
Govindarajulu Varadarajan
2026-01-29
ublk: restore auto buf unregister refcount optimization
Caleb Sander Mateos
2026-01-29
ublk: document IO reference counting design
Ming Lei
2026-01-23
ublk: rename auto buffer registration helpers
Ming Lei
2026-01-23
ublk: fix canceling flag handling in batch I/O recovery
Ming Lei
2026-01-23
ublk: move ublk_mark_io_ready() out of __ublk_fetch()
Ming Lei
2026-01-22
ublk: fix batch I/O recovery -ENODEV error
Ming Lei
2026-01-22
ublk: implement batch request completion via blk_mq_end_request_batch()
Ming Lei
2026-01-22
ublk: add new feature UBLK_F_BATCH_IO
Ming Lei
2026-01-22
ublk: abort requests filled in event kfifo
Ming Lei
[next]