From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artem Bityutskiy Subject: [PATCHv6 0/9] kill unnecessary SB sync wake-ups + cleanups Date: Mon, 5 Jul 2010 15:14:58 +0300 Message-ID: <1278332107-11443-1-git-send-email-dedekind1@gmail.com> Cc: LKML , linux-fsdevel@vger.kernel.org To: Al Viro Return-path: Received: from smtp.nokia.com ([192.100.105.134]:20745 "EHLO mgw-mx09.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758767Ab0GEMTB (ORCPT ); Mon, 5 Jul 2010 08:19:01 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, here is v6 of my SB sync wakups killing patches, v5 may be found: http://marc.info/?l=linux-fsdevel&m=127583599911620&w=2 This is more of a reminder re-send, I did not get any feed-back for v5. Not much changes since v5: 1. Drop patches which fix race conditions for s_dirty changes WRT actual write-back - these things are independent and I am planning to go through that separately. 2. Add "Acked-by" to the btrfs patch. 3. Fold all per-fs patches which introduce SB accessors into one big patch. Artem.