All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2 v12] Btrfs filesystem port to U-boot
@ 2013-05-04  9:41 Adnan Ali
  2013-05-04  9:41 ` [U-Boot] [PATCH 1/2 v12] Enable Btrfs support in mx53loco config Adnan Ali
  2013-05-04  9:41 ` [U-Boot] [PATCH 2/2 v12] Introduced btrfs file-system with btrload command Adnan Ali
  0 siblings, 2 replies; 10+ messages in thread
From: Adnan Ali @ 2013-05-04  9:41 UTC (permalink / raw)
  To: u-boot


Adnan Ali (2):
  Enable btrfs support in mx53loco config
  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           | 1347 ++++++++++++++++++++++++++++++++++++++++++++
 fs/fs.c                    |   10 +
 include/btrfs.h            |  416 ++++++++++++++
 include/config_fallbacks.h |    4 +
 include/configs/mx53loco.h |    4 +-
 include/crc.h              |    8 +
 include/fs.h               |    1 +
 lib/Makefile               |    1 +
 lib/crc32_c.c              |   40 ++
 13 files changed, 1948 insertions(+), 1 deletion(-)
 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] 10+ messages in thread

end of thread, other threads:[~2013-05-12 18:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-04  9:41 [U-Boot] [PATCH 0/2 v12] Btrfs filesystem port to U-boot Adnan Ali
2013-05-04  9:41 ` [U-Boot] [PATCH 1/2 v12] Enable Btrfs support in mx53loco config Adnan Ali
2013-05-04  9:41 ` [U-Boot] [PATCH 2/2 v12] Introduced btrfs file-system with btrload command Adnan Ali
2013-05-05  7:28   ` Wolfgang Denk
2013-05-05 14:52     ` Tom Rini
2013-05-05 15:15       ` Wolfgang Denk
2013-05-09 14:55         ` Adnan Ali
2013-05-09 21:43           ` Wolfgang Denk
2013-05-12 12:00             ` Adnan Ali
2013-05-12 18:20               ` Wolfgang Denk

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.