summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-17nvme-fabrics: remove memset in connect io qChaitanya Kulkarni1-2/+1
2021-06-17nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni1-2/+1
2021-06-17nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni1-2/+1
2021-06-17nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni1-2/+1
2021-06-17nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni1-1/+1
2021-06-17nvme-pci: use ctrl sgl check helperChaitanya Kulkarni1-2/+2
2021-06-17nvme-fc: use ctrl sgl check helperChaitanya Kulkarni1-1/+1
2021-06-17nvme: add a helper to check ctrl sgl supportChaitanya Kulkarni1-0/+5
2021-06-17nvme-pci: remove trailing lines for helpersChaitanya Kulkarni1-2/+0
2021-06-17nvme-pci: fix var. type for increasing cq_headJK Kim1-1/+1
2021-06-16nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()Dan Carpenter1-0/+2
2021-06-16nvme: factor out a nvme_validate_passthru_nsid helperChaitanya Kulkarni1-10/+16
2021-06-16nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help textGeert Uytterhoeven1-1/+1
2021-06-16nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner1-5/+0
2021-06-16nvme: verify MNAN value if ANA is enabledDaniel Wagner1-0/+7
2021-06-16ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hintMario Limonciello3-0/+37
2021-06-16ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello2-27/+30
2021-06-16Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe13-83/+149
2021-06-15floppy: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-15floppy: cleanup: remove redundant assignment to nr_sectorsJiapeng Chong1-1/+0
2021-06-15md/raid5: avoid device_lock in read_one_chunk()Gal Ofri1-6/+23
2021-06-15md: add comments in md_integrity_registerGuoqing Jiang1-0/+6
2021-06-15md: check level before create and exit io_acct_setGuoqing Jiang1-6/+14
2021-06-15md: Constify attribute_group structsRikard Falkeborn4-7/+7
2021-06-15md: mark some personalities as deprecatedGuoqing Jiang4-6/+6
2021-06-15md/raid10: enable io accountingGuoqing Jiang2-0/+7
2021-06-15md/raid1: enable io accountingGuoqing Jiang2-0/+8
2021-06-15md/raid1: rename print_msg with r1bio_existedGuoqing Jiang1-4/+4
2021-06-15md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang1-14/+15
2021-06-15md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang1-7/+7
2021-06-15md: add io accounting for raid0 and raid5Guoqing Jiang4-3/+68
2021-06-15md: revert io stats accountingGuoqing Jiang2-46/+0
2021-06-09z2ram: remove unnecessary oom messageZhen Lei1-8/+2
2021-06-09sx8: remove unnecessary oom messageZhen Lei1-2/+0
2021-06-09sunvdc: remove unnecessary oom messageZhen Lei1-2/+1
2021-06-09mtip32xx: remove unnecessary oom messageZhen Lei1-21/+5
2021-06-09drbd: remove unnecessary oom messageZhen Lei1-16/+6
2021-06-09aoe: remove unnecessary oom messageZhen Lei1-3/+1
2021-06-03nvmet: remove a superfluous variableChaitanya Kulkarni1-2/+1
2021-06-03nvmet: move ka_work initialization to nvmet_alloc_ctrlAmit Engel1-1/+1
2021-06-03nvme: remove nvme_{get,put}_ns_from_diskChristoph Hellwig2-45/+28
2021-06-03nvme: split nvme_report_zonesChristoph Hellwig4-24/+35
2021-06-03nvme: move the CSI sanity check into nvme_ns_report_zonesChristoph Hellwig1-5/+4
2021-06-03nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctlChristoph Hellwig1-0/+1
2021-06-03nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctlChristoph Hellwig1-1/+1
2021-06-03nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctlChristoph Hellwig1-10/+10
2021-06-03nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctlChristoph Hellwig1-7/+5
2021-06-03nvme-fabrics: remove extra bracesChaitanya Kulkarni1-1/+1
2021-06-03nvme-fabrics: remove an extra commentChaitanya Kulkarni1-1/+1
2021-06-03nvme-fabrics: remove extra new lines in the switchChaitanya Kulkarni1-5/+4