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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-23
nvme: fix write zeroes pi
Klaus Jensen
1
-3
/
+12
2021-11-23
nvme-fabrics: ignore invalid fast_io_fail_tmo values
Maurizio Lombardi
1
-0
/
+3
2021-11-23
nvme-pci: add NO APST quirk for Kioxia device
Enzo Matsumiya
1
-0
/
+14
2021-11-23
nvme-tcp: fix memory leak when freeing a queue
Maurizio Lombardi
1
-0
/
+6
2021-11-23
nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()
Varun Prakash
1
-31
/
+24
2021-11-09
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+4
2021-11-09
nvme: wait until quiesce is done
Ming Lei
1
-0
/
+4
2021-11-01
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-19
/
+128
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-67
/
+155
2021-10-27
nvmet: use flex_array_size and struct_size
Len Baker
1
-1
/
+1
2021-10-27
nvme-tcp: fix data digest pointer calculation
Varun Prakash
1
-1
/
+1
2021-10-27
nvme-tcp: fix possible req->offset corruption
Varun Prakash
1
-1
/
+2
2021-10-26
nvme-tcp: fix H2CData PDU send accounting (again)
Sagi Grimberg
1
-1
/
+3
2021-10-20
nvme: drop scan_lock and always kick requeue list when removing namespaces
Hannes Reinecke
1
-5
/
+4
2021-10-20
nvme-pci: clear shadow doorbell memory on resets
Keith Busch
1
-1
/
+8
2021-10-20
nvme-rdma: fix error code in nvme_rdma_setup_ctrl
Max Gurtovoy
1
-0
/
+2
2021-10-20
nvme-multipath: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+12
2021-10-20
nvme: display correct subsystem NQN
Hannes Reinecke
5
-4
/
+11
2021-10-20
nvme: Add connect option 'discovery'
Hannes Reinecke
3
-1
/
+13
2021-10-20
nvme: expose subsystem type in sysfs attribute 'subsystype'
Hannes Reinecke
2
-0
/
+28
2021-10-20
nvme-rdma: limit the maximal queue size for RDMA controllers
Max Gurtovoy
1
-0
/
+7
2021-10-20
nvme-fc: add support for ->map_queues
Saurav Kashyap
1
-0
/
+24
2021-10-20
nvme: generate uevent once a multipath namespace is operational again
Hannes Reinecke
1
-2
/
+5
2021-10-19
nvme: paring quiesce/unquiesce
Ming Lei
2
-4
/
+10
2021-10-19
nvme: prepare for pairing quiescing and unquiescing
Ming Lei
1
-21
/
+31
2021-10-19
nvme: apply nvme API to quiesce/unquiesce admin queue
Ming Lei
5
-24
/
+24
2021-10-19
nvme: add APIs for stopping/starting admin queue
Ming Lei
2
-0
/
+14
2021-10-19
nvme: don't memset() the normal read/write command
Jens Axboe
1
-2
/
+6
2021-10-19
nvme: move command clear into the various setup helpers
Jens Axboe
2
-3
/
+9
2021-10-18
nvme: wire up completion batching for the IRQ path
Jens Axboe
1
-1
/
+5
2021-10-18
nvme: add support for batched completion of polled IO
Jens Axboe
3
-12
/
+51
2021-10-18
block: add a struct io_comp_batch argument to fops->iopoll()
Jens Axboe
3
-4
/
+4
2021-10-18
nvme-multipath: enable polled I/O
Christoph Hellwig
1
-1
/
+15
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-4
/
+2
2021-10-18
block: rename REQ_HIPRI to REQ_POLLED
Christoph Hellwig
1
-1
/
+1
2021-10-18
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
3
-0
/
+3
2021-10-14
Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15
Jens Axboe
3
-12
/
+13
2021-10-14
nvme: fix per-namespace chardev deletion
Adam Manzanares
2
-11
/
+12
2021-10-07
nvme-pci: Fix abort command id
Keith Busch
1
-1
/
+1
2021-09-27
nvme: add command id quirk for apple controllers
Keith Busch
3
-2
/
+11
2021-09-21
nvme: keep ctrl->namespaces ordered
Christoph Hellwig
1
-16
/
+17
2021-09-21
nvme-tcp: fix incorrect h2cdata pdu offset accounting
Sagi Grimberg
1
-3
/
+10
2021-09-21
nvme-fc: remove freeze/unfreeze around update_nr_hw_queues
James Smart
1
-2
/
+0
2021-09-21
nvme-fc: avoid race between time out and tear down
James Smart
1
-0
/
+2
2021-09-21
nvme-fc: update hardware queues before using them
Daniel Wagner
1
-8
/
+8
2021-09-15
Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15
Jens Axboe
4
-33
/
+25
2021-09-14
nvme: remove the call to nvme_update_disk_info in nvme_ns_remove
Christoph Hellwig
1
-2
/
+0
2021-09-14
nvme-tcp: fix io_work priority inversion
Keith Busch
1
-10
/
+10
2021-09-14
nvme-rdma: destroy cm id before destroy qp to avoid use after free
Ruozhu Li
1
-13
/
+3
2021-09-14
nvme-multipath: fix ANA state updates when a namespace is not present
Anton Eidelman
1
-2
/
+5
[next]