summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2019-11-06Revert "nvme: allow 64-bit results in passthru commands"Sasha Levin
2019-10-29nvme: allow 64-bit results in passthru commandsMarta Rybczynska
2019-10-29nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan
2019-10-29nvme: fix an error code in nvme_init_subsystem()Dan Carpenter
2019-10-29nvme-pci: Fix a race in controller removalBalbir Singh
2019-08-20nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello
2019-08-20nvme: Fix cntlid validation when not using NVMEoFGuilherme G. Piccoli
2019-07-31nvme: fix controller removal race with scan workSagi Grimberg
2019-07-31nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg
2019-07-31nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe
2019-07-30nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos
2019-07-23nvme: fix memory leak caused by incorrect subsystem freeLogan Gunthorpe
2019-07-11nvme: fix NULL deref for fabrics optionsMinwoo Im
2019-07-10nvme: fix regression upon hot device removal and insertionSagi Grimberg
2019-07-09nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii
2019-07-09nvme: set physical block size and optimal I/O sizeBart Van Assche
2019-06-21nvme: enable to inject errors into admin commandsAkinobu Mita
2019-06-21nvme: prepare for fault injection into admin commandsAkinobu Mita
2019-06-21nvme: export get and set featuresKeith Busch
2019-06-21nvme: fix possible io failures when removing multipathed nsAnton Eidelman
2019-06-06nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee
2019-05-21nvme: copy MTFA field from identify controllerLaine Walker-Avina
2019-05-17nvme: fix memory leak for power latency toleranceYufen Yu
2019-05-17nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig
2019-05-17nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig
2019-05-17nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig
2019-05-17nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig
2019-05-17nvme: Fix known effectsKeith Busch
2019-05-17nvme-pci: Sync queues on resetKeith Busch
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-14nvme: validate cntlid during controller initialisationChristoph Hellwig
2019-05-14nvme: change locking for the per-subsystem controller listChristoph Hellwig
2019-05-14nvme: trace all async notice eventsChaitanya Kulkarni
2019-05-13nvme-pci: add known admin effects to augument admin effects log pageMaxim Levitsky
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-01nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig
2019-05-01nvme: move command size checks to the coreChristoph Hellwig
2019-04-25nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-04-10nvme: cancel request synchronouslyMing Lei
2019-04-05nvme: log the error status on Identify Namespace failureKenneth Heitke
2019-04-05nvme: avoid double dereference to convert le to cpuMax Gurtovoy
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney
2019-03-13nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig
2019-03-13nvme: add proper discard setup for the multipath deviceChristoph Hellwig
2019-03-13nvme: remove nvme_ns_config_oncsChristoph Hellwig
2019-03-13nvme: disable Write Zeroes for qemu controllersChristoph Hellwig
2019-03-13nvme: update comment to make the code easier to readYufen Yu
2019-03-13nvme: put ns_head ref if namespace fails allocationSagi Grimberg