aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-10-07nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_blockGravatar Christoph Hellwig 1-8/+7
2020-10-07nvme: lift the check for an unallocated namespace into nvme_identify_nsGravatar Christoph Hellwig 1-9/+8
2020-10-07nvme: rename __nvme_revalidate_diskGravatar Christoph Hellwig 1-5/+4
2020-10-07nvme: rename _nvme_revalidate_diskGravatar Christoph Hellwig 1-7/+6
2020-10-07nvme: rename nvme_validate_ns to nvme_validate_or_alloc_nsGravatar Christoph Hellwig 1-3/+3
2020-10-07nvme: remove the disk argument to nvme_update_zone_infoGravatar Christoph Hellwig 3-10/+5
2020-10-07nvme: fix initialization of the zone bitmapsGravatar Christoph Hellwig 3-23/+17
2020-10-07nvme-loop: don't put ctrl on nvme_init_ctrl errorGravatar Chaitanya Kulkarni 1-2/+2
2020-10-07nvme-core: put ctrl ref when module ref get failGravatar Chaitanya Kulkarni 1-1/+3
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-4/+3
2020-10-02nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Gravatar Coly Li 1-4/+3
2020-09-27nvme-pci: allocate separate interrupt for the reserved non-polled I/O queueGravatar Jeffle Xu 1-17/+15
2020-09-27nvme: fix error handling in nvme_ns_report_zonesGravatar Christoph Hellwig 1-25/+16
2020-09-27nvmet-fc: fix missing check for no hostport structGravatar James Smart 1-1/+1
2020-09-27nvmet: add passthru ZNS supportGravatar Chaitanya Kulkarni 1-0/+16
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdGravatar Amit Engel 3-2/+6
2020-09-27nvmet-tcp: have queue io_work context run on sock incoming cpuGravatar Mark Wunderlich 1-11/+10
2020-09-27nvme-pci: Move enumeration by class to be last in the tableGravatar Andy Shevchenko 1-1/+2
2020-09-27nvme: use an xarray to lookup the Commands Supported and Effects logGravatar Chaitanya Kulkarni 2-28/+5
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathGravatar Chaitanya Kulkarni 3-32/+22
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-22/+28
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversGravatar Jens Axboe 3-38/+38
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagGravatar Christoph Hellwig 2-9/+4
2020-09-24block: lift setting the readahead size into the block layerGravatar Christoph Hellwig 1-0/+1
2020-09-23nvme-core: don't use NVME_NSID_ALL for command effects and supported logGravatar Chaitanya Kulkarni 1-1/+1
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-1/+20
2020-09-22nvme-fc: fail new connections to a deleted host or remote portGravatar James Smart 1-2/+4
2020-09-22nvme-pci: fix NULL req in completion handlerGravatar Xianting Tian 1-7/+7
2020-09-22nvme: return errors for hwmon initGravatar Keith Busch 3-12/+16
2020-09-17nvmet: get transport reference for passthru ctrlGravatar Christoph Hellwig 1-0/+2
2020-09-17nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Gravatar Chaitanya Kulkarni 1-0/+15
2020-09-15nvme-tcp: fix kconfig dependency warning when !CRYPTOGravatar Necip Fazil Yildiran 1-0/+1
2020-09-15nvme-pci: disable the write zeros command for Intel 600P/P3100Gravatar David Milburn 1-1/+2
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-10/+11
2020-09-09nvme-fabrics: allow to queue requests for live queuesGravatar Sagi Grimberg 1-4/+8
2020-09-08nvme-tcp: cancel async events before freeing event structGravatar David Milburn 1-0/+1
2020-09-08nvme-rdma: cancel async events before freeing event structGravatar David Milburn 1-0/+1
2020-09-08nvme-fc: cancel async events before freeing event structGravatar David Milburn 1-0/+1
2020-09-08nvme: Revert: Fix controller creation races with teardown flowGravatar James Smart 2-6/+0
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-58/+167
2020-09-02nvme: opencode revalidate_disk in nvme_validate_nsGravatar Christoph Hellwig 1-6/+10
2020-09-01nvme: don't call revalidate_disk from nvme_set_queue_dyingGravatar Christoph Hellwig 2-23/+23
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsGravatar Christoph Hellwig 1-1/+1
2020-09-01Merge branch 'block-5.9' into for-5.10/blockGravatar Jens Axboe 8-58/+167
2020-08-28nvme-pci: cancel nvme device request before disablingGravatar Tong Zhang 1-2/+2
2020-08-28nvme: only use power of two io boundariesGravatar Keith Busch 1-9/+38
2020-08-28nvme: fix controller instance leakGravatar Keith Busch 1-1/+1
2020-08-28nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Gravatar Christophe JAILLET 1-2/+2
2020-08-28nvme: Fix NULL dereference for pci nvme controllersGravatar Sagi Grimberg 1-0/+4
2020-08-28nvme-rdma: fix reset hang if controller died in the middle of a resetGravatar Sagi Grimberg 1-1/+12