index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
2022-12-06
nvme-pci: split out a nvme_pci_ctrl_is_dead helper
Christoph Hellwig
2022-12-06
nvme-pci: return early on ctrl state mismatch in nvme_reset_work
Christoph Hellwig
2022-12-06
nvme-pci: rename nvme_disable_io_queues
Christoph Hellwig
2022-12-06
nvme-pci: cleanup nvme_suspend_queue
Christoph Hellwig
2022-12-06
nvme-pci: remove nvme_pci_disable
Christoph Hellwig
2022-12-06
nvme-pci: remove nvme_disable_admin_queue
Christoph Hellwig
2022-12-06
nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrl
Christoph Hellwig
2022-12-06
nvme: use nvme_wait_ready in nvme_shutdown_ctrl
Christoph Hellwig
2022-12-06
nvme-apple: fix controller shutdown in apple_nvme_disable
Christoph Hellwig
2022-12-06
nvme-fc: move common code into helper
Chaitanya Kulkarni
2022-12-06
nvme-fc: avoid null pointer dereference
Chaitanya Kulkarni
2022-12-06
nvme: allow unprivileged passthrough of Identify Controller
Joel Granados
2022-12-06
nvme-multipath: support io stats on the mpath device
Sagi Grimberg
2022-12-06
nvme: introduce nvme_start_request
Sagi Grimberg
2022-12-06
nvme: use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-12-06
nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULL
Christoph Hellwig
2022-11-18
nvme: rename the queue quiescing helpers
Christoph Hellwig
2022-11-16
nvme: return err on nvme_init_non_mdts_limits fail
Joel Granados
2022-11-16
nvme: avoid fallback to sequential scan due to transient issues
Uday Shankar
2022-11-16
nvme-rdma: stop auth work after tearing down queues in error recovery
Sagi Grimberg
2022-11-16
nvme-tcp: stop auth work after tearing down queues in error recovery
Sagi Grimberg
2022-11-16
nvme-auth: have dhchap_auth_work wait for queues auth to complete
Sagi Grimberg
2022-11-16
nvme-auth: remove redundant auth_work flush
Sagi Grimberg
2022-11-16
nvme-auth: convert dhchap_auth_list to an array
Sagi Grimberg
2022-11-16
nvme-auth: check chap ctrl_key once constructed
Sagi Grimberg
2022-11-16
nvme-auth: no need to reset chap contexts on re-authentication
Sagi Grimberg
2022-11-16
nvme-auth: remove redundant deallocations
Sagi Grimberg
2022-11-16
nvme-auth: clear sensitive info right after authentication completes
Sagi Grimberg
2022-11-16
nvme-auth: guarantee dhchap buffers under memory pressure
Sagi Grimberg
2022-11-16
nvme-auth: don't keep long lived 4k dhchap buffer
Sagi Grimberg
2022-11-16
nvme-auth: remove redundant if statement
Sagi Grimberg
2022-11-16
nvme-auth: don't override ctrl keys before validation
Sagi Grimberg
2022-11-16
nvme-auth: don't ignore key generation failures when initializing ctrl keys
Sagi Grimberg
2022-11-16
nvme-auth: remove redundant buffer deallocations
Sagi Grimberg
2022-11-16
nvme-auth: don't re-authenticate if the controller is not LIVE
Sagi Grimberg
2022-11-16
nvme-auth: remove symbol export from nvme_auth_reset
Sagi Grimberg
2022-11-16
nvme-auth: rename authentication work elements
Sagi Grimberg
2022-11-16
nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap
Sagi Grimberg
2022-11-16
nvme-pci: don't unbind the driver on reset failure
Christoph Hellwig
2022-11-16
nvme-pci: split the initial probe from the rest path
Christoph Hellwig
2022-11-16
nvme-pci: move the HMPRE check into nvme_setup_host_mem
Christoph Hellwig
2022-11-15
nvme-pci: simplify nvme_dbbuf_dma_alloc
Christoph Hellwig
2022-11-15
nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enable
Christoph Hellwig
2022-11-15
nvme-pci: set constant paramters in nvme_pci_alloc_ctrl
Christoph Hellwig
2022-11-15
nvme-pci: factor out a nvme_pci_alloc_dev helper
Christoph Hellwig
2022-11-15
nvme-pci: factor the iod mempool creation into a helper
Christoph Hellwig
2022-11-15
nvme-pci: move more teardown work to nvme_remove
Christoph Hellwig
2022-11-15
nvme-pci: put the admin queue in nvme_dev_remove_admin
Christoph Hellwig
2022-11-15
nvme: simplify transport specific device attribute handling
Christoph Hellwig
2022-11-15
nvme: move OPAL setup from PCIe to core
Christoph Hellwig
[next]