index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-09
nvme: move to a new drivers/nvme/host directory
Jay Sternberg
1
-3354
/
+0
2015-10-09
nvme: move hardware structures out of the uapi version of nvme.h
Christoph Hellwig
1
-0
/
+1
2015-10-09
nvme: add a local nvme.h header
Christoph Hellwig
1
-1
/
+2
2015-10-09
nvme: properly handle partially initialized queues in nvme_create_io_queues
Christoph Hellwig
1
-2
/
+14
2015-10-09
nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probe
Christoph Hellwig
1
-33
/
+20
2015-10-09
nvme: factor reset code into a common helper
Christoph Hellwig
1
-24
/
+24
2015-10-09
nvme: merge nvme_dev_reset into nvme_reset_failed_dev
Christoph Hellwig
1
-9
/
+3
2015-10-09
nvme: delete dev from dev_list in nvme_reset
Christoph Hellwig
1
-0
/
+1
2015-10-09
NVMe: Simplify device resume on io queue failure
Keith Busch
1
-28
/
+6
2015-10-09
NVMe: Namespace removal simplifications
Keith Busch
1
-32
/
+10
2015-10-09
NVMe: Reference count open namespaces
Keith Busch
1
-9
/
+20
2015-10-01
blk-mq: fix racy updates of rq->errors
Christoph Hellwig
1
-9
/
+7
2015-09-23
NVMe: Set affinity after allocating request queues
Keith Busch
1
-19
/
+17
2015-09-02
Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-73
/
+194
2015-08-26
NVMe: Using PRACT bit to generate and verify PI by controller
Alok Pandey
1
-5
/
+8
2015-08-19
NVMe:Remove unreachable code in nvme_abort_req
Sunad Bhandary
1
-15
/
+9
2015-08-19
block: Replace SG_GAPS with new queue limits mask
Keith Busch
1
-1
/
+1
2015-08-18
NVMe: Add nvme subsystem reset IOCTL
Jon Derrick
1
-0
/
+11
2015-08-18
NVMe: Add nvme subsystem reset support
Keith Busch
1
-1
/
+10
2015-08-18
NVMe: removed unused nn var from nvme_dev_add
Matias Bjørling
1
-2
/
+0
2015-08-17
NVMe: Set queue max segments
Keith Busch
1
-1
/
+4
2015-07-21
nvme: Fixes u64 division which breaks i386 builds
Jon Derrick
1
-2
/
+3
2015-07-21
NVMe: Use CMB for the IO SQes if available
Jon Derrick
1
-5
/
+117
2015-07-21
NVMe: Unify SQ entry writing and doorbell ringing
Jon Derrick
1
-45
/
+35
2015-07-17
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
1
-1
/
+1
2015-07-15
NVMe: Reread partitions on metadata formats
Keith Busch
1
-2
/
+11
2015-07-02
NVMe: Fix irq freeing when queue_request_irq fails
Jon Derrick
1
-2
/
+7
2015-06-27
drivers/block/nvme-core.c: fix build with gcc-4.4.4
Andrew Morton
1
-14
/
+16
2015-06-27
NVMe: Fix filesystem deadlock on removal
Keith Busch
1
-1
/
+1
2015-06-27
NVMe: Failed controller initialization fixes
Keith Busch
1
-18
/
+15
2015-06-27
NVMe: Unify controller probe and resume
Keith Busch
1
-23
/
+29
2015-06-27
NVMe: Don't use fake status on cancelled command
Keith Busch
1
-1
/
+4
2015-06-27
NVMe: Fix device cleanup on initialization failure
Keith Busch
1
-2
/
+16
2015-06-25
Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-376
/
+436
2015-06-19
NVMe: Fix IO for extended metadata formats
Keith Busch
1
-6
/
+6
2015-06-17
nvme: don't overwrite req->cmd_flags on sync cmd
Matias Bjørling
1
-1
/
+1
2015-06-05
NVMe: Automatic namespace rescan
Keith Busch
1
-32
/
+127
2015-06-05
NVMe: Memory barrier before queue_count is incremented
Jon Derrick
1
-1
/
+4
2015-06-05
NVMe: add sysfs and ioctl controller reset
Keith Busch
1
-0
/
+53
2015-06-01
NVMe: Remove hctx reliance for multi-namespace
Keith Busch
1
-33
/
+19
2015-05-29
NVMe: End sync requests immediately on failure
Keith Busch
1
-0
/
+1
2015-05-29
NVMe: Use requested sync command timeout
Keith Busch
1
-1
/
+1
2015-05-29
NVMe: fix type warning on 32-bit
Arnd Bergmann
1
-4
/
+6
2015-05-22
NVMe: Fix obtaining command result
Keith Busch
1
-4
/
+6
2015-05-22
nvme: submit internal commands through the block layer
Christoph Hellwig
1
-222
/
+177
2015-05-22
nvme: store a struct device pointer in struct nvme_dev
Christoph Hellwig
1
-57
/
+53
2015-05-22
nvme: consolidate synchronous command submission helpers
Christoph Hellwig
1
-63
/
+33
2015-05-19
nvme: disable irqs in nvme_freeze_queues
Christoph Hellwig
1
-2
/
+2
2015-04-16
Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-93
/
+66
2015-04-07
NVMe: Meta data handling through submit io ioctl
Keith Busch
1
-74
/
+49
[next]