index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
nvme: pass a user pointer to nvme_nvm_ioctl
Christoph Hellwig
2021-04-15
3
-7
/
+7
|
*
nvme: cleanup setting the disk name
Christoph Hellwig
2021-04-15
3
-28
/
+27
|
*
nvme: add a nvme_ns_head_multipath helper
Minwoo Im
2021-04-15
2
-7
/
+8
|
*
nvme: remove single trailing whitespace
Niklas Cassel
2021-04-15
1
-1
/
+1
|
*
nvme-multipath: remove single trailing whitespace
Niklas Cassel
2021-04-15
1
-1
/
+1
|
*
nvme-pci: remove single trailing whitespace
Niklas Cassel
2021-04-15
1
-1
/
+1
|
*
nvme-pci: don't simple map sgl when sgls are disabled
Niklas Cassel
2021-04-15
1
-1
/
+1
|
*
nvmet: fix a spelling mistake "nubmer" -> "number"
Colin Ian King
2021-04-15
1
-1
/
+1
|
*
nvmet-fc: simplify nvmet_fc_alloc_hostport
Amit Engel
2021-04-15
1
-31
/
+46
|
*
nvmet-tcp: fix a segmentation fault during io parsing error
Elad Grupi
2021-04-15
1
-8
/
+31
|
*
lightnvm: use kobj_to_dev()
Chaitanya Kulkarni
2021-04-13
1
-1
/
+1
|
*
nvme: fix handling of large MDTS values
Bart Van Assche
2021-04-06
1
-2
/
+4
|
*
nvme: implement non-mdts command limits
Keith Busch
2021-04-06
2
-34
/
+75
|
*
nvme: disallow passthru cmd from targeting a nsid != nsid of the block dev
Niklas Cassel
2021-04-06
1
-0
/
+12
|
*
nvme: retrigger ANA log update if group descriptor isn't found
Hannes Reinecke
2021-04-06
1
-0
/
+4
|
*
nvme: export fast_io_fail_tmo to sysfs
Daniel Wagner
2021-04-02
1
-0
/
+31
|
*
nvme: remove superfluous else in nvme_ctrl_loss_tmo_store
Daniel Wagner
2021-04-02
1
-1
/
+1
|
*
nvme: use sysfs_emit instead of sprintf
Daniel Wagner
2021-04-02
2
-24
/
+24
|
*
nvme-fc: check sgl supported by target
Max Gurtovoy
2021-04-02
1
-0
/
+5
|
*
nvme-tcp: check sgl supported by target
Max Gurtovoy
2021-04-02
1
-0
/
+5
|
*
nvmet-tcp: enable optional queue idle period tracking
Wunderlich, Mark
2021-04-02
1
-2
/
+34
|
*
nvmet-tcp: fix incorrect locking in state_change sk callback
Sagi Grimberg
2021-04-02
1
-2
/
+2
|
*
nvme-tcp: block BH in sk state_change sk callback
Sagi Grimberg
2021-04-02
1
-2
/
+2
|
*
nvmet: return proper error code from discovery ctrl
Hou Pu
2021-04-02
1
-2
/
+4
|
*
nvme: warn of unhandled effects only once
Keith Busch
2021-04-02
1
-3
/
+3
|
*
nvme: use driver pdu command for passthrough
Keith Busch
2021-04-02
7
-23
/
+25
|
*
nvme-pci: allocate nvme_command within driver pdu
Keith Busch
2021-04-02
1
-5
/
+6
|
*
nvmet: do not allow model_number exceed 40 bytes
Noam Gottlieb
2021-04-02
2
-0
/
+7
|
*
nvmet: remove unnecessary ctrl parameter
Chaitanya Kulkarni
2021-04-02
3
-17
/
+20
|
*
nvmet-fc: update function documentation
Chaitanya Kulkarni
2021-04-02
1
-0
/
+1
|
*
nvme-fc: fix the function documentation comment
Chaitanya Kulkarni
2021-04-02
1
-1
/
+1
|
*
nvme: add new line after variable declatation
Chaitanya Kulkarni
2021-04-02
1
-0
/
+3
|
*
nvme: don't check nvme_req flags for new req
Chaitanya Kulkarni
2021-04-02
1
-6
/
+5
|
*
nvme: mark nvme_setup_passsthru() inline
Chaitanya Kulkarni
2021-04-02
1
-1
/
+1
|
*
nvme: split init identify into helper
Chaitanya Kulkarni
2021-04-02
1
-23
/
+32
|
*
nvme: rename nvme_init_identify()
Chaitanya Kulkarni
2021-04-02
7
-10
/
+10
|
*
nvme: reduce checks for zero command effects
Kanchan Joshi
2021-04-02
1
-1
/
+2
|
*
nvme: use NVME_CTRL_CMIC_ANA macro
Kanchan Joshi
2021-04-02
1
-1
/
+1
|
*
nvmet: replace white spaces with tabs
Chaitanya Kulkarni
2021-04-02
1
-1
/
+1
|
*
nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_status
Chaitanya Kulkarni
2021-04-02
3
-7
/
+6
|
*
nvmet: update error log page in nvmet_alloc_ctrl()
Chaitanya Kulkarni
2021-04-02
2
-5
/
+3
|
*
nvmet: remove a duplicate status assignment in nvmet_alloc_ctrl
Chaitanya Kulkarni
2021-04-02
1
-1
/
+0
|
*
nvme-pci: cleanup nvme_irq()
Chaitanya Kulkarni
2021-04-02
1
-4
/
+2
|
*
nvme-pci: remove the barriers in nvme_irq()
Chaitanya Kulkarni
2021-04-02
1
-6
/
+0
*
|
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-1
/
+1
|
\
\
|
*
|
block: stop calling blk_queue_bounce for passthrough requests
Christoph Hellwig
2021-04-06
1
-1
/
+1
*
|
|
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-08
1
-1
/
+2
|
/
/
*
|
nvmet-tcp: fix kmap leak when data digest in use
Elad Grupi
2021-03-18
1
-1
/
+1
*
|
nvmet: don't check iosqes,iocqes for discovery controllers
Sagi Grimberg
2021-03-18
1
-3
/
+14
*
|
nvme-rdma: fix possible hang when failing to set io queues
Sagi Grimberg
2021-03-18
1
-2
/
+5
[prev]
[next]