index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nvme-core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Replace SG_GAPS with new queue limits mask
Keith Busch
2015-08-19
1
-1
/
+1
*
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
2015-07-17
1
-1
/
+1
*
NVMe: Reread partitions on metadata formats
Keith Busch
2015-07-15
1
-2
/
+11
*
NVMe: Fix irq freeing when queue_request_irq fails
Jon Derrick
2015-07-02
1
-2
/
+7
*
drivers/block/nvme-core.c: fix build with gcc-4.4.4
Andrew Morton
2015-06-27
1
-14
/
+16
*
NVMe: Fix filesystem deadlock on removal
Keith Busch
2015-06-27
1
-1
/
+1
*
NVMe: Failed controller initialization fixes
Keith Busch
2015-06-27
1
-18
/
+15
*
NVMe: Unify controller probe and resume
Keith Busch
2015-06-27
1
-23
/
+29
*
NVMe: Don't use fake status on cancelled command
Keith Busch
2015-06-27
1
-1
/
+4
*
NVMe: Fix device cleanup on initialization failure
Keith Busch
2015-06-27
1
-2
/
+16
*
Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-06-26
1
-376
/
+436
|
\
|
*
NVMe: Fix IO for extended metadata formats
Keith Busch
2015-06-19
1
-6
/
+6
|
*
nvme: don't overwrite req->cmd_flags on sync cmd
Matias Bjørling
2015-06-17
1
-1
/
+1
|
*
NVMe: Automatic namespace rescan
Keith Busch
2015-06-05
1
-32
/
+127
|
*
NVMe: Memory barrier before queue_count is incremented
Jon Derrick
2015-06-05
1
-1
/
+4
|
*
NVMe: add sysfs and ioctl controller reset
Keith Busch
2015-06-05
1
-0
/
+53
|
*
NVMe: Remove hctx reliance for multi-namespace
Keith Busch
2015-06-01
1
-33
/
+19
|
*
NVMe: End sync requests immediately on failure
Keith Busch
2015-05-29
1
-0
/
+1
|
*
NVMe: Use requested sync command timeout
Keith Busch
2015-05-29
1
-1
/
+1
|
*
NVMe: Fix obtaining command result
Keith Busch
2015-05-22
1
-4
/
+6
|
*
nvme: submit internal commands through the block layer
Christoph Hellwig
2015-05-22
1
-222
/
+177
|
*
nvme: store a struct device pointer in struct nvme_dev
Christoph Hellwig
2015-05-22
1
-57
/
+53
|
*
nvme: consolidate synchronous command submission helpers
Christoph Hellwig
2015-05-22
1
-63
/
+33
|
*
nvme: disable irqs in nvme_freeze_queues
Christoph Hellwig
2015-05-19
1
-2
/
+2
*
|
NVMe: fix type warning on 32-bit
Arnd Bergmann
2015-05-29
1
-4
/
+6
|
/
*
Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-04-17
1
-93
/
+66
|
\
|
*
NVMe: Meta data handling through submit io ioctl
Keith Busch
2015-04-08
1
-74
/
+49
|
*
NVMe: Remove check for null
Keith Busch
2015-04-08
1
-2
/
+0
|
*
NVMe: Fix error handling of class_create("nvme")
Alexey Khoroshilov
2015-04-08
1
-1
/
+3
|
*
NVMe: increase depth of admin queue
Jens Axboe
2015-03-31
1
-1
/
+1
|
*
nvme: Fix PRP list calculation for non-4k system page size
Murali Iyer
2015-03-31
1
-2
/
+2
|
*
NVMe: Fix blk-mq hot cpu notification
Keith Busch
2015-03-31
1
-7
/
+5
|
*
NVMe: embedded iod mask cleanup
Chong Yuan
2015-03-31
1
-4
/
+3
|
*
NVMe: Freeze admin queue on device failure
Keith Busch
2015-03-31
1
-2
/
+3
*
|
NVMe: Initialize device list head before starting
Keith Busch
2015-03-23
1
-0
/
+1
|
/
*
NVMe: Fix for BLK_DEV_INTEGRITY not set
Keith Busch
2015-02-23
1
-41
/
+58
*
NVMe: Fix potential corruption on sync commands
Keith Busch
2015-02-20
1
-29
/
+3
*
NVMe: Remove unused variables
Keith Busch
2015-02-20
1
-8
/
+0
*
NVMe: Fix potential corruption during shutdown
Keith Busch
2015-02-20
1
-30
/
+19
*
NVMe: Asynchronous controller probe
Keith Busch
2015-02-20
1
-17
/
+31
*
NVMe: Register management handle under nvme class
Keith Busch
2015-02-20
1
-23
/
+56
*
NVMe: Metadata format support
Keith Busch
2015-02-20
1
-67
/
+231
*
Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-02-12
1
-39
/
+89
|
\
|
*
NVMe: avoid kmalloc/kfree for smaller IO
Jens Axboe
2015-01-29
1
-31
/
+88
|
*
NVMe: within nvme_free_queues(), delete RCU sychro/deferred free
kaoudis
2015-01-22
1
-8
/
+1
*
|
NVMe: cq_vector should be signed
Jens Axboe
2015-01-15
1
-1
/
+1
*
|
NVMe: Fix locking on abort handling
Keith Busch
2015-01-08
1
-10
/
+19
*
|
NVMe: Start and stop h/w queues on reset
Keith Busch
2015-01-08
1
-3
/
+41
*
|
NVMe: Command abort handling fixes
Keith Busch
2015-01-08
1
-4
/
+13
*
|
NVMe: Admin queue removal handling
Keith Busch
2015-01-08
1
-14
/
+20
[next]