mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* fs mounting patches
@ 2013-09-29 10:04 Sascha Hauer
  2013-09-29 10:04 ` [PATCH 1/9] copy_file: Add missing O_TRUNC Sascha Hauer
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Sascha Hauer @ 2013-09-29 10:04 UTC (permalink / raw)
  To: barebox

This makes the mount command more versatile and informative.

----------------------------------------------------------------
Sascha Hauer (9):
      copy_file: Add missing O_TRUNC
      fs: cleanup backingstore handling
      mount: print backingstore instead of dev_name
      fs: use bus_for_each_driver
      fs: remove unused field 'name' from struct fs_driver_d
      mount: implement -v option to print available filesystems
      fs: add cdev mount helpers
      mount: Allow to mount all available partitions
      mount: use standard mountpath if path is ommitted

 commands/mount.c      |  66 +++++++++++++++++++++++++-----
 fs/cramfs/cramfs.c    |  18 +++++----
 fs/ext4/ext_barebox.c |  14 ++-----
 fs/fat/fat.c          |  17 ++------
 fs/fs.c               | 110 ++++++++++++++++++++++++++++++++++++++++++++------
 fs/ubifs/ubifs.c      |  16 +++-----
 include/fs.h          |   7 +++-
 lib/copy_file.c       |   2 +-
 8 files changed, 186 insertions(+), 64 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-09-29 10:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-29 10:04 fs mounting patches Sascha Hauer
2013-09-29 10:04 ` [PATCH 1/9] copy_file: Add missing O_TRUNC Sascha Hauer
2013-09-29 10:04 ` [PATCH 2/9] fs: cleanup backingstore handling Sascha Hauer
2013-09-29 10:04 ` [PATCH 3/9] mount: print backingstore instead of dev_name Sascha Hauer
2013-09-29 10:04 ` [PATCH 4/9] fs: use bus_for_each_driver Sascha Hauer
2013-09-29 10:04 ` [PATCH 5/9] fs: remove unused field 'name' from struct fs_driver_d Sascha Hauer
2013-09-29 10:04 ` [PATCH 6/9] mount: implement -v option to print available filesystems Sascha Hauer
2013-09-29 10:04 ` [PATCH 7/9] fs: add cdev mount helpers Sascha Hauer
2013-09-29 10:04 ` [PATCH 8/9] mount: Allow to mount all available partitions Sascha Hauer
2013-09-29 10:05 ` [PATCH 9/9] mount: use standard mountpath if path is ommitted Sascha Hauer

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