index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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-ioctl: move capable() admin check to the end
Keith Busch
2023-12-04
1
-10
/
+11
*
nvme: fix error-handling for io_uring nvme-passthrough
Anuj Gupta
2023-11-06
1
-2
/
+5
*
nvme: sanitize metadata bounce buffer for reads
Keith Busch
2023-10-18
1
-3
/
+7
*
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
1
-1
/
+0
|
\
|
*
bio-integrity: update the payload size in bio_integrity_add_page()
Jinyoung Choi
2023-08-09
1
-1
/
+0
*
|
nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll
Ming Lei
2023-08-11
1
-2
/
+0
|
/
*
nvme: improved uring polling
Keith Busch
2023-06-28
1
-51
/
+19
*
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-30
/
+36
|
\
|
*
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-4
/
+4
|
*
nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Christoph Hellwig
2023-06-12
1
-28
/
+34
*
|
Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-2
/
+2
|
\
\
|
*
|
nvme: optimise io_uring passthrough completion
Pavel Begunkov
2023-05-25
1
-2
/
+2
|
|
/
*
/
nvme: fix miss command type check
min15.li
2023-05-30
1
-1
/
+1
|
/
*
io_uring: Pass whole sqe to commands
Breno Leitao
2023-05-04
1
-1
/
+1
*
block/io_uring: pass in issue_flags for uring_cmd task_work handling
Jens Axboe
2023-03-20
1
-6
/
+8
*
nvme: remove nvme_execute_passthru_rq
Christoph Hellwig
2023-02-01
1
-2
/
+3
*
nvme: set REQ_ALLOC_CACHE for uring-passthru request
Anuj Gupta
2023-01-29
1
-2
/
+2
*
nvme: don't allow unprivileged passthrough on partitions
Christoph Hellwig
2023-01-10
1
-16
/
+31
*
nvme: replace the "bool vec" arguments with flags in the ioctl path
Christoph Hellwig
2023-01-10
1
-25
/
+28
*
nvme: remove __nvme_ioctl
Christoph Hellwig
2023-01-10
1
-10
/
+8
*
nvme: consult the CSE log page for unprivileged passthrough
Christoph Hellwig
2022-12-28
1
-4
/
+24
*
nvme: allow unprivileged passthrough of Identify Controller
Joel Granados
2022-12-06
1
-0
/
+2
*
nvme: identify-namespace without CAP_SYS_ADMIN
Kanchan Joshi
2022-11-15
1
-2
/
+16
*
nvme: fine-granular CAP_SYS_ADMIN for nvme io commands
Kanchan Joshi
2022-11-15
1
-33
/
+69
*
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
[next]