U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Adnan Ali <adnan.ali@codethink.co.uk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v7] Introduced btrfs file-system with btrload command
Date: Fri, 15 Mar 2013 10:49:39 +0000	[thread overview]
Message-ID: <5142FCC3.2080609@codethink.co.uk> (raw)
In-Reply-To: <CAPnjgZ0MUSAb2im=47Rc3voncm2pR7_sGf1bqyhfXQhG5AJFAQ@mail.gmail.com>

Hi

On 15/03/13 00:00, Simon Glass wrote:
> Hi,
>
> On Thu, Mar 14, 2013 at 5:35 AM, Adnan Ali <adnan.ali@codethink.co.uk> wrote:
>> Introduces btrfs file-system to read file from
>> volume/sub-volumes with btrload command. This
>> implementation has read-only support.
>> This btrfs implementation is based on syslinux btrfs
>> code, commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d.
>>
>> v7:     patch re-formated.
>> v6:     patch re-formated.
>> v5:     merged with master.
>> v4:     btrls command added.
>>
>> Signed-off-by: Adnan Ali <adnan.ali@codethink.co.uk>
> This is close enough I think. You shouldn't have 'char' return values
> on the fs.h interface functions, and no blank line after 'return'. I
> will leave it to Tom to see if he is happy with the command
> parameters.
>
> Thanks.
>
> Acked-by: Simon Glass <sjg@chromium.org>

    Thanks ;)


>
>> ---
>>   Makefile                   |    1 +
>>   common/Makefile            |    1 +
>>   common/cmd_btr.c           |   65 +++
>>   fs/btrfs/Makefile          |   51 ++
>>   fs/btrfs/btrfs.c           | 1357 ++++++++++++++++++++++++++++++++++++++++++++
>>   fs/fs.c                    |   10 +
>>   include/btrfs.h            |  416 ++++++++++++++
>>   include/config_fallbacks.h |    4 +
>>   include/crc.h              |    8 +
>>   include/fs.h               |    1 +
>>   lib/Makefile               |    1 +
>>   lib/crc32_c.c              |   40 ++
>>   12 files changed, 1955 insertions(+)
>>   create mode 100644 common/cmd_btr.c
>>   create mode 100644 fs/btrfs/Makefile
>>   create mode 100644 fs/btrfs/btrfs.c
>>   create mode 100644 include/btrfs.h
>>   create mode 100644 lib/crc32_c.c
>>

Thanks

Adnan Ali

  reply	other threads:[~2013-03-15 10:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-14 12:35 [U-Boot] [PATCH v7] Addition of btrfs file-system in U-boot Adnan Ali
2013-03-14 12:35 ` [U-Boot] [PATCH v7] Introduced btrfs file-system with btrload command Adnan Ali
2013-03-15  0:00   ` Simon Glass
2013-03-15 10:49     ` Adnan Ali [this message]
2013-03-15 13:58   ` Tom Rini

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=5142FCC3.2080609@codethink.co.uk \
    --to=adnan.ali@codethink.co.uk \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox