From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-f172.google.com ([209.85.215.172]:42762 "EHLO mail-pg1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726730AbeHUVpn (ORCPT ); Tue, 21 Aug 2018 17:45:43 -0400 MIME-Version: 1.0 From: Steve French Date: Tue, 21 Aug 2018 13:24:17 -0500 Message-ID: Subject: Overview of performance improvements of recent SMB3 compounding patches To: CIFS , samba-technical , LKML , linux-fsdevel Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: In experiments today with Ronnie's most recent compounding patches I see the expected significant improvements in create/mkdir/unlink/rmdir operations over SMB3 mounts (tests were to Samba but would be similar to all modern servers). See below: "touch /mnt/file" goes from 6 request/response pairs to 4 with Ronnie's compounding patches "rm /mnt/file" from 5 to 2 request/response pairs "mkdir /mnt/newdir" 6 pairs to 3 pairs "rmdir /mnt/newdir" 6 pairs down to 2 pairs Good job Ronnie! -- Thanks, Steve