index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ublk_drv.c
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
8 days
ublk: clear VM_MAYWRITE on read-only ublk char device mmap
Kanishka De Silva
2026-08-25
Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-08-17
io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
Joanne Koong
2026-08-15
ublk: avoid teardown retry loop on xarray allocation failure
Yao Sang
2026-08-15
ublk: reject non-power-of-2 zone sizes in SET_PARAMS
Yao Sang
2026-08-04
ublk: clear auto buf reg before updating io->buf in batch commit
Yang Xiuwei
2026-08-03
ublk: validate auto buf reg before taking uring_cmd
Yang Xiuwei
2026-08-03
ublk: lift checks out of ublk_{,un}map_io()
Caleb Sander Mateos
2026-08-03
ublk: add UBLK_F_IO_DESC_SIZE
Caleb Sander Mateos
2026-08-03
ublk: initialize io_desc on daemon task
Caleb Sander Mateos
2026-08-03
ublk: split request validation from io_desc init
Caleb Sander Mateos
2026-08-03
ublk: remove struct ublk_zoned_report_desc's operation field
Caleb Sander Mateos
2026-08-03
ublk: consistently use u16 for queue and tag numbers
Caleb Sander Mateos
2026-08-03
ublk: remove WARN_ON_ONCE() in ublk_unmap_io()
Caleb Sander Mateos
2026-08-03
ublk: check for ublk_unmap_io() returning 0
Caleb Sander Mateos
2026-08-03
ublk: check import_ubuf() return value
Caleb Sander Mateos
2026-07-27
ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()
Ming Lei
2026-07-19
ublk: wait on ublk_dev_ready() instead of ub->completion
Ming Lei
2026-07-02
ublk: snapshot batch commands before preparing I/O
Yousef Alhouseen
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
[next]