summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2021-11-09nvme: wait until quiesce is doneMing Lei1-0/+4
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+46
2021-10-20nvme: display correct subsystem NQNHannes Reinecke1-1/+1
2021-10-20nvme: Add connect option 'discovery'Hannes Reinecke1-0/+7
2021-10-20nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke1-0/+27
2021-10-20nvme: paring quiesce/unquiesceMing Lei1-4/+8
2021-10-20nvme: prepare for pairing quiescing and unquiescingMing Lei1-21/+31
2021-10-20nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei1-1/+1
2021-10-20nvme: add APIs for stopping/starting admin queueMing Lei1-0/+12
2021-10-19nvme: don't memset() the normal read/write commandJens Axboe1-2/+6
2021-10-19nvme: move command clear into the various setup helpersJens Axboe1-3/+7
2021-10-18nvme: add support for batched completion of polled IOJens Axboe1-3/+14
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-1/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-14Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe1-9/+12
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares1-9/+12
2021-09-27nvme: add command id quirk for apple controllersKeith Busch1-1/+3
2021-09-21nvme: keep ctrl->namespaces orderedChristoph Hellwig1-16/+17
2021-09-15Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15Jens Axboe1-8/+7
2021-09-15nvme: remove the call to nvme_update_disk_info in nvme_ns_removeChristoph Hellwig1-2/+0
2021-09-13nvme: avoid race in shutdown namespace removalDaniel Wagner1-8/+7
2021-09-06nvme: add error handling support for add_disk()Luis Chamberlain1-1/+8
2021-09-06nvme: only call synchronize_srcu when clearing current pathDaniel Wagner1-3/+6
2021-09-06nvme: update keep alive interval when kato is modifiedTatsuya Sasaki1-2/+40
2021-09-06nvme: move nvme_multi_css into nvme.hAdam Manzanares1-5/+0
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke1-0/+3
2021-08-31Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+2
2021-08-23nvme: use blk_mq_alloc_diskChristoph Hellwig1-20/+13
2021-08-16nvme: use bvec_virtChristoph Hellwig1-3/+2
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg1-1/+2
2021-08-15remove the lightnvm subsystemChristoph Hellwig1-13/+0
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-1/+1
2021-08-12nvme: remove the GENHD_FL_UP check in nvme_ns_removeChristoph Hellwig1-8/+6
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-1/+1
2021-07-21nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig1-1/+4
2021-07-21nvme: fix refcounting imbalance when all paths are downHannes Reinecke1-3/+11
2021-07-01nvme: use return value from blk_execute_rq()Keith Busch1-8/+27
2021-07-01nvme: use blk_execute_rq() for passthrough commandsKeith Busch1-33/+7
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-65/+127
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-06-17nvme: remove zeroout memset call for structChaitanya Kulkarni1-13/+6
2021-06-03nvme: remove nvme_{get,put}_ns_from_diskChristoph Hellwig1-41/+27
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig1-0/+11
2021-06-03nvme-tcp: allow selecting the network interface for connectionsMartin Belanger1-0/+5
2021-06-03nvme: extend and modify the APST configuration algorithmAlexey Bogoslavsky1-11/+78
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-05-25nvme: fix potential memory leaks in nvme_cdev_addGuoqing Jiang1-1/+3
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig1-1/+2
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu1-0/+60