index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-21
nvme: set the PRACT bit when using Write Zeroes with T10 PI
Christoph Hellwig
1
-1
/
+4
2021-07-21
nvme: fix nvme_setup_command metadata trace event
Keith Busch
1
-3
/
+3
2021-07-21
nvme: fix refcounting imbalance when all paths are down
Hannes Reinecke
3
-13
/
+21
2021-07-21
nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING
Zhihao Cheng
1
-1
/
+3
2021-07-13
nvme-pci: do not call nvme_dev_remove_admin from nvme_remove
Casey Chen
1
-1
/
+0
2021-07-13
nvme-pci: fix multiple races in nvme_setup_io_queues
Casey Chen
1
-8
/
+58
2021-07-13
nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACE
Prabhakar Kushwaha
1
-3
/
+1
2021-06-30
nvme: use return value from blk_execute_rq()
Keith Busch
3
-14
/
+29
2021-06-30
nvme: use blk_execute_rq() for passthrough commands
Keith Busch
7
-46
/
+18
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-235
/
+278
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-34
/
+13
2021-06-17
nvme: remove zeroout memset call for struct
Chaitanya Kulkarni
1
-13
/
+6
2021-06-17
nvme-pci: remove zeroout memset call for struct
Chaitanya Kulkarni
1
-16
/
+8
2021-06-17
nvme-fabrics: remove memset in connect io q
Chaitanya Kulkarni
1
-2
/
+1
2021-06-17
nvme-fabrics: remove memset in connect admin q
Chaitanya Kulkarni
1
-2
/
+1
2021-06-17
nvme-fabrics: remove memset in nvmf_reg_write32()
Chaitanya Kulkarni
1
-2
/
+1
2021-06-17
nvme-fabrics: remove memset in nvmf_reg_read64()
Chaitanya Kulkarni
1
-2
/
+1
2021-06-17
nvme-tcp: use ctrl sgl check helper
Chaitanya Kulkarni
1
-1
/
+1
2021-06-17
nvme-pci: use ctrl sgl check helper
Chaitanya Kulkarni
1
-2
/
+2
2021-06-17
nvme-fc: use ctrl sgl check helper
Chaitanya Kulkarni
1
-1
/
+1
2021-06-17
nvme: add a helper to check ctrl sgl support
Chaitanya Kulkarni
1
-0
/
+5
2021-06-17
nvme-pci: remove trailing lines for helpers
Chaitanya Kulkarni
1
-2
/
+0
2021-06-17
nvme-pci: fix var. type for increasing cq_head
JK Kim
1
-1
/
+1
2021-06-16
nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()
Dan Carpenter
1
-0
/
+2
2021-06-16
nvme: factor out a nvme_validate_passthru_nsid helper
Chaitanya Kulkarni
1
-10
/
+16
2021-06-16
nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help text
Geert Uytterhoeven
1
-1
/
+1
2021-06-16
nvme: remove superfluous bio_set_dev in nvme_requeue_work
Daniel Wagner
1
-5
/
+0
2021-06-16
nvme: verify MNAN value if ANA is enabled
Daniel Wagner
1
-0
/
+7
2021-06-16
ACPI: Check StorageD3Enable _DSD property in ACPI code
Mario Limonciello
1
-27
/
+1
2021-06-03
nvme: remove nvme_{get,put}_ns_from_disk
Christoph Hellwig
2
-45
/
+28
2021-06-03
nvme: split nvme_report_zones
Christoph Hellwig
4
-24
/
+35
2021-06-03
nvme: move the CSI sanity check into nvme_ns_report_zones
Christoph Hellwig
1
-5
/
+4
2021-06-03
nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctl
Christoph Hellwig
1
-0
/
+1
2021-06-03
nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctl
Christoph Hellwig
1
-1
/
+1
2021-06-03
nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctl
Christoph Hellwig
1
-10
/
+10
2021-06-03
nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctl
Christoph Hellwig
1
-7
/
+5
2021-06-03
nvme-fabrics: remove extra braces
Chaitanya Kulkarni
1
-1
/
+1
2021-06-03
nvme-fabrics: remove an extra comment
Chaitanya Kulkarni
1
-1
/
+1
2021-06-03
nvme-fabrics: remove extra new lines in the switch
Chaitanya Kulkarni
1
-5
/
+4
2021-06-03
nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()
Chaitanya Kulkarni
1
-13
/
+9
2021-06-03
nvme-tcp: allow selecting the network interface for connections
Martin Belanger
4
-2
/
+50
2021-06-03
nvme-pci: look for StorageD3Enable on companion ACPI device instead
Mario Limonciello
1
-23
/
+1
2021-06-03
nvme: extend and modify the APST configuration algorithm
Alexey Bogoslavsky
1
-11
/
+78
2021-06-03
nvme: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-06-01
nvme-multipath: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-32
/
+13
2021-06-01
block: automatically enable GENHD_FL_EXT_DEVT
Christoph Hellwig
2
-2
/
+0
2021-05-31
nvme-rdma: fix in-casule data send for chained sgls
Sagi Grimberg
1
-2
/
+3
2021-05-26
nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
Sagi Grimberg
1
-1
/
+2
2021-05-25
nvme-fabrics: decode host pathing error for connect
Hannes Reinecke
1
-0
/
+5
2021-05-25
nvme-fc: short-circuit reconnect retries
Hannes Reinecke
1
-8
/
+17
[next]