From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752130AbdJ3M6J (ORCPT ); Mon, 30 Oct 2017 08:58:09 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:48019 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751610AbdJ3M5j (ORCPT ); Mon, 30 Oct 2017 08:57:39 -0400 X-Google-Smtp-Source: ABhQp+RetXMIpMpbjwpikk+k3gFyBGpIaDHHOqfWfdXN2m+3JrZxKqhAHhkal2iZ/CDpmKlFk8ZpJA== From: Ryusuke Konishi To: Andrew Morton Cc: LKML , linux-nilfs , Ryusuke Konishi Subject: [PATCH 0/4] nilfs2 updates Date: Mon, 30 Oct 2017 21:52:11 +0900 Message-Id: <1509367935-3086-1-git-send-email-konishi.ryusuke@lab.ntt.co.jp> X-Mailer: git-send-email 1.8.3.1 X-Dispatcher: imput version 20110525(IM151) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, Please queue the following changes for the next merge window: Andreas Rohner (1): nilfs2: Fix race condition that causes file system corruption Elena Reshetova (1): fs, nilfs: convert nilfs_root.count from atomic_t to refcount_t Ryusuke Konishi (2): nilfs2: align block comments of nilfs_sufile_truncate_range() at * nilfs2: use octal for unreadable permission macro In this series, > nilfs2: Fix race condition that causes file system corruption fixes a file system corruption issue in some high loads. > fs, nilfs: convert nilfs_root.count from atomic_t to refcount_t introduces refcount_t type to nilfs. > nilfs2: align block comments of nilfs_sufile_truncate_range() at * > nilfs2: use octal for unreadable permission macro are style fixes, both of which are based on suggestions of recent checkpatch.pl. Thanks, Ryusuke Konishi -- fs/nilfs2/namei.c | 2 +- fs/nilfs2/segment.c | 6 ++++-- fs/nilfs2/sufile.c | 32 ++++++++++++++++---------------- fs/nilfs2/the_nilfs.c | 8 ++++---- fs/nilfs2/the_nilfs.h | 5 +++-- 5 files changed, 28 insertions(+), 25 deletions(-)