Age | Commit message (Expand) | Author | Files | Lines |
2023-01-19 | nvme-apple: only reset the controller when RTKit is running | Janne Grunau | 1 | -3/+3 |
2023-01-19 | nvme-apple: reset controller during shutdown | Janne Grunau | 1 | -1/+17 |
2023-01-14 | Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -51/+73 |
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 |
2023-01-10 | nvme-pci: fix error handling in nvme_pci_enable() | Tong Zhang | 1 | -2/+7 |
2023-01-10 | nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllers | Hector Martin | 1 | -1/+2 |
2023-01-10 | nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regression | Hector Martin | 1 | -1/+1 |
2023-01-07 | Merge tag 'block-2023-01-06' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+2 |
2023-01-04 | block: handle bio_split_to_limits() NULL return | Jens Axboe | 1 | -0/+2 |
2022-12-30 | Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linux | Linus Torvalds | 7 | -57/+103 |
2022-12-28 | nvme-auth: fix smatch warning complaints | Sagi Grimberg | 1 | -1/+1 |
2022-12-28 | nvme: consult the CSE log page for unprivileged passthrough | Christoph Hellwig | 1 | -4/+24 |
2022-12-28 | nvme: also return I/O command effects from nvme_command_effects | Christoph Hellwig | 1 | -6/+26 |
2022-12-28 | nvmet: don't defer passthrough commands with trivial effects to the workqueue | Christoph Hellwig | 1 | -6/+5 |
2022-12-28 | nvmet: set the LBCC bit for commands that modify data | Christoph Hellwig | 1 | -2/+4 |
2022-12-28 | nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it | Christoph Hellwig | 1 | -16/+19 |
2022-12-26 | nvme-pci: update sqsize when adjusting the queue depth | Christoph Hellwig | 1 | -4/+5 |
2022-12-26 | nvme: fix setting the queue depth in nvme_alloc_io_tag_set | Christoph Hellwig | 1 | -1/+1 |
2022-12-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+31 |
2022-12-22 | nvme: fix multipath crash caused by flush request when blktrace is enabled | Yanjun Zhang | 1 | -1/+1 |
2022-12-21 | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -0/+1 |
2022-12-21 | nvme-pci: fix page size checks | Keith Busch | 1 | -4/+4 |
2022-12-21 | nvme-pci: fix mempool alloc size | Keith Busch | 1 | -2/+2 |
2022-12-21 | nvme-pci: fix doorbell buffer value endianness | Klaus Jensen | 1 | -12/+13 |
2022-12-20 | Treewide: Stop corrupting socket's task_frag | Benjamin Coddington | 1 | -0/+1 |
2022-12-16 | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2022-12-13 | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux | Linus Torvalds | 16 | -811/+992 |
2022-12-13 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -5/+5 |
2022-12-09 | Merge tag 'block-6.1-2022-12-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -4/+4 |
2022-12-07 | nvmet: don't open-code NVME_NS_ATTR_RO enumeration | Sagi Grimberg | 1 | -1/+1 |
2022-12-07 | nvme-pci: use the tagset alloc/free helpers | Christoph Hellwig | 1 | -71/+18 |
2022-12-07 | nvme: add the Apple shared tag workaround to nvme_alloc_io_tag_set | Christoph Hellwig | 1 | -1/+7 |
2022-12-07 | nvme: only set reserved_tags in nvme_alloc_io_tag_set for fabrics controllers | Christoph Hellwig | 1 | -1/+2 |
2022-12-07 | nvme: consolidate setting the tagset flags | Christoph Hellwig | 6 | -19/+21 |
2022-12-07 | nvme: pass nr_maps explicitly to nvme_alloc_io_tag_set | Christoph Hellwig | 6 | -7/+9 |
2022-12-06 | nvme-pci: split out a nvme_pci_ctrl_is_dead helper | Christoph Hellwig | 1 | -22/+25 |
2022-12-06 | nvme-pci: return early on ctrl state mismatch in nvme_reset_work | Christoph Hellwig | 1 | -2/+1 |
2022-12-06 | nvme-pci: rename nvme_disable_io_queues | Christoph Hellwig | 1 | -10/+10 |
2022-12-06 | nvme-pci: cleanup nvme_suspend_queue | Christoph Hellwig | 1 | -10/+7 |
2022-12-06 | nvme-pci: remove nvme_pci_disable | Christoph Hellwig | 1 | -13/+5 |
2022-12-06 | nvme-pci: remove nvme_disable_admin_queue | Christoph Hellwig | 1 | -9/+2 |
2022-12-06 | nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrl | Christoph Hellwig | 8 | -45/+25 |
2022-12-06 | nvme: use nvme_wait_ready in nvme_shutdown_ctrl | Christoph Hellwig | 1 | -26/+12 |
2022-12-06 | nvme-apple: fix controller shutdown in apple_nvme_disable | Christoph Hellwig | 1 | -1/+2 |
2022-12-06 | nvme-fc: move common code into helper | Chaitanya Kulkarni | 1 | -8/+11 |
2022-12-06 | nvme-fc: avoid null pointer dereference | Chaitanya Kulkarni | 1 | -1/+10 |
2022-12-06 | nvme: allow unprivileged passthrough of Identify Controller | Joel Granados | 1 | -0/+2 |
2022-12-06 | nvme-multipath: support io stats on the mpath device | Sagi Grimberg | 3 | -0/+42 |