summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-07nvme: move nvme_validate_nsChristoph Hellwig1-37/+37
2020-10-07nvme: query namespace identifiers before adding the namespaceChristoph Hellwig1-63/+53
2020-10-07nvme: revalidate zone bitmaps in nvme_update_ns_infoChristoph Hellwig1-4/+6
2020-10-07nvme: remove nvme_update_formatsChristoph Hellwig1-30/+2
2020-10-07nvme: update the known admin effectsChristoph Hellwig1-2/+2
2020-10-07nvme: set the queue limits in nvme_update_ns_infoChristoph Hellwig1-25/+21
2020-10-07nvme: remove the 0 lba_shift check in nvme_update_ns_infoChristoph Hellwig1-6/+0
2020-10-07nvme: clean up the check for too large logic block sizesChristoph Hellwig1-8/+5
2020-10-07nvme: freeze the queue over ->lba_shift updatesChristoph Hellwig1-6/+14
2020-10-07nvme: factor out a nvme_configure_metadata helperChristoph Hellwig1-31/+47
2020-10-07nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_blockChristoph Hellwig1-8/+7
2020-10-07nvme: lift the check for an unallocated namespace into nvme_identify_nsChristoph Hellwig1-9/+8
2020-10-07nvme: rename __nvme_revalidate_diskChristoph Hellwig1-5/+4
2020-10-07nvme: rename _nvme_revalidate_diskChristoph Hellwig1-7/+6
2020-10-07nvme: rename nvme_validate_ns to nvme_validate_or_alloc_nsChristoph Hellwig1-3/+3
2020-10-07nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig1-1/+1
2020-10-07nvme: fix initialization of the zone bitmapsChristoph Hellwig1-23/+5
2020-09-27nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni1-27/+4
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni1-20/+5
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe1-18/+35
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-2/+1
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-0/+1
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+15
2020-09-17nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni1-0/+15
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart1-5/+0
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+45
2020-09-02nvme: opencode revalidate_disk in nvme_validate_nsChristoph Hellwig1-6/+10
2020-09-01nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig1-10/+23
2020-09-01Merge branch 'block-5.9' into for-5.10/blockJens Axboe1-11/+45
2020-08-28nvme: only use power of two io boundariesKeith Busch1-9/+38
2020-08-28nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-28nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg1-0/+4
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg1-1/+2
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-32/+54
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-08-21nvme: redirect commands on dying queueChao Leng1-4/+5
2020-08-21nvme: refactor command completionChristoph Hellwig1-27/+48
2020-08-21nvme: skip noiob for zoned devicesKeith Busch1-1/+1
2020-08-21nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe1-4/+4
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-149/+412
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig1-12/+3
2020-07-29nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe1-2/+4
2020-07-29nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe1-0/+23
2020-07-29nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe1-7/+15
2020-07-29nvme: create helper function to obtain command effectsLogan Gunthorpe1-92/+100
2020-07-29nvme: clear any SGL flags in passthru commandsLogan Gunthorpe1-1/+9
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg1-0/+15