All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v8] Addition of btrfs file-system to U-boot
@ 2013-03-18 13:23 Adnan Ali
  2013-03-18 13:23 ` [U-Boot] [PATCH v8] Introduced btrfs file-system with btrload command Adnan Ali
  0 siblings, 1 reply; 5+ messages in thread
From: Adnan Ali @ 2013-03-18 13:23 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           | 1352 ++++++++++++++++++++++++++++++++++++++++++++
 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, 1950 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

-- 
1.7.9.5

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-18 13:23 [U-Boot] [PATCH v8] Addition of btrfs file-system to U-boot Adnan Ali
2013-03-18 13:23 ` [U-Boot] [PATCH v8] Introduced btrfs file-system with btrload command Adnan Ali
2013-03-19 14:35   ` Tom Rini
2013-03-19 15:25     ` Adnan Ali
2013-03-19 15:28       ` Tom Rini

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.