public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4] Introduced btrfs file-system with btrload command
@ 2013-03-08 18:15 Simon Glass
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2013-03-08 18:15 UTC (permalink / raw)
  To: u-boot

Hi Adnan,

On Fri, Mar 8, 2013 at 3:11 AM, Adnan Ali <adnan.ali@codethink.co.uk> wrote:

> Hi
>
> On 08/03/13 05:03, Simon Glass wrote:
>
>> +U-Boot et al
>>
>> Hi,
>>
>> On Thu, Mar 7, 2013 at 2: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 269ebc845ebc8b46ef4b0be7fa0005**c7fdb95b8d.
>>>
>> Here are some comments, hope it helps.
>>
>     Most of your comments in btrfs.c is about ported code.
>    which we have already discussed to leave it as it for easy
>    of future re sync. I will also wait for others to respond,
>    so that i know what to change before sending other
>    revision of patch.  Please find my comments below
>

Yes, I'm sorry, now I remember that discussion. I think if you can fit it
in to work with the new fs.c changes then all will be well. Please just
take account of my comments that relate to fitting it into U-Boot, and
ignore the ones that concern code style/readability.

Regards,
Simon

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [U-Boot] [PATCH v4] addition of btrfs to u-boot
@ 2013-03-06 17:28 Adnan Ali
  2013-03-06 17:28 ` [U-Boot] [PATCH v4] Introduced btrfs file-system with btrload command Adnan Ali
  0 siblings, 1 reply; 4+ messages in thread
From: Adnan Ali @ 2013-03-06 17:28 UTC (permalink / raw)
  To: u-boot


Adnan Ali (1):
  Introduced btrfs file-system with btrload command

 Makefile                   |    1 +
 common/Makefile            |    1 +
 common/cmd_btr.c           |   65 +++
 fs/btrfs/Makefile          |   51 ++
 fs/btrfs/btrfs.c           | 1209 ++++++++++++++++++++++++++++++++++++++++++++
 fs/btrfs/crc32_c.c         |   54 ++
 fs/fs.c                    |   86 +++-
 include/btrfs.h            |  391 ++++++++++++++
 include/config_fallbacks.h |    4 +
 include/fs.h               |    1 +
 10 files changed, 1860 insertions(+), 3 deletions(-)
 create mode 100644 common/cmd_btr.c
 create mode 100644 fs/btrfs/Makefile
 create mode 100644 fs/btrfs/btrfs.c
 create mode 100644 fs/btrfs/crc32_c.c
 create mode 100644 include/btrfs.h

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-08 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1362652546-13481-1-git-send-email-adnan.ali@codethink.co.uk>
     [not found] ` <1362652546-13481-2-git-send-email-adnan.ali@codethink.co.uk>
2013-03-08  5:03   ` [U-Boot] [PATCH v4] Introduced btrfs file-system with btrload command Simon Glass
2013-03-08 11:11     ` Adnan Ali
2013-03-08 18:15 Simon Glass
  -- strict thread matches above, loose matches on Subject: below --
2013-03-06 17:28 [U-Boot] [PATCH v4] addition of btrfs to u-boot Adnan Ali
2013-03-06 17:28 ` [U-Boot] [PATCH v4] Introduced btrfs file-system with btrload command Adnan Ali

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox