From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: fs mounting patches
Date: Sun, 29 Sep 2013 12:04:51 +0200 [thread overview]
Message-ID: <1380449100-6295-1-git-send-email-s.hauer@pengutronix.de> (raw)
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
next reply other threads:[~2013-09-29 10:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-29 10:04 Sascha Hauer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1380449100-6295-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox