All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V5 2/2] ext4fs write support
Date: Thu, 09 Aug 2012 23:50:50 +0200	[thread overview]
Message-ID: <20120809215050.89DE220401A@gemini.denx.de> (raw)
In-Reply-To: <1337961169-21233-1-git-send-email-uma.shankar@samsung.com>

Dear Uma Shankar,

In message <1337961169-21233-1-git-send-email-uma.shankar@samsung.com> you wrote:
> 
> Signed-off-by: Uma Shankar <uma.shankar@samsung.com>
> Signed-off-by: Manjunatha C Achar <a.manjunatha@samsung.com>
> Signed-off-by: Iqbal Shareef <iqbal.ams@samsung.com>
> Signed-off-by: Hakgoo Lee <goodguy.lee@samsung.com>
> ---
> Changes for v4:
>         - Redesigned ext2, ext4 command interface
>         - Removed ext2 folder from fs/
>         - Memory Leak issue handled
> 
> Changes for v3:
>         - Copyright has been updated in respective files
>         - ext4fs has been made independant of ext2fs.c
>         - Fixed API namespace
>         - Removed endianness conversion API, used uboot defined API
>           for the same
>         - Fixed coding style issues
>         - Moved README.ext4 file into doc folder
> 
> Changes for v2:
>         - Code cleanup, changed comment style
>         - camel case removed, resolved code alignment issues
>         - memory allocation logic changed, removed busybox logic
>         - Modified ext4 load to remove grub dependency (GPLv3)
>         - Introduced new Config for ext4 write
> 
> Changes for v1:
>         - Removed checkpatch warnings and errors
>         - Moved common API's of ext2 and ext4 to one generic header file
> 
> 
> ---
>  common/cmd_ext4.c      |  141 +++++
>  doc/README.ext4        |   46 ++
>  fs/ext4/Makefile       |    1 +
>  fs/ext4/crc16.c        |   62 +++
>  fs/ext4/crc16.h        |   16 +
>  fs/ext4/ext4_common.c  | 1353 ++++++++++++++++++++++++++++++++++++++++++++++++
>  fs/ext4/ext4_common.h  |   25 +
>  fs/ext4/ext4_journal.c |  667 ++++++++++++++++++++++++
>  fs/ext4/ext4_journal.h |  141 +++++
>  fs/ext4/ext4fs.c       |  961 ++++++++++++++++++++++++++++++++++
>  include/ext4fs.h       |   12 +
>  include/ext_common.h   |    2 +
>  12 files changed, 3427 insertions(+), 0 deletions(-)
>  create mode 100644 doc/README.ext4
>  create mode 100644 fs/ext4/crc16.c
>  create mode 100644 fs/ext4/crc16.h
>  create mode 100644 fs/ext4/ext4_journal.c
>  create mode 100644 fs/ext4/ext4_journal.h

Applied to "ext4" branch, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The human race has one really effective weapon, and that is laughter.
                                                         - Mark Twain

  reply	other threads:[~2012-08-09 21:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15 17:39 [U-Boot] [PATCH 2/2] ext4fs write support uma.shankar at samsung.com
2011-12-15 22:20 ` Kim Phillips
2011-12-16 16:10 ` Mike Frysinger
2011-12-28  2:23 ` [U-Boot] [PATCH V3 " uma.shankar at samsung.com
2012-01-05 15:25   ` Wolfgang Denk
2012-01-08  4:24   ` Mike Frysinger
2012-01-09 17:56   ` [U-Boot] [PATCH V4 " uma.shankar at samsung.com
2012-01-16  0:03     ` Mike Frysinger
2012-01-16  7:58       ` Wolfgang Denk
2012-01-16 10:06         ` Mike Frysinger
2012-05-25 15:52     ` [U-Boot] [PATCH V5 " Uma Shankar
2012-08-09 21:50       ` Wolfgang Denk [this message]
2012-08-13 11:55         ` Wolfgang Denk
2012-08-13 13:52           ` uma.shankar at samsung.com

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=20120809215050.89DE220401A@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.