Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d09f2b45f346f0a9e5e1b5fcea531b1b393671dc
/
drivers
/
nvme
d09f2b4
nvme: split nvme_uninit_ctrl into stop and uninit
by Sagi Grimberg
· 7 years ago
8d7b8fa
nvme: kick requeue list when requeueing a request instead of when starting the queues
by Sagi Grimberg
· 7 years ago
c81545f
nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queues
by Sagi Grimberg
· 7 years ago
c1c0fff
nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queues
by Sagi Grimberg
· 7 years ago
f9c5af5
nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues
by Sagi Grimberg
· 7 years ago
fb05133
nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queues
by Sagi Grimberg
· 7 years ago
5e599d7
nvme-rdma: remove race conditions from IB signalling
by Marta Rybczynska
· 8 years ago
e5859d3
nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it
by Sagi Grimberg
· 7 years ago
cda5fd1
nvme-fc: update tagset nr_hw_queues after queues reinit
by Sagi Grimberg
· 7 years ago
4368c39
nvme-loop: update tagset nr_hw_queues after reconnecting/resetting
by Sagi Grimberg
· 7 years ago
4c8b99f
nvme-rdma: update tagset nr_hw_queues after reconnecting/resetting
by Sagi Grimberg
· 7 years ago
7314183
nvme-fc: don't override opts->nr_io_queues
by Sagi Grimberg
· 7 years ago
01ad099
nvme-pci: rename to nvme_pci_configure_admin_queue
by Sagi Grimberg
· 8 years ago
20d0dfe
nvme: move ctrl cap to struct nvme_ctrl
by Sagi Grimberg
· 7 years ago
d858e5f
nvme: move queue_count to the nvme_ctrl
by Sagi Grimberg
· 8 years ago
d554b5e
nvme: Quirks for PM1725 controllers
by Martin K. Petersen
· 7 years ago
a2b9377
nvme: Makefile: remove dead build rule
by Valentin Rothberg
· 7 years ago
f1d4ef7
nvmet-rdma: register ib_client to not deadlock in device removal
by Sagi Grimberg
· 7 years ago
69fa964
nvme_fc: fix error recovery on link down.
by James Smart
· 7 years ago
188f7e8
nvmet_fc: fix crashes on bad opcodes
by James Smart
· 8 years ago
0b5a766
nvme_fc: Fix crash when nvme controller connection fails.
by James Smart
· 8 years ago
36715cf
nvme_fc: replace ioabort msleep loop with completion
by James Smart
· 8 years ago
b4dfd6e
nvme_fc: fix double calls to nvme_cleanup_cmd()
by James Smart
· 7 years ago
b1465c6
nvme-fabrics: verify that a controller returns the correct NQN
by Christoph Hellwig
· 7 years ago
49d3d50
nvme: simplify nvme_dev_attrs_are_visible
by Christoph Hellwig
· 7 years ago
180de007
nvme: read the subsystem NQN from Identify Controller
by Christoph Hellwig
· 7 years ago
942fbab
nvme: remove a misleading comment on struct nvme_ns
by Christoph Hellwig
· 7 years ago
76a5af8
nvme: explicitly disable APST on quirked devices
by Kai-Heng Feng
· 7 years ago
7aa1f42
nvme: use a single NVME_AQ_DEPTH and relax it to 32
by Sagi Grimberg
· 8 years ago
6bfe042
nvme: add hostid token to fabric options
by Johannes Thumshirn
· 7 years ago
3f7f25a9
nvme: Remove SCSI translations
by Keith Busch
· 7 years ago
442e19b
nvme-pci: open-code polling logic in nvme_poll
by Sagi Grimberg
· 8 years ago
920d13a
nvme-pci: factor out the cqe reading mechanics from __nvme_process_cq
by Sagi Grimberg
· 8 years ago
83a12fb
nvme-pci: factor out cqe handling into a dedicated routine
by Sagi Grimberg
· 8 years ago
eb281c8
nvme-pci: Introduce nvme_ring_cq_doorbell
by Sagi Grimberg
· 8 years ago
f5d1184
nvme: add support for streams and directives
by Jens Axboe
· 7 years ago
613fa26
lightnvm: propagate right error code to target
by Javier González
· 7 years ago
443bd90
nvme: host: unquiesce queue in nvme_kill_queues()
by Ming Lei
· 7 years ago
f660174
blk-mq: use the introduced blk_mq_unquiesce_queue()
by Ming Lei
· 8 years ago
6b8190d
nvme: implement NS Optimal IO Boundary from 1.3 Spec
by Scott Bauer
· 8 years ago
8fa6112
nvme: don't hard code size of struct t10_pi_tuple
by Sagi Grimberg
· 8 years ago
39bdc59
nvme: no need to wait for the reset when keepalive fails
by Christoph Hellwig
· 8 years ago
d86c4d8
nvme: move reset workqueue handling to common code
by Christoph Hellwig
· 8 years ago
0350815
nvme-pci: merge init_request methods
by Christoph Hellwig
· 8 years ago
62b83b1
nvme-loop: merge init_request methods
by Christoph Hellwig
· 8 years ago
76f983c
nvme-fc: merge init_request methods
by Christoph Hellwig
· 8 years ago
385475e
nvme-rdma: merge init_request and exit_request methods
by Christoph Hellwig
· 8 years ago
ebe6d87
nvme: move protection information check into nvme_setup_rw
by Christoph Hellwig
· 8 years ago
b3b1b0b
nvme: mark shutdown_timeout static
by Christoph Hellwig
· 8 years ago
bb472ba
nvme-rdma: fix error code in nvme_rdma_create_ctrl()
by Dan Carpenter
· 8 years ago
97ddc36e
nvmf: keep track of nvmet connect error status
by Guan Junxiong
· 8 years ago
1b63327
nvmet-fc: Remove a set-but-not-used variable
by Bart Van Assche
· 8 years ago
f0425db
nvme: use ctrl->device consistently for logging
by Johannes Thumshirn
· 8 years ago
c61d788
nvmet: allow overriding the NVMe VS via configfs
by Johannes Thumshirn
· 8 years ago
430c7be
nvmet: add uuid field to nvme_ns and populate via configfs
by Johannes Thumshirn
· 8 years ago
637dc0f
nvmet: implement namespace identify descriptor list
by Johannes Thumshirn
· 8 years ago
d934f98
nvme: provide UUID value to userspace
by Johannes Thumshirn
· 8 years ago
3b22ba2
nvme: get list of namespace descriptors
by Johannes Thumshirn
· 8 years ago
90985b8
nvme: rename uuid to nguid in nvme_ns
by Johannes Thumshirn
· 8 years ago
0add5e8
nvmet: use NVME_IDENTIFY_DATA_SIZE
by Johannes Thumshirn
· 8 years ago
d19d4c8
nvme-pci: remove redundant includes
by Sagi Grimberg
· 8 years ago
b2a0eb1
nvme-pci: Remove watchdog timer
by Keith Busch
· 8 years ago
97f6ef6
nvme-pci: remap BAR0 to cover admin CQ doorbell for large stride
by Xu Yu
· 8 years ago
fdf9dfa
nvme: move nr_reconnects to nvme_ctrl
by Sagi Grimberg
· 8 years ago
c669ccd
nvme: queue ns scanning and async request from nvme_wq
by Sagi Grimberg
· 8 years ago
9a6327d
nvme: Move transports to use nvme-core workqueue
by Sagi Grimberg
· 8 years ago
c58bd1b
nvme: Don't allow to reset a reconnecting controller
by Sagi Grimberg
· 8 years ago
b282a88
nvme-rdma: Get rid of CONNECTED state
by Sagi Grimberg
· 8 years ago
abf87d5
nvme-rdma: rework rdma connection establishment error path
by Sagi Grimberg
· 8 years ago
ca6e95b
nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetrical
by Sagi Grimberg
· 8 years ago
c8295d1
nvme-rdma: Don't rearm the CQ when polling directly
by Sagi Grimberg
· 8 years ago
dc5bc6a
nvme-rdma: Make queue flags bit numbers and not shifts
by Sagi Grimberg
· 8 years ago
3dee63c
nvme-rdma: get rid of unused ctrl lock
by Sagi Grimberg
· 8 years ago
a29001c
nvme-loop: get rid of unused controller lock
by Sagi Grimberg
· 8 years ago
87ad72a
nvme-pci: implement host memory buffer support
by Christoph Hellwig
· 8 years ago
fe6d53c
nvme: save hmpre and hmmin in struct nvme_ctrl
by Christoph Hellwig
· 8 years ago
fdd050b
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base
by Christoph Hellwig
· 8 years ago
a104c9f
nvme-rdma: fix merge error
by Christoph Hellwig
· 8 years ago
8f66439
Merge tag 'v4.12-rc5' into for-4.13/block
by Jens Axboe
· 8 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 8 years ago
fc17b65
blk-mq: switch ->queue_rq return value to blk_status_t
by Christoph Hellwig
· 8 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 8 years ago
4017415
nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
by Christoph Hellwig
· 8 years ago
9947d6a
nvme: relax APST default max latency to 100ms
by Kai-Heng Feng
· 8 years ago
da87591
nvme: only consider exit latency when choosing useful non-op power states
by Kai-Heng Feng
· 8 years ago
24b7f05
nvme-fc: fix missing put reference on controller create failure
by James Smart
· 8 years ago
f874d5d
nvme-fc: on lldd/transport io error, terminate association
by James Smart
· 8 years ago
e818a5b
nvme-rdma: fast fail incoming requests while we reconnect
by Sagi Grimberg
· 8 years ago
82b057c
nvme-pci: fix multiple ctrl removal scheduling
by Rakesh Pandit
· 8 years ago
82654b6
nvme: fix hang in remove path
by Ming Lei
· 8 years ago
8e41226
nvme: switch to uuid_t
by Christoph Hellwig
· 8 years ago
50af47d
nvme: Quirk APST on Intel 600P/P3100 devices
by Andy Lutomirski
· 8 years ago
c81bfba
nvme: only setup block integrity if supported by the driver
by Christoph Hellwig
· 8 years ago
d3d5b87
nvme: replace is_flags field in nvme_ctrl_ops with a flags field
by Christoph Hellwig
· 8 years ago
9bdcfb1
nvme-pci: consistencly use ctrl->device for logging
by Christoph Hellwig
· 8 years ago
2cb657b
nvme_fc: remove extra controller reference taken on reconnect
by James Smart
· 8 years ago
e392e1f
nvme_fc: correct nvme status set on abort
by James Smart
· 8 years ago
589ff77
nvme_fc: set logging level on resets/deletes
by James Smart
· 8 years ago
a5321aa
nvme_fc: revise comment on teardown
by James Smart
· 8 years ago
5bbecdb
nvme_fc: Support ctrl_loss_tmo
by James Smart
· 8 years ago
Next »