public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] btrfs support in uboot
@ 2013-02-13 18:07 Adnan Ali
  2013-02-13 18:07 ` [U-Boot] [PATCH] Introduced btrfs file-system with btrload command Adnan Ali
  0 siblings, 1 reply; 5+ messages in thread
From: Adnan Ali @ 2013-02-13 18:07 UTC (permalink / raw)
  To: u-boot


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

 Makefile          |    3 +-
 common/Makefile   |    1 +
 common/cmd_btr.c  |   52 +++
 fs/btrfs/Makefile |   51 +++
 fs/btrfs/btrfs.c  | 1131 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/fs.c           |  117 +++++-
 include/btrfs.h   |  398 +++++++++++++++++++
 include/crc32c.h  |   48 +++
 include/fs.h      |    1 +
 9 files changed, 1782 insertions(+), 20 deletions(-)
 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 include/crc32c.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-02-14 10:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-13 18:07 [U-Boot] [PATCH] btrfs support in uboot Adnan Ali
2013-02-13 18:07 ` [U-Boot] [PATCH] Introduced btrfs file-system with btrload command Adnan Ali
2013-02-14 10:20   ` Otavio Salvador
2013-02-14 10:42     ` Stefan Roese
2013-02-14 10:59       ` Adnan Ali

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