Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ad804a0b2a769a0eed29015c53fe395449c09d13
/
drivers
/
nvme
/
host
/
pci.c
« Previous
97fe383
NVMe: fix error return checking from blk_mq_alloc_request()
by Jens Axboe
· 10 years ago
c87fd54
NVMe: fix freeing of wrong request in abort path
by Sam Bradshaw
· 10 years ago
9af8785
NVMe: Fix command setup on IO retry
by Keith Busch
· 10 years ago
c78b4713
NVMe: Update module version major number
by Keith Busch
· 10 years ago
be7837e
NVMe: fail pci initialization if the device doesn't have any BARs
by Jens Axboe
· 10 years ago
2c30540
NVMe: add ->exit_hctx() hook
by Jens Axboe
· 10 years ago
e32efbf
NVMe: make setup work for devices that don't do INTx
by Jens Axboe
· 10 years ago
1397688
NVMe: enable IO stats by default
by Jens Axboe
· 10 years ago
6dcc0cf
NVMe: nvme_submit_async_admin_req() must use atomic rq allocation
by Jens Axboe
· 10 years ago
9d135bb
NVMe: replace blk_put_request() with blk_mq_free_request()
by Jens Axboe
· 10 years ago
a64e6bb
NVMe: __nvme_submit_admin_cmd() can be static
by kbuild test robot
· 10 years ago
9f173b3
NVMe: blk_mq_alloc_request() returns error pointers
by Dan Carpenter
· 10 years ago
a4aea56
NVMe: Convert to blk-mq
by Matias Bjørling
· 10 years ago
9dbbfab
NVMe: Do not over allocate for discard requests
by Keith Busch
· 10 years ago
9e60352
NVMe: Do not open disks that are being deleted
by Keith Busch
· 10 years ago
5940c85
NVMe: Clear QUEUE_FLAG_STACKABLE
by Keith Busch
· 10 years ago
387caa5
NVMe: Fix device probe waiting on kthread
by Keith Busch
· 10 years ago
7963e52
NVMe: Passthrough IOCTL for IO commands
by Keith Busch
· 10 years ago
1b9dbf7
NVMe: Add revalidate_disk callback
by Keith Busch
· 10 years ago
7be50e9
NVMe: Fix nvmeq waitqueue entry initialization
by Keith Busch
· 10 years ago
b4ff9c8
NVMe: Translate NVMe status to errno
by Keith Busch
· 10 years ago
e179729
NVMe: Remove duplicate compat SG_IO code
by Keith Busch
· 10 years ago
a96d4f5
NVMe: Reference count pci device
by Keith Busch
· 10 years ago
062261b
nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
by Andreea-Cristina Bernat
· 10 years ago
5905535
NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues
by Sam Bradshaw
· 10 years ago
302c672
NVMe: Fix filesystem sync deadlock on removal
by Keith Busch
· 10 years ago
f435c28
NVMe: Call nvme_free_queue directly
by Keith Busch
· 10 years ago
2484f40
NVMe: Add shutdown timeout as module parameter.
by Dan McLeran
· 10 years ago
7c1b245
NVMe: Skip orderly shutdown on failed devices
by Keith Busch
· 10 years ago
a673947
NVMe: Whitespace fixes
by Keith Busch
· 10 years ago
c81f497
NVMe: Use pci_stop_and_remove_bus_device_locked()
by Keith Busch
· 10 years ago
badc34d
NVMe: Handling devices incapable of I/O
by Keith Busch
· 10 years ago
0107952
NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.
by Dan McLeran
· 10 years ago
1d09062
NVMe: Mismatched host/device page size support
by Keith Busch
· 10 years ago
6fccf93
NVMe: Async event request
by Keith Busch
· 10 years ago
4d51abf
block: Use dma_zalloc_coherent
by Joe Perches
· 10 years ago
b277da0
block: disable entropy contributions for nonrot devices
by Mike Snitzer
· 10 years ago
b55b390
Merge git://git.infradead.org/users/willy/linux-nvme
by Linus Torvalds
· 10 years ago
f3db22f
NVMe: Fix hot cpu notification dead lock
by Keith Busch
· 10 years ago
bd67608
NVMe: Rename io_timeout to nvme_io_timeout
by Matthew Wilcox
· 10 years ago
b4e75cb
NVMe: Adhere to request queue block accounting enable/disable
by Sam Bradshaw
· 11 years ago
a51afb5
NVMe: Fix nvme get/put queue semantics
by Keith Busch
· 11 years ago
9d43cf6
NVMe: Make admin timeout a module parameter
by Keith Busch
· 11 years ago
61e4ce0
NVMe: Make iod bio timeout a parameter
by Keith Busch
· 11 years ago
6808c5f
NVMe: Prevent possible NULL pointer dereference
by Santosh Y
· 10 years ago
f0d54a5
NVMe: Implement PCIe reset notification callback
by Keith Busch
· 11 years ago
21bd78b
NVMe: Enable BUILD_BUG_ON checks
by Matthew Wilcox
· 11 years ago
53562be
NVMe: Flush with data support
by Keith Busch
· 11 years ago
a7d2ce2
NVMe: Configure support for block flush
by Keith Busch
· 11 years ago
3291fa5
NVMe: Add tracepoints
by Keith Busch
· 11 years ago
94bbac4
NVMe: Protect against badly formatted CQEs
by Keith Busch
· 11 years ago
27e8166
NVMe: Improve error messages
by Matthew Wilcox
· 11 years ago
8757ad6
NVMe: Update copyright headers
by Matthew Wilcox
· 11 years ago
3e8072d
Merge git://git.infradead.org/users/willy/linux-nvme
by Linus Torvalds
· 11 years ago
edd10d3
NVMe: Retry failed commands with non-fatal errors
by Keith Busch
· 11 years ago
4cc09e2
NVMe: Add getgeo to block ops
by Keith Busch
· 11 years ago
b9afca3
NVMe: Start-stop nvme_thread during device add-remove.
by Dan McLeran
· 11 years ago
b355084
NVMe: Make I/O timeout a module parameter
by Keith Busch
· 11 years ago
33b1e95
NVMe: CPU hot plug notification
by Keith Busch
· 11 years ago
42f6142
NVMe: per-cpu io queues
by Keith Busch
· 11 years ago
b33ce44
Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
6eb0d69
NVMe: Replace DEFINE_PCI_DEVICE_TABLE
by Matthew Wilcox
· 11 years ago
4f5099a
NVMe: IOCTL path RCU protect queue access
by Keith Busch
· 11 years ago
5a92e70
NVMe: RCU protected access to io queues
by Keith Busch
· 11 years ago
fb35e91
NVMe: Initialize device reference count earlier
by Keith Busch
· 11 years ago
671a601
NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions
by Jingoo Han
· 11 years ago
be577fa
nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
by Alexander Gordeev
· 11 years ago
9ca9737
nvme: don't use PREPARE_WORK
by Tejun Heo
· 11 years ago
8352650a
Merge git://git.infradead.org/users/willy/linux-nvme
by Linus Torvalds
· 11 years ago
9ac2709
NVMe: Namespace use after free on surprise removal
by Keith Busch
· 11 years ago
bdfd70f
NVMe: Correct uses of INIT_WORK
by Matthew Wilcox
· 11 years ago
3193f07
NVMe: Include device and queue numbers in interrupt name
by Matthew Wilcox
· 11 years ago
09ece14
NVMe: Add a pci_driver shutdown method
by Keith Busch
· 11 years ago
a1a5ef9
NVMe: Disable admin queue on init failure
by Keith Busch
· 11 years ago
469071a
NVMe: Dynamically allocate partition numbers
by Matthew Wilcox
· 11 years ago
4d11542
NVMe: Async IO queue deletion
by Keith Busch
· 11 years ago
0e53d18
NVMe: Surprise removal handling
by Keith Busch
· 11 years ago
c30341d
NVMe: Abort timed out commands
by Keith Busch
· 11 years ago
d4b4ff8
NVMe: Schedule reset for failed controllers
by Keith Busch
· 11 years ago
9a6b945
NVMe: Device resume error handling
by Keith Busch
· 11 years ago
68608c26
NVMe: Cache dev->pci_dev in a local pointer
by Matthew Wilcox
· 11 years ago
0a8d44c
NVMe: Fix lockdep warnings
by Matthew Wilcox
· 11 years ago
320a382
NVMe: compat SG_IO ioctl
by Keith Busch
· 11 years ago
20d0189
block: Introduce new bio_split()
by Kent Overstreet
· 11 years ago
7988613
block: Convert bio_for_each_segment() to bvec_iter
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
481e5ba
NVMe: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
b80d5cc
NVMe: Avoid shift operation when writing cq head doorbell
by Haiyan Hu
· 11 years ago
052d0ef
DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() with new helper
by Russell King
· 11 years ago
d82e8bf
NVMe: Merge issue on character device bring-up
by Keith Busch
· 11 years ago
9d713c2
NVMe: Handle ioremap failure
by Keith Busch
· 11 years ago
cd63894
NVMe: Add pci suspend/resume driver callbacks
by Keith Busch
· 11 years ago
1894d8f
NVMe: Use normal shutdown
by Keith Busch
· 11 years ago
f0b5073
NVMe: Separate controller init from disk discovery
by Keith Busch
· 11 years ago
2240427
NVMe: Separate queue alloc/free from create/delete
by Keith Busch
· 11 years ago
0877cb0
NVMe: Group pci related actions in functions
by Keith Busch
· 11 years ago
9e59d09
NVMe: Disk stats for read/write commands only
by Keith Busch
· 11 years ago
7e03b12
NVMe: Bring up cdev on set feature failure
by Keith Busch
· 11 years ago
1b56749
NVMe: Fix checkpatch issues
by Keith Busch
· 11 years ago
c3bfe71
NVMe: Namespace IDs are unsigned
by Matthew Wilcox
· 11 years ago
Next »