index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nvme-6.2-2022-11-29' of git://git.infradead.org/nvme into for-6.2/...
Jens Axboe
2022-11-29
16
-510
/
+764
|
\
|
*
nvmet: expose firmware revision to configfs
Aleksandr Miloserdov
2022-11-21
4
-3
/
+79
|
*
nvmet: expose IEEE OUI to configfs
Aleksandr Miloserdov
2022-11-21
4
-5
/
+54
|
*
nvme: rename the queue quiescing helpers
Christoph Hellwig
2022-11-18
8
-68
/
+68
|
*
nvmet: fix a memory leak in nvmet_auth_set_key
Sagi Grimberg
2022-11-16
1
-0
/
+2
|
*
nvme: return err on nvme_init_non_mdts_limits fail
Joel Granados
2022-11-16
1
-1
/
+1
|
*
nvme: avoid fallback to sequential scan due to transient issues
Uday Shankar
2022-11-16
1
-4
/
+11
|
*
nvme-rdma: stop auth work after tearing down queues in error recovery
Sagi Grimberg
2022-11-16
1
-1
/
+1
|
*
nvme-tcp: stop auth work after tearing down queues in error recovery
Sagi Grimberg
2022-11-16
1
-1
/
+1
|
*
nvme-auth: have dhchap_auth_work wait for queues auth to complete
Sagi Grimberg
2022-11-16
1
-7
/
+6
|
*
nvme-auth: remove redundant auth_work flush
Sagi Grimberg
2022-11-16
1
-6
/
+2
|
*
nvme-auth: convert dhchap_auth_list to an array
Sagi Grimberg
2022-11-16
3
-55
/
+69
|
*
nvme-auth: check chap ctrl_key once constructed
Sagi Grimberg
2022-11-16
1
-2
/
+2
|
*
nvme-auth: no need to reset chap contexts on re-authentication
Sagi Grimberg
2022-11-16
3
-18
/
+0
|
*
nvme-auth: remove redundant deallocations
Sagi Grimberg
2022-11-16
1
-20
/
+0
|
*
nvme-auth: clear sensitive info right after authentication completes
Sagi Grimberg
2022-11-16
1
-0
/
+2
|
*
nvme-auth: guarantee dhchap buffers under memory pressure
Sagi Grimberg
2022-11-16
3
-2
/
+43
|
*
nvme-auth: don't keep long lived 4k dhchap buffer
Sagi Grimberg
2022-11-16
1
-23
/
+24
|
*
nvme-auth: remove redundant if statement
Sagi Grimberg
2022-11-16
1
-1
/
+1
|
*
nvme-auth: don't override ctrl keys before validation
Sagi Grimberg
2022-11-16
1
-2
/
+10
|
*
nvme-auth: don't ignore key generation failures when initializing ctrl keys
Sagi Grimberg
2022-11-16
3
-7
/
+25
|
*
nvme-auth: remove redundant buffer deallocations
Sagi Grimberg
2022-11-16
1
-4
/
+0
|
*
nvme-auth: don't re-authenticate if the controller is not LIVE
Sagi Grimberg
2022-11-16
1
-0
/
+7
|
*
nvme-auth: remove symbol export from nvme_auth_reset
Sagi Grimberg
2022-11-16
1
-1
/
+0
|
*
nvme-auth: rename authentication work elements
Sagi Grimberg
2022-11-16
1
-4
/
+4
|
*
nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap
Sagi Grimberg
2022-11-16
1
-6
/
+6
|
*
nvme-pci: don't unbind the driver on reset failure
Christoph Hellwig
2022-11-16
1
-30
/
+10
|
*
nvme-pci: split the initial probe from the rest path
Christoph Hellwig
2022-11-16
1
-53
/
+80
|
*
nvme-pci: move the HMPRE check into nvme_setup_host_mem
Christoph Hellwig
2022-11-16
1
-5
/
+6
|
*
nvme-pci: simplify nvme_dbbuf_dma_alloc
Christoph Hellwig
2022-11-15
1
-16
/
+16
|
*
nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enable
Christoph Hellwig
2022-11-15
1
-5
/
+2
|
*
nvme-pci: set constant paramters in nvme_pci_alloc_ctrl
Christoph Hellwig
2022-11-15
1
-21
/
+17
|
*
nvme-pci: factor out a nvme_pci_alloc_dev helper
Christoph Hellwig
2022-11-15
1
-35
/
+46
|
*
nvme-pci: factor the iod mempool creation into a helper
Christoph Hellwig
2022-11-15
1
-23
/
+18
|
*
nvme-pci: move more teardown work to nvme_remove
Christoph Hellwig
2022-11-15
1
-2
/
+2
|
*
nvme-pci: put the admin queue in nvme_dev_remove_admin
Christoph Hellwig
2022-11-15
1
-2
/
+1
|
*
nvme: simplify transport specific device attribute handling
Christoph Hellwig
2022-11-15
3
-17
/
+16
|
*
nvme: move OPAL setup from PCIe to core
Christoph Hellwig
2022-11-15
8
-25
/
+29
|
*
nvme: don't call nvme_init_ctrl_finish from nvme_passthru_end
Christoph Hellwig
2022-11-15
1
-2
/
+4
|
*
nvme: implement the DEAC bit for the Write Zeroes command
Christoph Hellwig
2022-11-15
2
-1
/
+13
|
*
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-fc: improve memory usage in nvme_fc_rcv_ls_req()
Christophe JAILLET
2022-11-15
1
-8
/
+9
|
*
nvmet: only allocate a single slab for bvecs
Christoph Hellwig
2022-11-15
3
-22
/
+19
|
*
nvmet: force reconnect when number of queue changes
Daniel Wagner
2022-11-15
1
-1
/
+8
|
*
nvmet: use try_cmpxchg in nvmet_update_sq_head
Uros Bizjak
2022-11-15
1
-3
/
+2
*
|
drbd: destroy workqueue when drbd device was freed
Wang ShaoBo
2022-11-24
1
-1
/
+5
*
|
drbd: remove call to memset before free device/resource/connection
Wang ShaoBo
2022-11-24
1
-3
/
+0
*
|
drbd: use consistent license
Christoph Böhmwalder
2022-11-23
25
-25
/
+25
*
|
blk-crypto: don't use struct request_queue for public interfaces
Christoph Hellwig
2022-11-21
1
-1
/
+1
[next]