summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-24Merge tag 'nvme-5.14-2021-06-22' of git://git.infradead.org/nvme into for-5.1...for-5.14/drivers-2021-06-29Jens Axboe
2021-06-21nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni
2021-06-18loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen
2021-06-17nvme: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvme-pci: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvmet: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni
2021-06-17nvmet: add Command Set Identifier supportChaitanya Kulkarni
2021-06-17nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni
2021-06-17nvmet: add req cns error complete helperChaitanya Kulkarni
2021-06-17nvmet: remove local variableChaitanya Kulkarni
2021-06-17nvmet: use nvme status value directlyChaitanya Kulkarni
2021-06-17nvmet: use u32 type for the local variable nsidChaitanya Kulkarni
2021-06-17nvmet: use u32 for nvmet_subsys max_nsidChaitanya Kulkarni
2021-06-17nvmet: use req->cmd directly in file-ns fast pathChaitanya Kulkarni
2021-06-17nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni
2021-06-17nvmet: make ver stable once connection establishedNoam Gottlieb
2021-06-17nvmet: allow mn change if subsys not discoveredNoam Gottlieb
2021-06-17nvmet: make sn stable once connection was establishedNoam Gottlieb
2021-06-17nvmet: change sn size and check validityNoam Gottlieb
2021-06-17nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()Hannes Reinecke
2021-06-17nvme-fabrics: remove memset in connect io qChaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in connect admin qChaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in nvmf_reg_write32()Chaitanya Kulkarni
2021-06-17nvme-fabrics: remove memset in nvmf_reg_read64()Chaitanya Kulkarni
2021-06-17nvme-tcp: use ctrl sgl check helperChaitanya Kulkarni
2021-06-17nvme-pci: use ctrl sgl check helperChaitanya Kulkarni
2021-06-17nvme-fc: use ctrl sgl check helperChaitanya Kulkarni
2021-06-17nvme: add a helper to check ctrl sgl supportChaitanya Kulkarni
2021-06-17nvme-pci: remove trailing lines for helpersChaitanya Kulkarni
2021-06-17nvme-pci: fix var. type for increasing cq_headJK Kim
2021-06-16nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()Dan Carpenter
2021-06-16nvme: factor out a nvme_validate_passthru_nsid helperChaitanya Kulkarni
2021-06-16nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help textGeert Uytterhoeven
2021-06-16nvme: remove superfluous bio_set_dev in nvme_requeue_workDaniel Wagner
2021-06-16nvme: verify MNAN value if ANA is enabledDaniel Wagner
2021-06-16ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hintMario Limonciello
2021-06-16ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello
2021-06-15Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2021-06-15floppy: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-15floppy: cleanup: remove redundant assignment to nr_sectorsJiapeng Chong
2021-06-14md/raid5: avoid device_lock in read_one_chunk()Gal Ofri
2021-06-14md: add comments in md_integrity_registerGuoqing Jiang
2021-06-14md: check level before create and exit io_acct_setGuoqing Jiang
2021-06-14md: Constify attribute_group structsRikard Falkeborn
2021-06-14md: mark some personalities as deprecatedGuoqing Jiang
2021-06-14md/raid10: enable io accountingGuoqing Jiang
2021-06-14md/raid1: enable io accountingGuoqing Jiang
2021-06-14md/raid1: rename print_msg with r1bio_existedGuoqing Jiang
2021-06-14md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang