linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Charles Manning <cdhmanning@gmail.com>
To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	akpm@linux-foundation.org
Cc: Charles Manning <cdhmanning@gmail.com>
Subject: [PATCH 0/10] Add yaffs2 file system:  Fourth patchset
Date: Fri, 14 Jan 2011 16:05:59 +1300	[thread overview]
Message-ID: <1294974369-31647-1-git-send-email-cdhmanning@gmail.com> (raw)

This is the fourth submission of a yaffs2 patchset.

I would like to thank everyone that has given comments so far. They
have been most helpful.

I would like to thank CELF (now part of Linux Foundation) and Google
for sponsoring the effort to get yaffs2 mainlined.

This code is patched from 371b2eaad7d9c4947ec1e5c5f0576b7e118df617
at git://www.aleph1.co.uk/yaffs2.

This patch set takes onboard almost all the comments provided since the
last set of patches. Most noteably :
* Removal of almost all the wrapper macros. Pretty much all that remains
is some wrapping (YCHAR --> char) to allow Unicode compilation.
* Huge amount of reformating. Code passes checkpatch.pl except for what
* appears to be a checkpatch.pl bug (reported).
* Fixes since last submission.

This code ran various tests for the whole night with no problems seen.

Comments/feedback welcome, but I'm hopefully getting pretty close to
acceptance :-).

-- Charles

             reply	other threads:[~2011-01-14  3:05 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-14  3:05 Charles Manning [this message]
2011-01-14  3:06 ` [PATCH 01/10] Add yaffs2 file system: Allocation, block handling and bitmapping code Charles Manning
2011-01-19 20:25   ` Ryan Mallon
2011-01-19 20:37     ` David Daney
2011-01-20 19:46       ` Ryan Mallon
2011-01-14  3:06 ` [PATCH 02/10] Add yaffs2 file system: Attribute and xattrib handling code Charles Manning
2011-01-19 20:37   ` Ryan Mallon
2011-01-14  3:06 ` [PATCH 03/10] Add yaffs2 file system: Checkpoint handing code Charles Manning
2011-01-19 21:47   ` Ryan Mallon
2011-01-14  3:06 ` [PATCH 04/10] Add yaffs2 file system: Flash interfacing and ECC handling code Charles Manning
2011-01-19 23:27   ` Ryan Mallon
2011-01-14  3:06 ` [PATCH 05/10] Add yaffs2 file system: Tags processing code Charles Manning
2011-01-20  0:07   ` Ryan Mallon
2011-01-14  3:06 ` [PATCH 06/10] Add yaffs2 file system: Tracing and verification code Charles Manning
2011-01-20  0:30   ` Ryan Mallon
2011-01-14  3:06 ` [PATCH 07/10] Add yaffs2 file system: yaffs1 and yaffs2 mode specific code Charles Manning
2011-01-20  4:19   ` Ryan Mallon
2011-01-14  3:06 ` [PATCH 08/10] Add yaffs2 file system: Core guts code Charles Manning
2011-01-14  3:06 ` [PATCH 09/10] Add yaffs2 file system: Linux glue code Charles Manning
2011-01-20 20:14   ` Jesper Juhl
2011-01-20 21:26   ` Ryan Mallon
2011-01-14  3:06 ` [PATCH 10/10] Add yaffs2 file system: Hook in to Linux tree Charles Manning
2011-01-20 20:32   ` Jesper Juhl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1294974369-31647-1-git-send-email-cdhmanning@gmail.com \
    --to=cdhmanning@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).