index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULL
Christoph Hellwig
1
-0
/
+4
2022-12-06
nvme initialize core quirks before calling nvme_init_subsystem
Pankaj Raghav
1
-4
/
+4
2022-12-02
Merge tag 'block-6.1-2022-12-02' of git://git.kernel.dk/linux
Linus Torvalds
3
-1
/
+6
2022-12-01
nvme: Convert NVMe errors to PR errors
Mike Christie
1
-2
/
+31
2022-11-30
nvme: fix SRCU protection of nvme_ns_head list
Caleb Sander
2
-1
/
+4
2022-11-30
nvme-pci: clear the prp2 field when not used
Lei Rao
1
-0
/
+2
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
3
-5
/
+5
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-11-21
nvmet: expose firmware revision to configfs
Aleksandr Miloserdov
4
-3
/
+79
2022-11-21
nvmet: expose IEEE OUI to configfs
Aleksandr Miloserdov
4
-5
/
+54
2022-11-18
Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux
Linus Torvalds
2
-0
/
+6
2022-11-18
nvme: rename the queue quiescing helpers
Christoph Hellwig
8
-68
/
+68
2022-11-16
nvmet: fix a memory leak in nvmet_auth_set_key
Sagi Grimberg
1
-0
/
+2
2022-11-16
nvme: return err on nvme_init_non_mdts_limits fail
Joel Granados
1
-1
/
+1
2022-11-16
nvme: avoid fallback to sequential scan due to transient issues
Uday Shankar
1
-4
/
+11
2022-11-16
nvme-rdma: stop auth work after tearing down queues in error recovery
Sagi Grimberg
1
-1
/
+1
2022-11-16
nvme-tcp: stop auth work after tearing down queues in error recovery
Sagi Grimberg
1
-1
/
+1
2022-11-16
nvme-auth: have dhchap_auth_work wait for queues auth to complete
Sagi Grimberg
1
-7
/
+6
2022-11-16
nvme-auth: remove redundant auth_work flush
Sagi Grimberg
1
-6
/
+2
2022-11-16
nvme-auth: convert dhchap_auth_list to an array
Sagi Grimberg
3
-55
/
+69
2022-11-16
nvme-auth: check chap ctrl_key once constructed
Sagi Grimberg
1
-2
/
+2
2022-11-16
nvme-auth: no need to reset chap contexts on re-authentication
Sagi Grimberg
3
-18
/
+0
2022-11-16
nvme-auth: remove redundant deallocations
Sagi Grimberg
1
-20
/
+0
2022-11-16
nvme-auth: clear sensitive info right after authentication completes
Sagi Grimberg
1
-0
/
+2
2022-11-16
nvme-auth: guarantee dhchap buffers under memory pressure
Sagi Grimberg
3
-2
/
+43
2022-11-16
nvme-auth: don't keep long lived 4k dhchap buffer
Sagi Grimberg
1
-23
/
+24
2022-11-16
nvme-auth: remove redundant if statement
Sagi Grimberg
1
-1
/
+1
2022-11-16
nvme-auth: don't override ctrl keys before validation
Sagi Grimberg
1
-2
/
+10
2022-11-16
nvme-auth: don't ignore key generation failures when initializing ctrl keys
Sagi Grimberg
3
-7
/
+25
2022-11-16
nvme-auth: remove redundant buffer deallocations
Sagi Grimberg
1
-4
/
+0
2022-11-16
nvme-auth: don't re-authenticate if the controller is not LIVE
Sagi Grimberg
1
-0
/
+7
2022-11-16
nvme-auth: remove symbol export from nvme_auth_reset
Sagi Grimberg
1
-1
/
+0
2022-11-16
nvme-auth: rename authentication work elements
Sagi Grimberg
1
-4
/
+4
2022-11-16
nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap
Sagi Grimberg
1
-6
/
+6
2022-11-16
nvme-pci: don't unbind the driver on reset failure
Christoph Hellwig
1
-30
/
+10
2022-11-16
nvme-pci: split the initial probe from the rest path
Christoph Hellwig
1
-53
/
+80
2022-11-16
nvme-pci: move the HMPRE check into nvme_setup_host_mem
Christoph Hellwig
1
-5
/
+6
2022-11-16
nvmet: fix a memory leak in nvmet_auth_set_key
Sagi Grimberg
1
-0
/
+2
2022-11-16
nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000
Tiago Dias Ferreira
1
-0
/
+2
2022-11-15
nvme-pci: simplify nvme_dbbuf_dma_alloc
Christoph Hellwig
1
-16
/
+16
2022-11-15
nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enable
Christoph Hellwig
1
-5
/
+2
2022-11-15
nvme-pci: set constant paramters in nvme_pci_alloc_ctrl
Christoph Hellwig
1
-21
/
+17
2022-11-15
nvme-pci: factor out a nvme_pci_alloc_dev helper
Christoph Hellwig
1
-35
/
+46
2022-11-15
nvme-pci: factor the iod mempool creation into a helper
Christoph Hellwig
1
-23
/
+18
2022-11-15
nvme-pci: move more teardown work to nvme_remove
Christoph Hellwig
1
-2
/
+2
2022-11-15
nvme-pci: put the admin queue in nvme_dev_remove_admin
Christoph Hellwig
1
-2
/
+1
2022-11-15
nvme: simplify transport specific device attribute handling
Christoph Hellwig
3
-17
/
+16
2022-11-15
nvme: move OPAL setup from PCIe to core
Christoph Hellwig
8
-25
/
+29
2022-11-15
nvme: don't call nvme_init_ctrl_finish from nvme_passthru_end
Christoph Hellwig
1
-2
/
+4
2022-11-15
nvme: implement the DEAC bit for the Write Zeroes command
Christoph Hellwig
2
-1
/
+13
[prev]
[next]