index
:
kernel/git/stable/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
2021-11-17
nvme-rdma: fix error code in nvme_rdma_setup_ctrl
Max Gurtovoy
2021-11-17
nvme: drop scan_lock and always kick requeue list when removing namespaces
Hannes Reinecke
2021-11-17
nvmet-tcp: fix use-after-free when a port is removed
Israel Rukshin
2021-11-17
nvmet-rdma: fix use-after-free when a port is removed
Israel Rukshin
2021-11-17
nvmet: fix use-after-free when a port is removed
Israel Rukshin
2021-11-17
nvmet-tcp: fix header digest verification
Amit Engel
2021-11-17
nvmet-tcp: fix a memory leak when releasing a queue
Maurizio Lombardi
2021-11-02
nvme-tcp: fix possible req->offset corruption
Varun Prakash
2021-11-02
nvme-tcp: fix data digest pointer calculation
Varun Prakash
2021-11-02
nvmet-tcp: fix data digest pointer calculation
Varun Prakash
2021-11-02
nvme-tcp: fix H2CData PDU send accounting (again)
Sagi Grimberg
2021-10-20
nvme-pci: Fix abort command id
Keith Busch
2021-10-09
nvme-fc: avoid race between time out and tear down
James Smart
2021-10-09
nvme-fc: update hardware queues before using them
Daniel Wagner
2021-10-07
nvme: add command id quirk for apple controllers
Keith Busch
2021-09-30
nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()
Dan Carpenter
2021-09-30
nvme-rdma: destroy cm id before destroy qp to avoid use after free
Ruozhu Li
2021-09-30
nvme-multipath: fix ANA state updates when a namespace is not present
Anton Eidelman
2021-09-30
nvme: keep ctrl->namespaces ordered
Christoph Hellwig
2021-09-30
nvme-tcp: fix incorrect h2cdata pdu offset accounting
Sagi Grimberg
2021-09-26
nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()
Hannes Reinecke
2021-09-22
nvme: avoid race in shutdown namespace removal
Daniel Wagner
2021-09-22
nvme-tcp: fix io_work priority inversion
Keith Busch
2021-09-18
nvme: code command_id with a genctr for use-after-free validation
Sagi Grimberg
2021-09-18
nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data
Sagi Grimberg
2021-09-15
nvmet: pass back cntlid on successful completion
Amit Engel
2021-09-15
nvme-rdma: don't update queue count when failing to set io queues
Ruozhu Li
2021-09-15
nvme-tcp: don't update queue count when failing to set io queues
Ruozhu Li
2021-07-24
Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-21
nvme: set the PRACT bit when using Write Zeroes with T10 PI
Christoph Hellwig
2021-07-21
nvme: fix nvme_setup_command metadata trace event
Keith Busch
2021-07-21
nvme: fix refcounting imbalance when all paths are down
Hannes Reinecke
2021-07-21
nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING
Zhihao Cheng
2021-07-16
Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-13
nvme-pci: do not call nvme_dev_remove_admin from nvme_remove
Casey Chen
2021-07-13
nvme-pci: fix multiple races in nvme_setup_io_queues
Casey Chen
2021-07-13
nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACE
Prabhakar Kushwaha
2021-07-09
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-05
nvme-tcp: can't set sk_user_data without write_lock
Maurizio Lombardi
2021-07-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-06-30
nvme: use return value from blk_execute_rq()
Keith Busch
2021-06-30
nvme: use blk_execute_rq() for passthrough commands
Keith Busch
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-21
nvmet: use NVMET_MAX_NAMESPACES to set nn value
Chaitanya Kulkarni
2021-06-17
nvme: remove zeroout memset call for struct
Chaitanya Kulkarni
2021-06-17
nvme-pci: remove zeroout memset call for struct
Chaitanya Kulkarni
2021-06-17
nvmet: remove zeroout memset call for struct
Chaitanya Kulkarni
2021-06-17
nvmet: add ZBD over ZNS backend support
Chaitanya Kulkarni
2021-06-17
nvmet: add Command Set Identifier support
Chaitanya Kulkarni
[next]