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-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
2015-04-07
NVMe: Remove check for null
Keith Busch
1
-2
/
+0
2015-04-07
NVMe: Fix error handling of class_create("nvme")
Alexey Khoroshilov
1
-1
/
+3
2015-03-31
NVMe: increase depth of admin queue
Jens Axboe
1
-1
/
+1
2015-03-31
nvme: Fix PRP list calculation for non-4k system page size
Murali Iyer
1
-2
/
+2
2015-03-31
NVMe: Fix blk-mq hot cpu notification
Keith Busch
1
-7
/
+5
2015-03-31
NVMe: embedded iod mask cleanup
Chong Yuan
1
-4
/
+3
2015-03-31
NVMe: Freeze admin queue on device failure
Keith Busch
1
-2
/
+3
2015-03-23
NVMe: Initialize device list head before starting
Keith Busch
1
-0
/
+1
2015-02-23
NVMe: Fix for BLK_DEV_INTEGRITY not set
Keith Busch
1
-41
/
+58
2015-02-19
NVMe: Fix potential corruption on sync commands
Keith Busch
1
-29
/
+3
2015-02-19
NVMe: Remove unused variables
Keith Busch
1
-8
/
+0
2015-02-19
NVMe: Fix potential corruption during shutdown
Keith Busch
1
-30
/
+19
2015-02-19
NVMe: Asynchronous controller probe
Keith Busch
1
-17
/
+31
2015-02-19
NVMe: Register management handle under nvme class
Keith Busch
1
-23
/
+56
2015-02-19
NVMe: Metadata format support
Keith Busch
1
-67
/
+231
2015-02-12
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-39
/
+89
2015-01-29
NVMe: avoid kmalloc/kfree for smaller IO
Jens Axboe
1
-31
/
+88
2015-01-21
NVMe: within nvme_free_queues(), delete RCU sychro/deferred free
kaoudis
1
-8
/
+1
2015-01-15
NVMe: cq_vector should be signed
Jens Axboe
1
-1
/
+1
2015-01-08
NVMe: Fix locking on abort handling
Keith Busch
1
-10
/
+19
2015-01-08
NVMe: Start and stop h/w queues on reset
Keith Busch
1
-3
/
+41
2015-01-08
NVMe: Command abort handling fixes
Keith Busch
1
-4
/
+13
2015-01-08
NVMe: Admin queue removal handling
Keith Busch
1
-14
/
+20
2015-01-08
NVMe: Reference count admin queue usage
Keith Busch
1
-14
/
+14
2015-01-08
NVMe: Start all requests
Keith Busch
1
-4
/
+12
2015-01-02
block: fix checking return value of blk_mq_init_queue
Ming Lei
1
-1
/
+1
[next]