aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-14remove the lightnvm subsystemChristoph Hellwig1-3/+1
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch1-5/+1
2021-06-16nvme: factor out a nvme_validate_passthru_nsid helperChaitanya Kulkarni1-10/+16
2021-06-03nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctlChristoph Hellwig1-0/+1
2021-06-03nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctlChristoph Hellwig1-1/+1
2021-06-03nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctlChristoph Hellwig1-10/+10
2021-06-03nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctlChristoph Hellwig1-7/+5
2021-05-04nvme: fix controller ioctl through ns_headMinwoo Im1-24/+41
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im1-6/+32
2021-04-15nvme: move the ioctl code to a separate fileChristoph Hellwig1-0/+455