Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d011fb3164e8694d7839f10a497f8ab6c660149a
/
drivers
/
nvme
/
host
/
pci.c
d011fb3
NVMe: Reduce driver log spamming
by Keith Busch
· 9 years ago
921920a
NVMe: Unbind driver on failure
by Keith Busch
· 9 years ago
014a0d6
NVMe: Delete only created queues
by Keith Busch
· 9 years ago
2800b8e
NVMe: Allocate queues only for online cpus
by Keith Busch
· 8 years ago
24b9f0c
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
87c3207
NVMe: Fix reset/remove race
by Keith Busch
· 9 years ago
6904242
nvme: add helper nvme_cleanup_cmd()
by Ming Lin
· 9 years ago
f866fc4
nvme: move AER handling to common code
by Christoph Hellwig
· 9 years ago
5955be2
nvme: move namespace scanning to core
by Christoph Hellwig
· 9 years ago
92911a5
nvme: tighten up state check for namespace scanning
by Christoph Hellwig
· 9 years ago
bb8d261
nvme: introduce a controller state machine
by Christoph Hellwig
· 9 years ago
04a934d
nvme: remove the io_incapable method
by Christoph Hellwig
· 9 years ago
3b24774
NVMe: Fix check_flush_dependency warning
by Keith Busch
· 9 years ago
a522905
NVMe: Always use MSI/MSI-x interrupts
by Keith Busch
· 9 years ago
c875a70
nvme: Avoid reset work on watchdog timer function during error recovery
by Guilherme G. Piccoli
· 9 years ago
7e19793
NVMe: silence warning about unused 'dev'
by Jens Axboe
· 9 years ago
82b4552
nvme: Use blk-mq helper for IO termination
by Sagi Grimberg
· 9 years ago
21f033f
NVMe: Skip async events for degraded controllers
by Keith Busch
· 9 years ago
8093f7c
nvme: add helper nvme_setup_cmd()
by Ming Lin
· 9 years ago
03b5929
nvme: rewrite discard support
by Ming Lin
· 9 years ago
58b4560
nvme: add helper nvme_map_len()
by Ming Lin
· 9 years ago
2e39e0f
nvme: add missing lock nesting notation
by Ming Lin
· 9 years ago
788e15a
NVMe: Always use MSI/MSI-x interrupts
by Keith Busch
· 9 years ago
9bf2b97
NVMe: Fix reset/remove race
by Keith Busch
· 9 years ago
d783e0b
nvme: avoid cqe corruption when update at the same time as read
by Marta Rybczynska
· 9 years ago
237045f
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
48c7823
NVMe: Remove unused sq_head read in completion path
by Jon Derrick
· 9 years ago
08095e7
NVMe: Create discard zero quirk white list
by Keith Busch
· 9 years ago
69d9a99
NVMe: Move error handling to failed reset handler
by Keith Busch
· 9 years ago
f58944e
NVMe: Simplify device reset failure
by Keith Busch
· 9 years ago
646017a
NVMe: Fix namespace removal deadlock
by Keith Busch
· 9 years ago
b00a726
NVMe: Don't unmap controller registers on reset
by Keith Busch
· 9 years ago
1cb3cce
nvme: return the whole CQE through the request passthrough interface
by Christoph Hellwig
· 9 years ago
2d55cd5
nvme: replace the kthread with a per-device watchdog timer
by Christoph Hellwig
· 9 years ago
79f2b35
nvme: don't poll the CQ from the kthread
by Christoph Hellwig
· 9 years ago
9396dec
nvme: use a work item to submit async event requests
by Christoph Hellwig
· 9 years ago
f8e68a7
NVMe: Rate limit nvme IO warnings
by Keith Busch
· 9 years ago
ff23a2a
NVMe: Poll device while still active during remove
by Keith Busch
· 9 years ago
ae1fba2
NVMe: Requeue requests on suspended queues
by Keith Busch
· 9 years ago
576d55d
nvme: split pci module out of core module
by Ming Lin
· 9 years ago
9f2482b
nvme: split dev_list_lock
by Ming Lin
· 9 years ago
ba0ba7d
nvme: move timeout variables to core.c
by Ming Lin
· 9 years ago
e439bb1
nvme/host: reference the fabric module for each bdev open callout
by Sagi Grimberg
· 9 years ago
1b3c47c
nvme: Log the ctrl device name instead of the underlying pci device name
by Sagi Grimberg
· 9 years ago
949928c
NVMe: Fix possible queue use after freed
by Keith Busch
· 9 years ago
3e1e21c
Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
7c24d9f
Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
a5cdb68
NVMe: Shutdown controller only for power-off
by Keith Busch
· 9 years ago
db3cbff
NVMe: IO queue deletion re-write
by Keith Busch
· 9 years ago
2564626
NVMe: Remove queue freezing on resets
by Keith Busch
· 9 years ago
1d49c38
NVMe: Use a retryable error code on reset
by Keith Busch
· 9 years ago
e3e9d50
NVMe: Fix admin queue ring wrap
by Keith Busch
· 9 years ago
363c9aa
nvme: Move nvme_freeze/unfreeze_queues to nvme core
by Sagi Grimberg
· 9 years ago
b587522
NVMe: IO ending fixes on surprise removal
by Keith Busch
· 9 years ago
a0a3408
NVMe: Add pci error handlers
by Keith Busch
· 9 years ago
f4800d6
nvme: merge iod and cmd_info
by Christoph Hellwig
· 9 years ago
bf68405
nvme: meta_sg doesn't have to be an array
by Christoph Hellwig
· 9 years ago
eee417b
nvme: properly free resources for cancelled command
by Christoph Hellwig
· 9 years ago
aae239e
nvme: simplify completion handling
by Christoph Hellwig
· 9 years ago
adf68f2
nvme: special case AEN requests
by Christoph Hellwig
· 9 years ago
e7a2a87
nvme: switch abort to blk_execute_rq_nowait
by Christoph Hellwig
· 9 years ago
d8f3216
nvme: switch delete SQ/CQ to blk_execute_rq_nowait
by Christoph Hellwig
· 9 years ago
7688faa
nvme: factor out a few helpers from req_completion
by Christoph Hellwig
· 9 years ago
4680072
nvme: fix admin queue depth
by Christoph Hellwig
· 9 years ago
53029b0
NVMe: Remove device management handles on remove
by Keith Busch
· 9 years ago
92f7a16
NVMe: Use unbounded work queue for all work
by Keith Busch
· 9 years ago
540c801
NVMe: Implement namespace list scanning
by Keith Busch
· 9 years ago
6bf25d1
nvme: switch abort_limit to an atomic_t
by Christoph Hellwig
· 9 years ago
5c8809e
nvme: remove dead controllers from a work item
by Christoph Hellwig
· 9 years ago
fd634f41
nvme: merge probe_work and reset_work
by Christoph Hellwig
· 9 years ago
e1569a1
nvme: do not restart the request timeout if we're resetting the controller
by Keith Busch
· 9 years ago
846cc05
nvme: simplify resets
by Christoph Hellwig
· 9 years ago
297465c
nvme: add NVME_SC_CANCELLED
by Christoph Hellwig
· 9 years ago
31c7c7d
nvme: merge nvme_abort_req and nvme_timeout
by Christoph Hellwig
· 9 years ago
4c9f748
nvme: don't take the I/O queue q_lock in nvme_timeout
by Christoph Hellwig
· 9 years ago
77bf25e
nvme: protect against simultaneous shutdown invocations
by Keith Busch
· 9 years ago
7385014
nvme: only add a controller to dev_list after it's been fully initialized
by Christoph Hellwig
· 9 years ago
749941f
nvme: only ignore hardware errors in nvme_create_io_queues
by Christoph Hellwig
· 9 years ago
1f390c1
nvme: temporary fix for Apple controller reset
by Stephan Günther
· 9 years ago
9a0be7a
nvme: refactor set_queue_count
by Christoph Hellwig
· 9 years ago
f3ca80f
nvme: move chardev and sysfs interface to common code
by Christoph Hellwig
· 9 years ago
5bae7f7
nvme: move namespace scanning to common code
by Christoph Hellwig
· 9 years ago
ce4541f
nvme: move the call to nvme_init_identify earlier
by Christoph Hellwig
· 9 years ago
7fd8930
nvme: add a common helper to read Identify Controller data
by Christoph Hellwig
· 9 years ago
5fd4ce1
nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
by Christoph Hellwig
· 9 years ago
1b2eb37
nvme: move remaining CC setup into nvme_enable_ctrl
by Christoph Hellwig
· 9 years ago
106198e
nvme: add explicit quirk handling
by Christoph Hellwig
· 9 years ago
1673f1f
nvme: move block_device_operations and ns/ctrl freeing to common code
by Christoph Hellwig
· 9 years ago
0b7f1f2
nvme: use the block layer for userspace passthrough metadata
by Keith Busch
· 9 years ago
4160982
nvme: split __nvme_submit_sync_cmd
by Christoph Hellwig
· 9 years ago
22944e9
nvme: move nvme_setup_flush and nvme_setup_rw to common code
by Christoph Hellwig
· 9 years ago
15a190f7
nvme: move nvme_error_status to common code
by Christoph Hellwig
· 9 years ago
d4f6c3a
nvme: factor out a nvme_unmap_data helper
by Christoph Hellwig
· 9 years ago
ba1ca37
nvme: refactor nvme_queue_rq
by Christoph Hellwig
· 9 years ago
69d2b57
nvme: simplify nvme_setup_prps calling convention
by Christoph Hellwig
· 9 years ago
1c63dc6
nvme: split a new struct nvme_ctrl out of struct nvme_dev
by Christoph Hellwig
· 9 years ago
7a67cbe
nvme: use offset instead of a struct for registers
by Christoph Hellwig
· 9 years ago
21d3471
nvme: split command submission helpers out of pci.c
by Christoph Hellwig
· 9 years ago
71bd150
nvme: move struct nvme_iod to pci.c
by Christoph Hellwig
· 9 years ago
6f3b0e8
blk-mq: add a flags parameter to blk_mq_alloc_request
by Christoph Hellwig
· 9 years ago
Next »