index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-11
nvme: fix bio leak on mapping failure
Keith Busch
1
-3
/
+2
2026-05-11
nvme: make prp passthrough usage less scary
Keith Busch
1
-11
/
+2
2026-03-16
nvme: remove nvme_dev_uring_cmd() IO_URING_F_IOPOLL check
Caleb Sander Mateos
1
-4
/
+0
2026-02-19
io_uring: Add size check for sqe->cmd
Govindarajulu Varadarajan
1
-1
/
+2
2026-01-20
nvme/io_uring: optimize IOPOLL completions for local ring context
Ming Lei
1
-7
/
+13
2026-01-20
block: pass io_comp_batch to rq_end_io_fn callback
Ming Lei
1
-1
/
+2
2025-12-04
block: use bio_alloc_bioset for passthru IO by default
Fengnan Chang
1
-1
/
+1
2025-11-03
io_uring/uring_cmd: avoid double indirect call in task work dispatch
Caleb Sander Mateos
1
-3
/
+4
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+0
2025-09-20
io_uring: fix nvme's 32b cqes on mixed cq
Keith Busch
1
-1
/
+1
2025-09-09
blk-map: provide the bdev to bio if one exists
Keith Busch
1
-5
/
+0
2025-06-13
nvme: always punt polled uring_cmd end_io work to task_work
Jens Axboe
1
-14
/
+7
2025-06-04
nvme: spelling fixes
Yi Zhang
1
-1
/
+1
2025-06-04
nvme: enable vectored registered bufs for passthrough cmds
Pavel Begunkov
1
-6
/
+8
2025-06-04
nvme: fix implicit bool to flags conversion
Pavel Begunkov
1
-1
/
+1
2025-04-01
nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()
Caleb Sander Mateos
1
-21
/
+24
2025-04-01
nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()
Caleb Sander Mateos
1
-14
/
+17
2025-04-01
nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
Caleb Sander Mateos
1
-1
/
+1
2025-03-26
Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+7
2025-02-28
nvme: map uring_cmd data even if address is 0
Xinyu Zhang
1
-1
/
+1
2025-02-27
io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()
Pavel Begunkov
1
-4
/
+6
2025-02-25
nvme-ioctl: fix leaked requests on mapping error
Keith Busch
1
-4
/
+8
2025-02-18
nvme/ioctl: add missing space in err message
Caleb Sander Mateos
1
-2
/
+1
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+10
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
1
-12
/
+9
2024-11-18
nvme-pci: use sgls for all user requests if possible
Keith Busch
1
-2
/
+10
2024-11-13
Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...
Jens Axboe
1
-3
/
+1
2024-10-30
nvme: re-fix error-handling for io_uring nvme-passthrough
Keith Busch
1
-2
/
+5
2024-10-30
blk-integrity: remove seed for user mapped buffers
Keith Busch
1
-9
/
+8
2024-10-22
nvme: use helpers to access io_uring cmd space
Pavel Begunkov
1
-3
/
+1
2024-09-13
block: provide a request helper for user integrity segments
Keith Busch
1
-4
/
+2
2024-08-30
nvme: fix metadata handling in nvme-passthrough
Puranjay Mohan
1
-8
/
+14
2024-08-26
nvme: rename apptag and appmask to lbat and lbatm
Anuj Gupta
1
-2
/
+2
2024-07-03
block: call bio_integrity_unmap_free_user from blk_rq_unmap_user
Christoph Hellwig
1
-11
/
+4
2024-07-03
block: split integrity support out of bio.h
Christoph Hellwig
1
-0
/
+1
2024-06-12
block: unmap and free user mapped integrity via submitter
Anuj Gupta
1
-4
/
+11
2024-05-28
nvme: use srcu for iterating namespace list
Keith Busch
1
-6
/
+9
2024-04-15
nvme/io_uring: use helper for polled completions
Jens Axboe
1
-4
/
+11
2024-02-07
nvme: use ns->head->pi_size instead of t10_pi_tuple structure size
Francis Pravin
1
-1
/
+1
2024-01-11
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-172
/
+33
2023-12-19
nvme: move ns id info to struct nvme_ns_head
Daniel Wagner
1
-4
/
+4
2023-12-12
io_uring: split out cmd api into a separate header
Pavel Begunkov
1
-1
/
+1
2023-12-04
nvme-ioctl: move capable() admin check to the end
Keith Busch
1
-10
/
+11
2023-12-01
nvme: use bio_integrity_map_user
Keith Busch
1
-168
/
+29
2023-11-06
nvme: fix error-handling for io_uring nvme-passthrough
Anuj Gupta
1
-2
/
+5
2023-10-18
nvme: sanitize metadata bounce buffer for reads
Keith Busch
1
-3
/
+7
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+0
2023-08-11
nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll
Ming Lei
1
-2
/
+0
2023-08-09
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
1
-1
/
+0
[next]