summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1311-384/+310
|\
| * nvme-core: remove extra condition for vwcChaitanya Kulkarni2020-10-071-3/+1
| * nvme-core: remove extra variableChaitanya Kulkarni2020-10-071-3/+2
| * nvme: remove nvme_identify_ns_listChristoph Hellwig2020-10-071-12/+8
| * nvme: refactor nvme_validate_nsChristoph Hellwig2020-10-071-20/+17
| * nvme: move nvme_validate_nsChristoph Hellwig2020-10-071-37/+37
| * nvme: query namespace identifiers before adding the namespaceChristoph Hellwig2020-10-071-63/+53
| * nvme: revalidate zone bitmaps in nvme_update_ns_infoChristoph Hellwig2020-10-071-4/+6
| * nvme: remove nvme_update_formatsChristoph Hellwig2020-10-071-30/+2
| * nvme: update the known admin effectsChristoph Hellwig2020-10-071-2/+2
| * nvme: set the queue limits in nvme_update_ns_infoChristoph Hellwig2020-10-071-25/+21
| * nvme: remove the 0 lba_shift check in nvme_update_ns_infoChristoph Hellwig2020-10-071-6/+0
| * nvme: clean up the check for too large logic block sizesChristoph Hellwig2020-10-071-8/+5
| * nvme: freeze the queue over ->lba_shift updatesChristoph Hellwig2020-10-071-6/+14
| * nvme: factor out a nvme_configure_metadata helperChristoph Hellwig2020-10-071-31/+47
| * nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_blockChristoph Hellwig2020-10-071-8/+7
| * nvme: lift the check for an unallocated namespace into nvme_identify_nsChristoph Hellwig2020-10-071-9/+8
| * nvme: rename __nvme_revalidate_diskChristoph Hellwig2020-10-071-5/+4
| * nvme: rename _nvme_revalidate_diskChristoph Hellwig2020-10-071-7/+6
| * nvme: rename nvme_validate_ns to nvme_validate_or_alloc_nsChristoph Hellwig2020-10-071-3/+3
| * nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig2020-10-073-10/+5
| * nvme: fix initialization of the zone bitmapsChristoph Hellwig2020-10-073-23/+17
| * nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni2020-10-071-2/+2
| * nvme-pci: allocate separate interrupt for the reserved non-polled I/O queueJeffle Xu2020-09-271-17/+15
| * nvme: fix error handling in nvme_ns_report_zonesChristoph Hellwig2020-09-271-25/+16
| * nvmet-fc: fix missing check for no hostport structJames Smart2020-09-271-1/+1
| * nvmet: add passthru ZNS supportChaitanya Kulkarni2020-09-271-0/+16
| * nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel2020-09-273-2/+6
| * nvmet-tcp: have queue io_work context run on sock incoming cpuMark Wunderlich2020-09-271-11/+10
| * nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko2020-09-271-1/+2
| * nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni2020-09-272-28/+5
| * nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni2020-09-273-32/+22
| * Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe2020-09-243-38/+38
| |\
* | \ Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-133-38/+38
|\ \ \ | | |/ | |/|
| * | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-242-9/+4
| * | block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-0/+1
| * | nvme: opencode revalidate_disk in nvme_validate_nsChristoph Hellwig2020-09-021-6/+10
| * | nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig2020-09-012-23/+23
| * | block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig2020-09-011-1/+1
| * | Merge branch 'block-5.9' into for-5.10/blockJens Axboe2020-09-018-58/+167
| |\ \
* | \ \ Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-081-1/+3
|\ \ \ \
| * | | | nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni2020-10-071-1/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-051-4/+3
|\ \ \ \ \
| * | | | | nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li2020-10-021-4/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-265-22/+28
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | nvme-core: don't use NVME_NSID_ALL for command effects and supported logChaitanya Kulkarni2020-09-231-1/+1
| * | | nvme-fc: fail new connections to a deleted host or remote portJames Smart2020-09-221-2/+4
| * | | nvme-pci: fix NULL req in completion handlerXianting Tian2020-09-221-7/+7
| * | | nvme: return errors for hwmon initKeith Busch2020-09-223-12/+16
* | | | Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-224-1/+20
|\| | |