summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-162-27/+30
* 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
| * md/raid10: enable io accountingGuoqing Jiang2021-06-152-0/+7
| * md/raid1: enable io accountingGuoqing Jiang2021-06-152-0/+8
| * md/raid1: rename print_msg with r1bio_existedGuoqing Jiang2021-06-151-4/+4
| * md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang2021-06-151-14/+15
| * md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang2021-06-151-7/+7
| * md: add io accounting for raid0 and raid5Guoqing Jiang2021-06-154-3/+68
| * md: revert io stats accountingGuoqing Jiang2021-06-152-46/+0
* | floppy: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-151-0/+1
* | floppy: cleanup: remove redundant assignment to nr_sectorsJiapeng Chong2021-06-151-1/+0
|/
* z2ram: remove unnecessary oom messageZhen Lei2021-06-091-8/+2
* sx8: remove unnecessary oom messageZhen Lei2021-06-091-2/+0
* sunvdc: remove unnecessary oom messageZhen Lei2021-06-091-2/+1
* mtip32xx: remove unnecessary oom messageZhen Lei2021-06-091-21/+5
* drbd: remove unnecessary oom messageZhen Lei2021-06-091-16/+6
* aoe: remove unnecessary oom messageZhen Lei2021-06-091-3/+1
* nvmet: remove a superfluous variableChaitanya Kulkarni2021-06-031-2/+1
* nvmet: move ka_work initialization to nvmet_alloc_ctrlAmit Engel2021-06-031-1/+1
* nvme: remove nvme_{get,put}_ns_from_diskChristoph Hellwig2021-06-032-45/+28
* nvme: split nvme_report_zonesChristoph Hellwig2021-06-034-24/+35
* nvme: move the CSI sanity check into nvme_ns_report_zonesChristoph Hellwig2021-06-031-5/+4
* nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctlChristoph Hellwig2021-06-031-0/+1
* nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctlChristoph Hellwig2021-06-031-1/+1
* nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctlChristoph Hellwig2021-06-031-10/+10
* nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctlChristoph Hellwig2021-06-031-7/+5
* nvme-fabrics: remove extra bracesChaitanya Kulkarni2021-06-031-1/+1