aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-08Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-10-07nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni1-1/+3
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2020-09-23nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni1-1/+1
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+15
2020-09-22nvme: return errors for hwmon initKeith Busch1-2/+5
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-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
2020-07-29nvme-core: replace ctrl page size with a macroChaitanya Kulkarni1-13/+6
2020-07-29nvme: remove redundant validation in nvme_start_ctrl()Baolin Wang1-2/+1
2020-07-29nvme: remove an unnecessary conditionDan Carpenter1-2/+2
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig1-1/+2
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe1-47/+254
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe1-1/+2
2020-07-16nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos1-0/+1
2020-07-08nvme: remove ns->disk checksChristoph Hellwig1-4/+4
2020-07-08nvme: expose reconnect_delay and ctrl_loss_tmo via sysfsSagi Grimberg1-0/+62
2020-07-08nvme: support for zoned namespacesKeith Busch1-13/+84
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch1-19/+60
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel1-10/+43
2020-07-08nvme: use USEC_PER_SEC instead of magic numbersBaolin Wang1-1/+1
2020-07-08nvme-core: use u16 type for ctrl->sqsizeChaitanya Kulkarni1-1/+1
2020-07-08nvme-core: use u16 type for directivesChaitanya Kulkarni1-1/+1
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe1-4/+10
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-0/+1
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-06-24nvme: set initial value for controller's numa nodeMax Gurtovoy1-0/+1