| Submitter | Artem Bityutskiy |
|---|---|
| Date | July 23, 2012, 8:39 a.m. |
| Message ID | <1343032747.4060.120.camel@sauron.fi.intel.com> |
| Download | mbox |
| Permalink | /patch/172582/ |
| State | New |
| Headers | show
Return-Path: <linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9C0842C00A5 for <incoming@patchwork.ozlabs.org>; Mon, 23 Jul 2012 18:36:47 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1StE6a-00084X-II; Mon, 23 Jul 2012 08:35:04 +0000 Received: from mga02.intel.com ([134.134.136.20]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1StE6N-000845-HW for linux-mtd@lists.infradead.org; Mon, 23 Jul 2012 08:34:53 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 23 Jul 2012 01:34:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="asc'?scan'208";a="170063325" Received: from linux.jf.intel.com (HELO linux.intel.com) ([10.23.232.205]) by orsmga001.jf.intel.com with ESMTP; 23 Jul 2012 01:34:39 -0700 Received: from [10.237.72.54] (sauron.fi.intel.com [10.237.72.54]) by linux.intel.com (Postfix) with ESMTP id 34FB72C8001; Mon, 23 Jul 2012 01:34:38 -0700 (PDT) Message-ID: <1343032747.4060.120.camel@sauron.fi.intel.com> Subject: [GIT PULL] UBIFS changes for 3.6-rc1 From: Artem Bityutskiy <dedekind1@gmail.com> To: Linus Torvalds <torvalds@linux-foundation.org> Date: Mon, 23 Jul 2012 11:39:07 +0300 X-Mailer: Evolution 3.2.3 (3.2.3-3.fc16) Mime-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -5.0 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (dedekind1[at]gmail.com) -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [134.134.136.20 listed in list.dnswl.org] 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED 0.8 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (dedekind1[at]gmail.com) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 FSL_FREEMAIL_2 FSL_FREEMAIL_2 0.0 FSL_FREEMAIL_1 FSL_FREEMAIL_1 0.9 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list Cc: linux-mtd <linux-mtd@lists.infradead.org>, Linux Kernel Maling List <linux-kernel@vger.kernel.org> X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list <linux-mtd.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-mtd/> List-Post: <mailto:linux-mtd@lists.infradead.org> List-Help: <mailto:linux-mtd-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=subscribe> Content-Type: multipart/mixed; boundary="===============4033300889399867653==" Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org |
Hi Linus, The following changes since commit c6727932cfdb13501108b16c38463c09d5ec7a74: UBIFS: fix a bug in empty space fix-up (2012-07-20 10:13:27 +0300) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-3.6-rc1 for you to fetch changes up to 7074e5eb233343e4bad8c0a3f9e73167cf85a159: UBIFS: remove invalid reference to list iterator variable (2012-07-20 10:27:25 +0300) ---------------------------------------------------------------- * Added another debugfs knob for forcing UBIFS R/O mode without flushing caches or finishing commit or any other I/O operation. I've originally added this knob in order to reproduce the free space fixup bug (see c672793) on nandsim. Without this knob I would have to do real power-cuts, which would make debugging much harder. Then I've decided to keep this knob because it is also useful for UBIFS power-cut recovery end error-paths testing. * Well-spotted fix from Julia. This bug did not cause real troubles for UBIFS, but nevertheless it could cause issues for someone trying to modify the orphans handling code. Kudos to coccinelle! * Minor cleanups. ---------------------------------------------------------------- Alexandre Pereira da Silva (1): UBIFS: fix compilation warning Artem Bityutskiy (2): UBIFS: add debugfs knob to switch to R/O mode UBIFS: simplify reply code a bit Julia Lawall (1): UBIFS: remove invalid reference to list iterator variable fs/ubifs/debug.c | 11 +++++++++++ fs/ubifs/debug.h | 5 +++++ fs/ubifs/dir.c | 2 +- fs/ubifs/orphan.c | 4 ++-- fs/ubifs/replay.c | 20 ++++++-------------- 5 files changed, 25 insertions(+), 17 deletions(-)