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

-- 
1.7.9.5

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2013-03-15 13:58   ` 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.