summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig2021-06-301-1/+0
* mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-301-44/+27
* mtip32xx: simplify sysfs setupChristoph Hellwig2021-06-301-64/+15
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-3054-519/+1467
|\
| * Merge tag 'nvme-5.14-2021-06-22' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-06-2428-228/+1073
| |\
| | * nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni2021-06-211-1/+1
| | * nvme.h: add missing nvme_lba_range_type endianness annotationsWesley Sheng2021-06-171-2/+2
| | * nvme: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-13/+6
| | * nvme-pci: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-16/+8
| | * nvmet: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-2/+1
| | * nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-177-11/+714
| | * nvmet: add Command Set Identifier supportChaitanya Kulkarni2021-06-174-18/+87
| | * nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni2021-06-173-4/+8
| | * nvmet: add req cns error complete helperChaitanya Kulkarni2021-06-172-4/+9
| | * block: export blk_next_bio()Chaitanya Kulkarni2021-06-172-0/+3
| | * nvmet: remove local variableChaitanya Kulkarni2021-06-171-16/+7
| | * nvmet: use nvme status value directlyChaitanya Kulkarni2021-06-171-2/+1
| | * nvmet: use u32 type for the local variable nsidChaitanya Kulkarni2021-06-171-2/+2
| | * nvmet: use u32 for nvmet_subsys max_nsidChaitanya Kulkarni2021-06-171-1/+1
| | * nvmet: use req->cmd directly in file-ns fast pathChaitanya Kulkarni2021-06-171-3/+1
| | * nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni2021-06-171-3/+1
| | * nvmet: make ver stable once connection establishedNoam Gottlieb2021-06-171-5/+31
| | * nvmet: allow mn change if subsys not discoveredNoam Gottlieb2021-06-174-40/+21
| | * nvmet: make sn stable once connection was establishedNoam Gottlieb2021-06-173-5/+29
| | * nvmet: change sn size and check validityNoam Gottlieb2021-06-175-18/+30
| | * nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke2021-06-171-8/+2
| | * nvme-fabrics: remove memset in connect io qChaitanya Kulkarni2021-06-171-2/+1
| | * nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni2021-06-171-2/+1
| | * nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni2021-06-171-2/+1
| | * nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni2021-06-171-2/+1
| | * nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-1/+1
| | * nvme-pci: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-2/+2
| | * nvme-fc: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-1/+1
| | * nvme: add a helper to check ctrl sgl supportChaitanya Kulkarni2021-06-171-0/+5
| | * nvme-pci: remove trailing lines for helpersChaitanya Kulkarni2021-06-171-2/+0
| | * nvme-pci: fix var. type for increasing cq_headJK Kim2021-06-171-1/+1
| | * nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()Dan Carpenter2021-06-161-0/+2
| | * nvme: factor out a nvme_validate_passthru_nsid helperChaitanya Kulkarni2021-06-161-10/+16
| | * nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help textGeert Uytterhoeven2021-06-161-1/+1
| | * nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner2021-06-161-5/+0
| | * nvme: verify MNAN value if ANA is enabledDaniel Wagner2021-06-161-0/+7
| | * ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hintMario Limonciello2021-06-163-0/+37
| | * ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello2021-06-163-27/+35
| * | loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen2021-06-181-0/+1
| |/
| * Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2021-06-1513-83/+149
| |\
| | * md/raid5: avoid device_lock in read_one_chunk()Gal Ofri2021-06-151-6/+23
| | * md: add comments in md_integrity_registerGuoqing Jiang2021-06-151-0/+6
| | * md: check level before create and exit io_acct_setGuoqing Jiang2021-06-151-6/+14
| | * md: Constify attribute_group structsRikard Falkeborn2021-06-154-7/+7
| | * md: mark some personalities as deprecatedGuoqing Jiang2021-06-154-6/+6