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.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
/
include
/
linux
/
nvme.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
NVMe: avoid kmalloc/kfree for smaller IO
Jens Axboe
2015-01-29
1
-2
/
+1
*
NVMe: Convert to blk-mq
Matias Bjørling
2014-11-04
1
-6
/
+9
*
NVMe: Mismatched host/device page size support
Keith Busch
2014-11-04
1
-0
/
+2
*
NVMe: Async event request
Keith Busch
2014-11-04
1
-0
/
+1
*
NVMe: Fix hot cpu notification dead lock
Keith Busch
2014-06-13
1
-1
/
+1
*
NVMe: Rename io_timeout to nvme_io_timeout
Matthew Wilcox
2014-06-03
1
-2
/
+2
*
NVMe: Flush with data support
Keith Busch
2014-05-05
1
-1
/
+0
*
NVMe: Configure support for block flush
Keith Busch
2014-05-05
1
-0
/
+1
*
NVMe: Update copyright headers
Matthew Wilcox
2014-05-05
1
-5
/
+1
*
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
2014-04-11
1
-9
/
+12
|
\
|
*
NVMe: Retry failed commands with non-fatal errors
Keith Busch
2014-04-10
1
-2
/
+2
|
*
NVMe: Make I/O timeout a module parameter
Keith Busch
2014-04-10
1
-1
/
+2
|
*
NVMe: CPU hot plug notification
Keith Busch
2014-04-10
1
-0
/
+1
|
*
NVMe: per-cpu io queues
Keith Busch
2014-04-10
1
-1
/
+5
|
*
NVMe: IOCTL path RCU protect queue access
Keith Busch
2014-03-24
1
-4
/
+1
|
*
NVMe: RCU protected access to io queues
Keith Busch
2014-03-24
1
-1
/
+1
*
|
nvme: don't use PREPARE_WORK
Tejun Heo
2014-03-07
1
-0
/
+1
|
/
*
NVMe: Abort timed out commands
Keith Busch
2014-01-27
1
-0
/
+1
*
NVMe: Schedule reset for failed controllers
Keith Busch
2014-01-27
1
-0
/
+1
*
NVMe: Device resume error handling
Keith Busch
2013-12-16
1
-0
/
+1
*
NVMe: compat SG_IO ioctl
Keith Busch
2013-12-16
1
-0
/
+1
*
NVMe: Avoid shift operation when writing cq head doorbell
Haiyan Hu
2013-11-18
1
-1
/
+1
*
NVMe: Use normal shutdown
Keith Busch
2013-09-03
1
-0
/
+2
*
NVMe: Namespace IDs are unsigned
Matthew Wilcox
2013-09-03
1
-1
/
+1
*
NVMe: Split header file into user-visible and kernel-visible pieces
Matthew Wilcox
2013-09-03
1
-456
/
+5
*
NVMe: Disk IO statistics
Keith Busch
2013-06-20
1
-0
/
+1
*
NVMe: Simplify Firmware Activate code slightly
Matthew Wilcox
2013-05-08
1
-0
/
+3
*
NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO
Keith Busch
2013-05-02
1
-0
/
+1
*
NVMe: Device specific stripe size handling
Keith Busch
2013-05-02
1
-0
/
+1
*
NVMe: Add a character device for each nvme device
Keith Busch
2013-04-16
1
-0
/
+5
*
NVMe: Fix endian-related problems in user I/O submission path
Matthew Wilcox
2013-04-16
1
-2
/
+2
*
NVMe: Abstract out sector to block number conversion
Matthew Wilcox
2013-04-16
1
-0
/
+5
*
NVMe: Add nvme-scsi.c
Vishal Verma
2013-03-28
1
-0
/
+35
*
NVMe: Add definitions for format command
Vishal Verma
2013-03-27
1
-0
/
+12
*
NVMe: Move structures & definitions to header file
Vishal Verma
2013-03-27
1
-0
/
+60
*
NVMe: Add discard support for capable devices
Keith Busch
2013-03-26
1
-0
/
+32
*
NVMe: Define SMART log
Keith Busch
2012-11-13
1
-0
/
+28
*
NVMe: Do not set IO queue depth beyond device max
Keith Busch
2012-07-27
1
-0
/
+1
*
NVMe: Set block queue max sectors
Keith Busch
2012-07-26
1
-0
/
+1
*
NVMe: Update Identify Controller data structure
Matthew Wilcox
2011-11-04
1
-5
/
+22
*
NVMe: Implement doorbell stride capability
Matthew Wilcox
2011-11-04
1
-0
/
+1
*
NVMe: Rework ioctls
Matthew Wilcox
2011-11-04
1
-11
/
+23
*
NVMe: Time out initialisation after a few seconds
Matthew Wilcox
2011-11-04
1
-0
/
+2
*
NVMe: Correct the Controller Configuration settings
Matthew Wilcox
2011-11-04
1
-4
/
+6
*
NVMe: Change the definition of nvme_user_io
Matthew Wilcox
2011-11-04
1
-5
/
+3
*
NVMe: Correct the definitions of two ioctls
Matthew Wilcox
2011-11-04
1
-2
/
+2
*
NVMe: Remove outdated comments
Matthew Wilcox
2011-11-04
1
-1
/
+0
*
NVMe: Update admin opcodes to match the 1.0RC spec
Krzysztof Wierzbicki
2011-11-04
1
-7
/
+7
*
NVMe: Update BAR structure to match the current spec
Matthew Wilcox
2011-11-04
1
-2
/
+4
*
NVMe: Add download / activate firmware ioctls
Matthew Wilcox
2011-11-04
1
-6
/
+27
[next]