From patchwork Tue Oct 2 13:35:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL] UBIFS changes for 3.7-rc1 From: Artem Bityutskiy X-Patchwork-Id: 188522 Message-Id: <1349184946.2017.71.camel@sauron.fi.intel.com> To: Linus Torvalds Cc: linux-mtd , "linux-kernel@vger.kernel.org" Date: Tue, 02 Oct 2012 16:35:46 +0300 Hi Linus, please, pull UBIFS changes. The following changes since commit 69f9025894c391fec2f7c7ea9150203418454915: UBIFS: fix error messages spelling (2012-08-22 17:41:09 +0300) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-3.7-rc1 for you to fetch changes up to 3668b70fcf1fdc6799abf15f70fe3f50f407ec82: UBIFS: print less (2012-08-31 17:32:58 +0300) ---------------------------------------------------------------- No big changes for 3.7 in UBIFS: * Error reporting and debug printing improvements * Power cut emulation fixes * Minor cleanups ---------------------------------------------------------------- Artem Bityutskiy (8): UBIFS: print PID in debug messages UBIFS: always print full error reports UBIFS: improve scanning debug output UBIFS: fix power cut emulation for mtdram UBIFS: use __aligned() attribute UBIFS: comply with coding style UBIFS: use pr_ helper instead of printk UBIFS: print less Jiri Slaby (1): UBIFS: remove __DATE__ and __TIME__ fs/ubifs/budget.c | 5 +- fs/ubifs/commit.c | 8 +-- fs/ubifs/compress.c | 7 +-- fs/ubifs/debug.c | 633 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------------------- fs/ubifs/debug.h | 15 ++--- fs/ubifs/dir.c | 4 +- fs/ubifs/file.c | 4 +- fs/ubifs/gc.c | 6 +- fs/ubifs/log.c | 14 ++--- fs/ubifs/lprops.c | 66 ++++++++++----------- fs/ubifs/lpt.c | 5 +- fs/ubifs/lpt_commit.c | 58 ++++++++----------- fs/ubifs/orphan.c | 7 +-- fs/ubifs/recovery.c | 11 ++-- fs/ubifs/replay.c | 16 ++--- fs/ubifs/sb.c | 19 +++--- fs/ubifs/scan.c | 15 +++-- fs/ubifs/super.c | 119 ++++++++++++++++++-------------------- fs/ubifs/tnc_misc.c | 4 +- fs/ubifs/ubifs.h | 13 ++--- 20 files changed, 451 insertions(+), 578 deletions(-)