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