[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1237919047-8751-1-git-send-email-hooanon05@yahoo.co.jp>
Date: Wed, 25 Mar 2009 03:24:04 +0900
From: "J. R. Okajima" <hooanon05@...oo.co.jp>
To: greg@...ah.com
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
"J. R. Okajima" <hooanon05@...oo.co.jp>
Subject: [RFC Aufs2 #4 0/3] convert aufs entires from sysfs to debugfs
Follow the comments from Greg KH on LKML.
Move 'xib' and 'xi0 ... xiN' entries from sysaufs to debugfs.
They show how many disk blocks are consumed.
J. R. Okajima (3):
aufs: convert some aufs entries from sysfs to debugfs, new files
aufs: convert some aufs entries from sysfs to debugfs
aufs: convert some aufs entries from sysfs to debugfs, documentation
Documentation/ABI/testing/debugfs-aufs | 40 +++++
Documentation/ABI/testing/sysfs-aufs | 37 ----
Documentation/filesystems/aufs/README | 3 +-
Documentation/filesystems/aufs/aufs.5 | 57 ++++---
fs/aufs/Makefile | 1 +
fs/aufs/aufs.h | 1 +
fs/aufs/branch.c | 2 +-
fs/aufs/branch.h | 6 +-
fs/aufs/dbgaufs.c | 292 ++++++++++++++++++++++++++++++++
fs/aufs/dbgaufs.h | 68 ++++++++
fs/aufs/super.c | 5 +
fs/aufs/super.h | 19 ++
fs/aufs/sysaufs.c | 30 +++-
fs/aufs/sysaufs.h | 16 +-
fs/aufs/sysfs.c | 168 ++++---------------
15 files changed, 527 insertions(+), 218 deletions(-)
create mode 100644 Documentation/ABI/testing/debugfs-aufs
create mode 100644 fs/aufs/dbgaufs.c
create mode 100644 fs/aufs/dbgaufs.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists