aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-01nvme: temporary fix for Apple controller resetStephan Günther1-0/+12
2015-11-29lightnvm: unconverted ppa returned in get_bb_tblMatias Bjørling1-1/+3
2015-11-29lightnvm: refactor and change vendor id for qemuMatias Bjørling1-2/+9
2015-11-29lightnvm: Simplify config when disabledKeith Busch3-14/+16
2015-11-24nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig1-3/+12
2015-11-24NVMe: default to 4k device page sizeNishanth Aravamudan1-9/+6
2015-11-20NVMe: reap completion entries when deleting queueKeith Busch1-1/+6
2015-11-20nvme: lightnvm: use admin queues for admin cmdsWenwei Tao1-7/+10
2015-11-19NVMe: Fix possible arithmetic overflow for max segmentsKeith Busch1-1/+1
2015-11-16nvme: remove reserved double wordMatias Bjørling1-2/+2
2015-11-16nvme: missing ppaf copyMatias Bjørling1-0/+2
2015-11-16lightnvm: remove linear and device addr modesMatias Bjørling1-2/+1
2015-11-16lightnvm: expose mccap in identify commandMatias Bjørling1-1/+3
2015-11-16lightnvm: update alignments for identify commandMatias Bjørling1-1/+3
2015-11-16lightnvm: update bad block table formatMatias Bjørling1-23/+90
2015-11-11NVMe: add support for Apple NVMe controllerStephan Günther1-0/+1
2015-11-11NVMe: use split lo_hi_{read,write}qStephan Günther1-6/+6
2015-11-11NVMe: Increase the max transfer size when mdts is 0Sathyavathi M1-0/+2
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+28
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+4
2015-11-07NVMe: add blk polling supportJens Axboe1-4/+28
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-2/+4
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+95
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+8
2015-11-04Merge branch 'for-4.4/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds4-12/+565
2015-11-04Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds7-0/+6066
2015-11-03nvme: lightnvm: clean up a data typeDan Carpenter1-2/+2
2015-11-03NVMe: Precedence error in nvme_pr_clear()Dan Carpenter1-1/+1
2015-10-29nvme: LightNVM supportMatias Bjørling4-12/+565
2015-10-22nvme: add missing endianess annotations in nvme_pr_commandChristoph Hellwig1-2/+2
2015-10-22NVMe: Add persistent reservation opsKeith Busch1-0/+95
2015-10-21block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams1-17/+1
2015-10-21block: move blk_integrity to request_queueDan Williams1-1/+1
2015-10-21nvme: suspend i/o during runtime blk_integrity_unregisterDan Williams1-0/+2
2015-10-21md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams1-4/+1
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-3/+2
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-4/+4
2015-10-15NVMe: initialize error to '0'Jens Axboe1-1/+1
2015-10-15nvme: use an integer value to Linux errno valuesChristoph Hellwig1-5/+7
2015-10-12nvme: fix 32-bit build warningArnd Bergmann1-3/+3
2015-10-12NVMe: Add explicit block config dependencyKeith Busch1-1/+1
2015-10-09nvme: move to a new drivers/nvme/host directoryJay Sternberg7-0/+6060