index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: wire up fixed buffer support for nvme passthrough
Kanchan Joshi
2022-09-30
1
-2
/
+16
*
nvme: pass ubuffer as an integer
Kanchan Joshi
2022-09-30
1
-11
/
+12
*
nvme: refactor nvme_alloc_request
Kanchan Joshi
2022-09-30
1
-37
/
+53
*
nvme: refactor nvme_add_user_metadata
Kanchan Joshi
2022-09-30
1
-10
/
+13
*
nvme: Use blk_rq_map_user_io helper
Anuj Gupta
2022-09-30
1
-16
/
+2
*
nvme: enable batched completions of passthrough IO
Jens Axboe
2022-09-30
1
-2
/
+1
*
nvme: split out metadata vs non metadata end_io uring_cmd completions
Jens Axboe
2022-09-30
1
-18
/
+61
*
block: change request end_io handler to pass back a return value
Jens Axboe
2022-09-30
1
-1
/
+4
*
Merge branch 'for-6.1/io_uring' into for-6.1/passthrough
Jens Axboe
2022-09-30
1
-5
/
+72
|
\
|
*
fs: add batch and poll flags to the uring_cmd_iopoll() handler
Jens Axboe
2022-09-21
1
-4
/
+8
|
*
nvme: wire up async polling for io passthrough commands
Kanchan Joshi
2022-09-21
1
-5
/
+68
*
|
nvme: restrict management ioctls to admin
Keith Busch
2022-09-27
1
-0
/
+6
*
|
nvme: handle effects after freeing the request
Keith Busch
2022-09-27
1
-1
/
+8
|
/
*
nvme/host: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-07-14
1
-2
/
+2
*
blk-mq: remove the done argument to blk_execute_rq_nowait
Christoph Hellwig
2022-05-28
1
-1
/
+2
*
nvme: enable uring-passthrough for admin commands
Kanchan Joshi
2022-05-20
1
-0
/
+23
*
nvme: helper for uring-passthrough checks
Kanchan Joshi
2022-05-20
1
-8
/
+16
*
nvme: add vectored-io support for uring-cmd
Anuj Gupta
2022-05-11
1
-3
/
+6
*
nvme: wire-up uring-cmd support for io-passthru on char-device.
Kanchan Joshi
2022-05-11
1
-3
/
+189
*
nvme: refactor nvme_submit_user_cmd()
Christoph Hellwig
2022-05-11
1
-11
/
+45
*
nvme: remove nvme_alloc_request and nvme_alloc_request_qid
Christoph Hellwig
2022-03-16
1
-1
/
+2
*
nvme: add vectored-io support for user-passthrough
Kanchan Joshi
2022-02-28
1
-9
/
+26
*
remove the lightnvm subsystem
Christoph Hellwig
2021-08-14
1
-3
/
+1
*
nvme: use return value from blk_execute_rq()
Keith Busch
2021-06-30
1
-5
/
+1
*
nvme: factor out a nvme_validate_passthru_nsid helper
Chaitanya Kulkarni
2021-06-16
1
-10
/
+16
*
nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctl
Christoph Hellwig
2021-06-03
1
-0
/
+1
*
nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctl
Christoph Hellwig
2021-06-03
1
-1
/
+1
*
nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctl
Christoph Hellwig
2021-06-03
1
-10
/
+10
*
nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctl
Christoph Hellwig
2021-06-03
1
-7
/
+5
*
nvme: fix controller ioctl through ns_head
Minwoo Im
2021-05-04
1
-24
/
+41
*
nvme: introduce generic per-namespace chardev
Minwoo Im
2021-04-22
1
-6
/
+32
*
nvme: move the ioctl code to a separate file
Christoph Hellwig
2021-04-15
1
-0
/
+455