Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
25520d55cdb6ee289abc68f553d364d22478ff54
/
drivers
/
nvme
/
host
/
pci.c
25520d5
block: Inline blk_integrity in struct gendisk
by Martin K. Petersen
· 9 years ago
0f8087e
block: Consolidate static integrity profile properties
by Martin K. Petersen
· 9 years ago
ef658fc
NVMe: initialize error to '0'
by Jens Axboe
· 9 years ago
1951fea
nvme: use an integer value to Linux errno values
by Christoph Hellwig
· 9 years ago
3d42e67
nvme: fix 32-bit build warning
by Arnd Bergmann
· 9 years ago
57dacad
nvme: move to a new drivers/nvme/host directory
by Jay Sternberg
· 9 years ago
[Renamed from drivers/block/nvme-core.c]
9d99a8d
nvme: move hardware structures out of the uapi version of nvme.h
by Christoph Hellwig
· 9 years ago
f11bb3e
nvme: add a local nvme.h header
by Christoph Hellwig
· 9 years ago
2659e57
nvme: properly handle partially initialized queues in nvme_create_io_queues
by Christoph Hellwig
· 9 years ago
3cf519b
nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probe
by Christoph Hellwig
· 9 years ago
90667892
nvme: factor reset code into a common helper
by Christoph Hellwig
· 9 years ago
77b50d9
nvme: merge nvme_dev_reset into nvme_reset_failed_dev
by Christoph Hellwig
· 9 years ago
201cf1e
nvme: delete dev from dev_list in nvme_reset
by Christoph Hellwig
· 9 years ago
0a7385a
NVMe: Simplify device resume on io queue failure
by Keith Busch
· 9 years ago
5105aa5
NVMe: Namespace removal simplifications
by Keith Busch
· 9 years ago
188c356
NVMe: Reference count open namespaces
by Keith Busch
· 9 years ago
f4829a9
blk-mq: fix racy updates of rq->errors
by Christoph Hellwig
· 9 years ago
bda4e0f
NVMe: Set affinity after allocating request queues
by Keith Busch
· 9 years ago
52b084d
Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
e19b127
NVMe: Using PRACT bit to generate and verify PI by controller
by Alok Pandey
· 9 years ago
e3f879b
NVMe:Remove unreachable code in nvme_abort_req
by Sunad Bhandary
· 9 years ago
03100aa
block: Replace SG_GAPS with new queue limits mask
by Keith Busch
· 9 years ago
81f03fe
NVMe: Add nvme subsystem reset IOCTL
by Jon Derrick
· 9 years ago
dfbac8c
NVMe: Add nvme subsystem reset support
by Keith Busch
· 9 years ago
b2b1ec9
NVMe: removed unused nn var from nvme_dev_add
by Matias Bjørling
· 9 years ago
e824410
NVMe: Set queue max segments
by Keith Busch
· 9 years ago
c45f5c9
nvme: Fixes u64 division which breaks i386 builds
by Jon Derrick
· 9 years ago
8ffaadf
NVMe: Use CMB for the IO SQes if available
by Jon Derrick
· 9 years ago
498c439
NVMe: Unify SQ entry writing and doorbell ringing
by Jon Derrick
· 9 years ago
2bb4cd5
block: have drivers use blk_queue_max_discard_sectors()
by Jens Axboe
· 9 years ago
7bee607
NVMe: Reread partitions on metadata formats
by Keith Busch
· 9 years ago
758dd7f
NVMe: Fix irq freeing when queue_request_irq fails
by Jon Derrick
· 9 years ago
e44ac58
drivers/block/nvme-core.c: fix build with gcc-4.4.4
by Andrew Morton
· 9 years ago
3399a3f
NVMe: Fix filesystem deadlock on removal
by Keith Busch
· 9 years ago
de3eff2
NVMe: Failed controller initialization fixes
by Keith Busch
· 9 years ago
ffe7704
NVMe: Unify controller probe and resume
by Keith Busch
· 9 years ago
17188bb
NVMe: Don't use fake status on cancelled command
by Keith Busch
· 9 years ago
4af0e21
NVMe: Fix device cleanup on initialization failure
by Keith Busch
· 9 years ago
6a398a3
Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
71feb36
NVMe: Fix IO for extended metadata formats
by Keith Busch
· 9 years ago
e112af0
nvme: don't overwrite req->cmd_flags on sync cmd
by Matias Bjørling
· 9 years ago
a5768aa
NVMe: Automatic namespace rescan
by Keith Busch
· 9 years ago
36a7e99
NVMe: Memory barrier before queue_count is incremented
by Jon Derrick
· 9 years ago
4cc0652
NVMe: add sysfs and ioctl controller reset
by Keith Busch
· 9 years ago
4248322
NVMe: Remove hctx reliance for multi-namespace
by Keith Busch
· 9 years ago
75619bf
NVMe: End sync requests immediately on failure
by Keith Busch
· 9 years ago
f4ff414
NVMe: Use requested sync command timeout
by Keith Busch
· 9 years ago
fec558b
NVMe: fix type warning on 32-bit
by Arnd Bergmann
· 9 years ago
a0a931d
NVMe: Fix obtaining command result
by Keith Busch
· 9 years ago
d29ec82
nvme: submit internal commands through the block layer
by Christoph Hellwig
· 9 years ago
e75ec75
nvme: store a struct device pointer in struct nvme_dev
by Christoph Hellwig
· 9 years ago
f705f83
nvme: consolidate synchronous command submission helpers
by Christoph Hellwig
· 9 years ago
cddcd72
nvme: disable irqs in nvme_freeze_queues
by Christoph Hellwig
· 10 years ago
a39ef1a
Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
a67a951
NVMe: Meta data handling through submit io ioctl
by Keith Busch
· 10 years ago
4472280
NVMe: Remove check for null
by Keith Busch
· 10 years ago
c727040
NVMe: Fix error handling of class_create("nvme")
by Alexey Khoroshilov
· 10 years ago
d31af0a
NVMe: increase depth of admin queue
by Jens Axboe
· 10 years ago
f137e0f
nvme: Fix PRP list calculation for non-4k system page size
by Murali Iyer
· 10 years ago
1efccc9
NVMe: Fix blk-mq hot cpu notification
by Keith Busch
· 10 years ago
fda631f
NVMe: embedded iod mask cleanup
by Chong Yuan
· 10 years ago
6df3dbc
NVMe: Freeze admin queue on device failure
by Keith Busch
· 10 years ago
e6e96d7
NVMe: Initialize device list head before starting
by Keith Busch
· 10 years ago
52b68d7
NVMe: Fix for BLK_DEV_INTEGRITY not set
by Keith Busch
· 10 years ago
0c0f9b9
NVMe: Fix potential corruption on sync commands
by Keith Busch
· 10 years ago
4832851
NVMe: Remove unused variables
by Keith Busch
· 10 years ago
07836e6
NVMe: Fix potential corruption during shutdown
by Keith Busch
· 10 years ago
2e1d844
NVMe: Asynchronous controller probe
by Keith Busch
· 10 years ago
b3fffde
NVMe: Register management handle under nvme class
by Keith Busch
· 10 years ago
e1e5e56
NVMe: Metadata format support
by Keith Busch
· 10 years ago
8494bcf
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
ac3dd5b
NVMe: avoid kmalloc/kfree for smaller IO
by Jens Axboe
· 10 years ago
121c7ad
NVMe: within nvme_free_queues(), delete RCU sychro/deferred free
by kaoudis
· 10 years ago
6222d17
NVMe: cq_vector should be signed
by Jens Axboe
· 10 years ago
7a509a6
NVMe: Fix locking on abort handling
by Keith Busch
· 10 years ago
c9d3bf8
NVMe: Start and stop h/w queues on reset
by Keith Busch
· 10 years ago
cef6a94
NVMe: Command abort handling fixes
by Keith Busch
· 10 years ago
0fb59cb
NVMe: Admin queue removal handling
by Keith Busch
· 10 years ago
ea191d2
NVMe: Reference count admin queue usage
by Keith Busch
· 10 years ago
c917dfe
NVMe: Start all requests
by Keith Busch
· 10 years ago
35b489d
block: fix checking return value of blk_mq_init_queue
by Ming Lei
· 10 years ago
2b25d98
NVMe: Fix double free irq
by Keith Busch
· 10 years ago
849c6e7
NVMe: fix race condition in nvme_submit_sync_cmd()
by Jens Axboe
· 10 years ago
fe54303
NVMe: fix retry/error logic in nvme_queue_rq()
by Jens Axboe
· 10 years ago
285dffc
NVMe: Fix FS mount issue (hot-remove followed by hot-add)
by Indraneel M
· 10 years ago
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
2c30540b
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
Next »