| Submitter | Stefan Roese |
|---|---|
| Date | Dec. 3, 2010, 3:59 p.m. |
| Message ID | <201012031659.31080.sr@denx.de> |
| Download | mbox |
| Permalink | /patch/74160/ |
| State | Accepted |
| Headers | show |
Pull-request
git://www.denx.de/git/u-boot-ubi.git masterComments
Hi Wolfgang, On Friday 03 December 2010 16:59:31 Stefan Roese wrote: > The following changes since commit > 49733aa0b9d29803384ad4bce74985f4bbe7e9aa: > > Merge branch 'master' of /home/wd/git/u-boot/custodians (2010-11-30 > 22:13:32 +0100) > > are available in the git repository at: > > git://www.denx.de/git/u-boot-ubi.git master Sorry, please wait with pulling. I've noticed a problem with one of the patches and will publish an updated version shortly. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
Hi Wolfgang, The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa: Merge branch 'master' of /home/wd/git/u-boot/custodians (2010-11-30 22:13:32 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-ubi.git master Ricardo Ribalda Delgado (1): ubifs.c: BUG: Error following links Stefan Roese (4): UBIFS: Add ubifsumount command to unmount an active volume UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output UBIFS: Change ubifsload to not read beyond the requested size UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition change common/cmd_ubi.c | 11 ++++++++ common/cmd_ubifs.c | 47 ++++++++++++++++++++++++++++++++- fs/ubifs/super.c | 2 +- fs/ubifs/ubifs.c | 73 ++++++++++++++++++++++++++++++++++++++++++---------- 4 files changed, 117 insertions(+), 16 deletions(-)