index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme-pci: initialize queue memory before interrupts
Keith Busch
2018-07-11
1
-2
/
+2
*
nvme-pci: Fix nvme queue cleanup if IRQ setup fails
Jianchao Wang
2018-05-30
1
-1
/
+4
*
nvme: Fix managing degraded controllers
Keith Busch
2018-02-16
1
-4
/
+9
*
nvme: Fix memory order on async queue deletion
Keith Busch
2017-11-24
1
-1
/
+1
*
nvme: protect against simultaneous shutdown invocations
Keith Busch
2017-10-12
2
-0
/
+5
*
nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
Guilherme G. Piccoli
2017-06-29
1
-6
/
+1
*
nvme/quirk: Add a delay before checking for adapter readiness
Guilherme G. Piccoli
2017-06-29
2
-0
/
+17
*
nvme: Call pci_disable_device on the error path.
Gabriel Krisman Bertazi
2016-09-15
1
-1
/
+1
*
NVMe: Don't unmap controller registers on reset
Keith Busch
2016-09-07
1
-28
/
+43
*
NVMe: IO ending fixes on surprise removal
Keith Busch
2015-12-22
1
-1
/
+19
*
lightnvm: replace req queue with nvmdev for lld
Matias Bjørling
2015-12-07
1
-11
/
+13
*
lightnvm: check mm before use
Matias Bjørling
2015-12-07
1
-1
/
+1
*
nvme: temporary fix for Apple controller reset
Stephan Günther
2015-12-01
1
-0
/
+12
*
lightnvm: unconverted ppa returned in get_bb_tbl
Matias Bjørling
2015-11-29
1
-1
/
+3
*
lightnvm: refactor and change vendor id for qemu
Matias Bjørling
2015-11-29
1
-2
/
+9
*
lightnvm: Simplify config when disabled
Keith Busch
2015-11-29
3
-14
/
+16
*
nvme: add missing unmaps in nvme_queue_rq
Christoph Hellwig
2015-11-24
1
-3
/
+12
*
NVMe: default to 4k device page size
Nishanth Aravamudan
2015-11-24
1
-9
/
+6
*
NVMe: reap completion entries when deleting queue
Keith Busch
2015-11-20
1
-1
/
+6
*
nvme: lightnvm: use admin queues for admin cmds
Wenwei Tao
2015-11-20
1
-7
/
+10
*
NVMe: Fix possible arithmetic overflow for max segments
Keith Busch
2015-11-19
1
-1
/
+1
*
nvme: remove reserved double word
Matias Bjørling
2015-11-16
1
-2
/
+2
*
nvme: missing ppaf copy
Matias Bjørling
2015-11-16
1
-0
/
+2
*
lightnvm: remove linear and device addr modes
Matias Bjørling
2015-11-16
1
-2
/
+1
*
lightnvm: expose mccap in identify command
Matias Bjørling
2015-11-16
1
-1
/
+3
*
lightnvm: update alignments for identify command
Matias Bjørling
2015-11-16
1
-1
/
+3
*
lightnvm: update bad block table format
Matias Bjørling
2015-11-16
1
-23
/
+90
*
NVMe: add support for Apple NVMe controller
Stephan Günther
2015-11-11
1
-0
/
+1
*
NVMe: use split lo_hi_{read,write}q
Stephan Günther
2015-11-11
1
-6
/
+6
*
NVMe: Increase the max transfer size when mdts is 0
Sathyavathi M
2015-11-11
1
-0
/
+2
*
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-10
1
-4
/
+28
|
\
|
*
NVMe: add blk polling support
Jens Axboe
2015-11-07
1
-4
/
+28
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-07
1
-2
/
+4
|
\
\
|
*
|
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-11-06
1
-2
/
+4
|
|
/
*
/
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-11-06
1
-1
/
+1
|
/
*
Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-04
1
-0
/
+95
|
\
|
*
NVMe: Precedence error in nvme_pr_clear()
Dan Carpenter
2015-11-03
1
-1
/
+1
|
*
nvme: add missing endianess annotations in nvme_pr_command
Christoph Hellwig
2015-10-22
1
-2
/
+2
|
*
NVMe: Add persistent reservation ops
Keith Busch
2015-10-22
1
-0
/
+95
*
|
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-04
1
-26
/
+8
|
\
\
|
*
|
block, libnvdimm, nvme: provide a built-in blk_integrity nop profile
Dan Williams
2015-10-21
1
-17
/
+1
|
*
|
block: move blk_integrity to request_queue
Dan Williams
2015-10-21
1
-1
/
+1
|
*
|
nvme: suspend i/o during runtime blk_integrity_unregister
Dan Williams
2015-10-21
1
-0
/
+2
|
*
|
md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown
Dan Williams
2015-10-21
1
-4
/
+1
|
*
|
block: Inline blk_integrity in struct gendisk
Martin K. Petersen
2015-10-21
1
-3
/
+2
|
*
|
block: Consolidate static integrity profile properties
Martin K. Petersen
2015-10-21
1
-4
/
+4
|
|
/
*
|
Merge branch 'for-4.4/lightnvm' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-04
4
-12
/
+565
|
\
\
|
*
|
nvme: lightnvm: clean up a data type
Dan Carpenter
2015-11-03
1
-2
/
+2
|
*
|
nvme: LightNVM support
Matias Bjørling
2015-10-29
4
-12
/
+565
|
|
/
*
/
Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-04
1
-2
/
+6
|
/
[next]