mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Let ubiformat umount / detach users
@ 2016-03-15 11:22 Sascha Hauer
  2016-03-15 11:22 ` [PATCH 1/8] fs: umount based on device path and mount path Sascha Hauer
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sascha Hauer @ 2016-03-15 11:22 UTC (permalink / raw)
  To: Barebox List

This is a rebase of the series Markus sent earlier on the recent
ubiformat changes.

Sascha

----------------------------------------------------------------
Markus Pargmann (3):
      fs: umount based on device path and mount path
      fs: Add for_each_fs_device_safe()
      ubiformat: Cleanly umount and detach the ubi before formating

Sascha Hauer (5):
      mtd: ubi: rename cdev.c to barebox.c
      mtd: ubi: make ubi_detach_mtd_dev ubi internal
      mtd: ubi: umount mounted volumes before detaching a ubi device
      mtd: ubi: Add function to get ubi number from mtd device
      commands: ubidetach: Allow mtd devices as argument

 commands/ubi.c                        | 30 +++++++++++++++---
 commands/ubiformat.c                  | 24 +++++++++++++--
 commands/umount.c                     |  2 +-
 drivers/mtd/ubi/Makefile              |  2 +-
 drivers/mtd/ubi/{cdev.c => barebox.c} | 57 +++++++++++++++++++++++++++++++++++
 drivers/mtd/ubi/ubi.h                 |  1 +
 fs/fs.c                               | 48 +++++++++++++++++++++++++++--
 include/fs.h                          |  2 ++
 include/mtd/ubi-user.h                |  3 +-
 9 files changed, 157 insertions(+), 12 deletions(-)
 rename drivers/mtd/ubi/{cdev.c => barebox.c} (83%)

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

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

end of thread, other threads:[~2016-03-15 11:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15 11:22 Let ubiformat umount / detach users Sascha Hauer
2016-03-15 11:22 ` [PATCH 1/8] fs: umount based on device path and mount path Sascha Hauer
2016-03-15 11:22 ` [PATCH 2/8] fs: Add for_each_fs_device_safe() Sascha Hauer
2016-03-15 11:22 ` [PATCH 3/8] mtd: ubi: rename cdev.c to barebox.c Sascha Hauer
2016-03-15 11:22 ` [PATCH 4/8] mtd: ubi: make ubi_detach_mtd_dev ubi internal Sascha Hauer
2016-03-15 11:22 ` [PATCH 5/8] mtd: ubi: umount mounted volumes before detaching a ubi device Sascha Hauer
2016-03-15 11:22 ` [PATCH 6/8] mtd: ubi: Add function to get ubi number from mtd device Sascha Hauer
2016-03-15 11:22 ` [PATCH 7/8] commands: ubidetach: Allow mtd devices as argument Sascha Hauer
2016-03-15 11:22 ` [PATCH 8/8] ubiformat: Cleanly umount and detach the ubi before formating Sascha Hauer

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