index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
fc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: rename and document nvme_end_request
Christoph Hellwig
2020-08-22
1
-1
/
+1
*
nvme-fc: Fix wrong return value in __nvme_fc_init_request()
Tianjia Zhang
2020-08-22
1
-2
/
+2
*
nvme-fc: set max_segments to lldd max value
James Smart
2020-07-29
1
-2
/
+3
*
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
2020-07-29
1
-0
/
+1
*
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
2020-06-24
1
-1
/
+3
*
nvme-fc: don't call nvme_cleanup_cmd() for AENs
Daniel Wagner
2020-06-11
1
-2
/
+3
*
nvme: replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-27
1
-1
/
+1
*
nvme-fc: print proper nvme-fc devloss_tmo value
Martin George
2020-05-27
1
-1
/
+3
*
nvme-fc: avoid gcc-10 zero-length-bounds warning
Arnd Bergmann
2020-05-10
1
-1
/
+1
*
nvme-fc: Add Disconnect Association Rcv support
James Smart
2020-05-10
1
-4
/
+359
*
nvme-fc: Update header and host for common definitions for LS handling
James Smart
2020-05-10
1
-23
/
+2
*
nvme-fc: convert assoc_active flag to bit op
James Smart
2020-05-10
1
-24
/
+13
*
nvme-fc: Ensure private pointers are NULL if no data
James Smart
2020-05-10
1
-31
/
+50
*
nvme-fc nvmet-fc: refactor for common LS definitions
James Smart
2020-05-10
1
-35
/
+1
*
nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS request
James Smart
2020-05-10
1
-0
/
+35
*
nvme-fc: Revert "add module to ops template to allow module references"
James Smart
2020-04-04
1
-12
/
+2
*
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
2020-03-25
1
-1
/
+0
*
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
2020-03-25
1
-3
/
+1
*
nvme-fc: fix double-free scenarios on hw queues
James Smart
2019-11-26
1
-3
/
+15
*
nvme_fc: add module to ops template to allow module references
James Smart
2019-11-26
1
-2
/
+12
*
nvme-fc: Avoid preallocating big SGL for data
Israel Rukshin
2019-11-26
1
-4
/
+4
*
nvme: move common call to nvme_cleanup_cmd to core layer
Max Gurtovoy
2019-11-04
1
-2
/
+1
*
nvme-fc: ensure association_id is cleared regardless of a Disconnect LS
James Smart
2019-11-04
1
-3
/
+3
*
nvme-fc: clarify error messages
James Smart
2019-11-04
1
-5
/
+6
*
nvme-fc: Set new cmd set indicator in nvme-fc cmnd iu
James Smart
2019-11-04
1
-0
/
+5
*
nvme-fc and nvmet-fc: sync with FC-NVME-2 header changes
James Smart
2019-11-04
1
-13
/
+11
*
nvme-fc: Fail transport errors with NVME_SC_HOST_PATH
James Smart
2019-09-12
1
-7
/
+30
*
nvme-fc: Use rq_dma_dir macro
Israel Rukshin
2019-08-29
1
-5
/
+2
*
nvme: make fabrics command run on a separate request queue
Sagi Grimberg
2019-08-29
1
-3
/
+12
*
nvme: move sqsize setting to the core
Sagi Grimberg
2019-08-29
1
-11
/
+1
*
nvme: wait until all completed request's complete fn is called
Ming Lei
2019-08-05
1
-0
/
+2
*
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-07-16
1
-3
/
+48
|
\
|
*
nvme-fc: fix module unloads while lports still pending
James Smart
2019-07-09
1
-3
/
+48
*
|
Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-07-12
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
scsi: lib/sg_pool.c: improve APIs for allocating sg pool
Ming Lei
2019-06-20
1
-3
/
+4
*
|
nvme-fc: add message when creating new association
James Smart
2019-06-21
1
-0
/
+6
|
/
*
Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-05-17
1
-3
/
+11
|
\
|
*
nvme-fc: use separate work queue to avoid warning
Hannes Reinecke
2019-05-13
1
-3
/
+11
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-05-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
scsi: scsi_transport_fc: nvme: display FC-NVMe port roles
Hannes Reinecke
2019-04-13
1
-1
/
+1
*
|
nvme-fc: correct csn initialization and increments on error
James Smart
2019-04-11
1
-5
/
+15
|
/
*
nvme-fc: reject reconnect if io queue count is reduced to zero
James Smart
2019-03-13
1
-0
/
+12
*
nvme-fc: fix numa_node when dev is null
James Smart
2019-03-13
1
-1
/
+4
*
nvme-fc: use nr_phys_segments to determine existence of sgl
James Smart
2019-03-13
1
-4
/
+15
*
nvme-fc: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-13
/
+1
*
nvme-fabrics: allow nvmf_connect_io_queue to poll
Sagi Grimberg
2018-12-18
1
-1
/
+1
*
nvme: add a numa_node field to struct nvme_ctrl
Hannes Reinecke
2018-12-08
1
-2
/
+3
*
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
2018-12-04
1
-11
/
+64
|
\
|
*
nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()
Ewan D. Milne
2018-11-27
1
-1
/
+1
|
*
nvme-fc: resolve io failures during connect
James Smart
2018-11-15
1
-10
/
+63
[next]