aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nvme.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-05NVMe: Automatic namespace rescanGravatar Keith Busch 1-0/+1
2015-05-22nvme: submit internal commands through the block layerGravatar Christoph Hellwig 1-15/+9
2015-05-22nvme: store a struct device pointer in struct nvme_devGravatar Christoph Hellwig 1-1/+1
2015-05-22nvme: consolidate synchronous command submission helpersGravatar Christoph Hellwig 1-5/+1
2015-04-07NVMe: Meta data handling through submit io ioctlGravatar Keith Busch 1-2/+3
2015-02-19NVMe: Fix potential corruption during shutdownGravatar Keith Busch 1-1/+0
2015-02-19NVMe: Asynchronous controller probeGravatar Keith Busch 1-0/+1
2015-02-19NVMe: Register management handle under nvme classGravatar Keith Busch 1-2/+1
2015-02-19NVMe: Update SCSI Inquiry VPD 83h translationGravatar Keith Busch 1-2/+0
2015-02-19NVMe: Metadata format supportGravatar Keith Busch 1-0/+2
2015-01-29NVMe: avoid kmalloc/kfree for smaller IOGravatar Jens Axboe 1-2/+1
2014-11-04NVMe: Convert to blk-mqGravatar Matias Bjørling 1-6/+9
2014-11-04NVMe: Mismatched host/device page size supportGravatar Keith Busch 1-0/+2
2014-11-04NVMe: Async event requestGravatar Keith Busch 1-0/+1
2014-06-13NVMe: Fix hot cpu notification dead lockGravatar Keith Busch 1-1/+1
2014-06-03NVMe: Rename io_timeout to nvme_io_timeoutGravatar Matthew Wilcox 1-2/+2
2014-05-05NVMe: Flush with data supportGravatar Keith Busch 1-1/+0
2014-05-05NVMe: Configure support for block flushGravatar Keith Busch 1-0/+1
2014-05-05NVMe: Update copyright headersGravatar Matthew Wilcox 1-5/+1
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeGravatar Linus Torvalds 1-9/+12
2014-04-10NVMe: Retry failed commands with non-fatal errorsGravatar Keith Busch 1-2/+2
2014-04-10NVMe: Make I/O timeout a module parameterGravatar Keith Busch 1-1/+2
2014-04-10NVMe: CPU hot plug notificationGravatar Keith Busch 1-0/+1
2014-04-10NVMe: per-cpu io queuesGravatar Keith Busch 1-1/+5
2014-03-24NVMe: IOCTL path RCU protect queue accessGravatar Keith Busch 1-4/+1
2014-03-24NVMe: RCU protected access to io queuesGravatar Keith Busch 1-1/+1
2014-03-07nvme: don't use PREPARE_WORKGravatar Tejun Heo 1-0/+1
2014-01-27NVMe: Abort timed out commandsGravatar Keith Busch 1-0/+1
2014-01-27NVMe: Schedule reset for failed controllersGravatar Keith Busch 1-0/+1
2013-12-16NVMe: Device resume error handlingGravatar Keith Busch 1-0/+1
2013-12-16NVMe: compat SG_IO ioctlGravatar Keith Busch 1-0/+1
2013-11-18NVMe: Avoid shift operation when writing cq head doorbellGravatar Haiyan Hu 1-1/+1
2013-09-03NVMe: Use normal shutdownGravatar Keith Busch 1-0/+2
2013-09-03NVMe: Namespace IDs are unsignedGravatar Matthew Wilcox 1-1/+1
2013-09-03NVMe: Split header file into user-visible and kernel-visible piecesGravatar Matthew Wilcox 1-456/+5
2013-06-20NVMe: Disk IO statisticsGravatar Keith Busch 1-0/+1
2013-05-08NVMe: Simplify Firmware Activate code slightlyGravatar Matthew Wilcox 1-0/+3
2013-05-02NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOGravatar Keith Busch 1-0/+1
2013-05-02NVMe: Device specific stripe size handlingGravatar Keith Busch 1-0/+1
2013-04-16NVMe: Add a character device for each nvme deviceGravatar Keith Busch 1-0/+5
2013-04-16NVMe: Fix endian-related problems in user I/O submission pathGravatar Matthew Wilcox 1-2/+2
2013-04-16NVMe: Abstract out sector to block number conversionGravatar Matthew Wilcox 1-0/+5
2013-03-28NVMe: Add nvme-scsi.cGravatar Vishal Verma 1-0/+35
2013-03-27NVMe: Add definitions for format commandGravatar Vishal Verma 1-0/+12
2013-03-27NVMe: Move structures & definitions to header fileGravatar Vishal Verma 1-0/+60
2013-03-26NVMe: Add discard support for capable devicesGravatar Keith Busch 1-0/+32
2012-11-13NVMe: Define SMART logGravatar Keith Busch 1-0/+28
2012-07-27NVMe: Do not set IO queue depth beyond device maxGravatar Keith Busch 1-0/+1
2012-07-26NVMe: Set block queue max sectorsGravatar Keith Busch 1-0/+1
2011-11-04NVMe: Update Identify Controller data structureGravatar Matthew Wilcox 1-5/+22