From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: * X-Spam-Status: No, score=1.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,PDS_TONAME_EQ_TOLOCAL_SHORT,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9243BC2D0EE for ; Thu, 26 Mar 2020 18:16:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 76B472078C for ; Thu, 26 Mar 2020 18:16:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728566AbgCZSQ0 (ORCPT ); Thu, 26 Mar 2020 14:16:26 -0400 Received: from mail.itouring.de ([188.40.134.68]:52688 "EHLO mail.itouring.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727719AbgCZSQZ (ORCPT ); Thu, 26 Mar 2020 14:16:25 -0400 Received: from tux.applied-asynchrony.com (p5B07E2B3.dip0.t-ipconnect.de [91.7.226.179]) by mail.itouring.de (Postfix) with ESMTPSA id 9FDDD416B3B8 for ; Thu, 26 Mar 2020 19:16:24 +0100 (CET) Received: from [192.168.100.223] (ragnarok.applied-asynchrony.com [192.168.100.223]) by tux.applied-asynchrony.com (Postfix) with ESMTP id 52BC3F01604 for ; Thu, 26 Mar 2020 19:16:24 +0100 (CET) To: linux-btrfs From: =?UTF-8?Q?Holger_Hoffst=c3=a4tte?= Subject: Q: what exactly does SSD mode still do? Organization: Applied Asynchrony, Inc. Message-ID: <8dcb2f1b-7cb4-cfd4-04ba-7fe4f3c3940b@applied-asynchrony.com> Date: Thu, 26 Mar 2020 19:16:24 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Hi, could someone explain what SSD mode *actually* still does? Not ssd_spread, that's clear and unrelated. A recent commit removed the thread-offloaded bio submission (avoiding context switches etc.) - which I thought was the reason for SSD mode? - and looking through the code I couldn't find any bits that helped clarify the difference. Thanks! Holger