index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-11-15
nvme: identify-namespace without CAP_SYS_ADMIN
Kanchan Joshi
1
-2
/
+16
2022-11-15
nvme: fine-granular CAP_SYS_ADMIN for nvme io commands
Kanchan Joshi
1
-33
/
+69
2022-11-15
nvme-fc: improve memory usage in nvme_fc_rcv_ls_req()
Christophe JAILLET
1
-8
/
+9
2022-11-15
nvmet: only allocate a single slab for bvecs
Christoph Hellwig
3
-22
/
+19
2022-11-15
nvmet: force reconnect when number of queue changes
Daniel Wagner
1
-1
/
+8
2022-11-15
nvmet: use try_cmpxchg in nvmet_update_sq_head
Uros Bizjak
1
-3
/
+2
2022-11-15
nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
Bean Huo
1
-0
/
+2
2022-11-11
Merge tag 'block-6.1-2022-11-11' of git://git.kernel.dk/linux
Linus Torvalds
3
-6
/
+7
2022-11-09
nvmet: fix a memory leak
Sagi Grimberg
1
-0
/
+1
2022-11-09
nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
Aleksandr Miloserdov
1
-2
/
+5
2022-11-09
nvme: quiet user passthrough command errors
Keith Busch
2
-4
/
+1
2022-11-02
nvme: use blk_mq_[un]quiesce_tagset
Chao Leng
2
-27
/
+9
2022-11-02
blk-mq: pass a tagset to blk_mq_wait_quiesce_done
Christoph Hellwig
1
-2
/
+2
2022-11-02
nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_work
Christoph Hellwig
1
-1
/
+0
2022-11-02
nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrl
Christoph Hellwig
1
-1
/
+0
2022-11-02
nvme: split nvme_kill_queues
Christoph Hellwig
4
-33
/
+15
2022-11-02
nvme: don't unquiesce the admin queue in nvme_kill_queues
Christoph Hellwig
1
-4
/
+0
2022-11-02
nvme: remove the NVME_NS_DEAD check in nvme_validate_ns
Christoph Hellwig
1
-4
/
+0
2022-11-02
nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespaces
Christoph Hellwig
1
-1
/
+1
2022-11-02
nvme: don't remove namespaces in nvme_passthru_end
Christoph Hellwig
1
-1
/
+0
2022-11-02
nvme-pci: refactor the tagset handling in nvme_reset_work
Christoph Hellwig
1
-16
/
+28
2022-11-02
block: set the disk capacity to 0 in blk_mark_disk_dead
Christoph Hellwig
1
-6
/
+1
2022-10-29
Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linux
Linus Torvalds
2
-2
/
+12
2022-10-25
nvme-multipath: set queue dma alignment to 3
Keith Busch
1
-0
/
+1
2022-10-25
nvme-tcp: fix possible circular locking when deleting a controller under memo...
Sagi Grimberg
1
-1
/
+10
2022-10-25
nvme-tcp: replace sg_init_marker() with sg_init_table()
Nam Cao
1
-1
/
+1
2022-10-25
nvme-apple: remove an extra queue reference
Christoph Hellwig
1
-9
/
+0
2022-10-25
nvme-pci: remove an extra queue reference
Christoph Hellwig
1
-6
/
+0
2022-10-25
blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue
Christoph Hellwig
3
-2
/
+10
2022-10-21
Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linux
Linus Torvalds
6
-17
/
+41
2022-10-19
nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_show
Daniel Wagner
1
-4
/
+0
2022-10-19
nvmet: fix workqueue MEM_RECLAIM flushing dependency
Sagi Grimberg
1
-1
/
+1
2022-10-19
nvme-hwmon: kmalloc the NVME SMART log buffer
Serge Semin
1
-7
/
+16
2022-10-19
nvme-hwmon: consistently ignore errors from nvme_hwmon_init
Christoph Hellwig
2
-6
/
+13
2022-10-19
nvme-apple: don't limit DMA segement size
Russell King (Oracle)
1
-0
/
+2
[prev]
[next]