index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
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
2023-05-04
io_uring: Pass whole sqe to commands
Breno Leitao
1
-1
/
+1
2023-03-20
block/io_uring: pass in issue_flags for uring_cmd task_work handling
Jens Axboe
1
-6
/
+8
2023-02-01
nvme: remove nvme_execute_passthru_rq
Christoph Hellwig
1
-2
/
+3
2023-01-29
nvme: set REQ_ALLOC_CACHE for uring-passthru request
Anuj Gupta
1
-2
/
+2
2023-01-10
nvme: don't allow unprivileged passthrough on partitions
Christoph Hellwig
1
-16
/
+31
2023-01-10
nvme: replace the "bool vec" arguments with flags in the ioctl path
Christoph Hellwig
1
-25
/
+28
2023-01-10
nvme: remove __nvme_ioctl
Christoph Hellwig
1
-10
/
+8
2022-12-28
nvme: consult the CSE log page for unprivileged passthrough
Christoph Hellwig
1
-4
/
+24
2022-12-06
nvme: allow unprivileged passthrough of Identify Controller
Joel Granados
1
-0
/
+2
2022-11-15
nvme: identify-namespace without CAP_SYS_ADMIN
Kanchan Joshi
1
-2
/
+16
2022-11-15
nvme: fine-granular CAP_SYS_ADMIN for nvme io commands
Kanchan Joshi
1
-33
/
+69
2022-09-30
nvme: wire up fixed buffer support for nvme passthrough
Kanchan Joshi
1
-2
/
+16
2022-09-30
nvme: pass ubuffer as an integer
Kanchan Joshi
1
-11
/
+12
2022-09-30
nvme: refactor nvme_alloc_request
Kanchan Joshi
1
-37
/
+53
2022-09-30
nvme: refactor nvme_add_user_metadata
Kanchan Joshi
1
-10
/
+13
2022-09-30
nvme: Use blk_rq_map_user_io helper
Anuj Gupta
1
-16
/
+2
2022-09-30
nvme: enable batched completions of passthrough IO
Jens Axboe
1
-2
/
+1
2022-09-30
nvme: split out metadata vs non metadata end_io uring_cmd completions
Jens Axboe
1
-18
/
+61
2022-09-30
block: change request end_io handler to pass back a return value
Jens Axboe
1
-1
/
+4
2022-09-30
Merge branch 'for-6.1/io_uring' into for-6.1/passthrough
Jens Axboe
1
-5
/
+72
2022-09-27
nvme: restrict management ioctls to admin
Keith Busch
1
-0
/
+6
2022-09-27
nvme: handle effects after freeing the request
Keith Busch
1
-1
/
+8
2022-09-21
fs: add batch and poll flags to the uring_cmd_iopoll() handler
Jens Axboe
1
-4
/
+8
2022-09-21
nvme: wire up async polling for io passthrough commands
Kanchan Joshi
1
-5
/
+68
2022-07-14
nvme/host: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-2
/
+2
2022-05-28
blk-mq: remove the done argument to blk_execute_rq_nowait
Christoph Hellwig
1
-1
/
+2
2022-05-20
nvme: enable uring-passthrough for admin commands
Kanchan Joshi
1
-0
/
+23
2022-05-20
nvme: helper for uring-passthrough checks
Kanchan Joshi
1
-8
/
+16
2022-05-11
nvme: add vectored-io support for uring-cmd
Anuj Gupta
1
-3
/
+6
2022-05-11
nvme: wire-up uring-cmd support for io-passthru on char-device.
Kanchan Joshi
1
-3
/
+189
2022-05-11
nvme: refactor nvme_submit_user_cmd()
Christoph Hellwig
1
-11
/
+45
2022-03-16
nvme: remove nvme_alloc_request and nvme_alloc_request_qid
Christoph Hellwig
1
-1
/
+2
2022-02-28
nvme: add vectored-io support for user-passthrough
Kanchan Joshi
1
-9
/
+26
2021-08-14
remove the lightnvm subsystem
Christoph Hellwig
1
-3
/
+1
2021-06-30
nvme: use return value from blk_execute_rq()
Keith Busch
1
-5
/
+1
2021-06-16
nvme: factor out a nvme_validate_passthru_nsid helper
Chaitanya Kulkarni
1
-10
/
+16
2021-06-03
nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctl
Christoph Hellwig
1
-0
/
+1
2021-06-03
nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctl
Christoph Hellwig
1
-1
/
+1
2021-06-03
nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctl
Christoph Hellwig
1
-10
/
+10
2021-06-03
nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctl
Christoph Hellwig
1
-7
/
+5
2021-05-04
nvme: fix controller ioctl through ns_head
Minwoo Im
1
-24
/
+41
2021-04-22
nvme: introduce generic per-namespace chardev
Minwoo Im
1
-6
/
+32
2021-04-15
nvme: move the ioctl code to a separate file
Christoph Hellwig
1
-0
/
+455