mbox

[U-Boot] Please pull u-boot-ubi/master (update)

Message ID 201012041102.07290.sr@denx.de
State Accepted
Headers show

Pull-request

git://www.denx.de/git/u-boot-ubi.git master

Message

Stefan Roese Dec. 4, 2010, 10:02 a.m. UTC
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   |   15 ++++++++++
 common/cmd_ubifs.c |   47 ++++++++++++++++++++++++++++++++-
 fs/ubifs/super.c   |    2 +-
 fs/ubifs/ubifs.c   |   73 ++++++++++++++++++++++++++++++++++++++++++----------
 4 files changed, 121 insertions(+), 16 deletions(-)

Comments

Wolfgang Denk Dec. 6, 2010, 10:44 p.m. UTC | #1
Dear Stefan Roese,

In message <201012041102.07290.sr@denx.de> you 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
> 
> 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   |   15 ++++++++++
>  common/cmd_ubifs.c |   47 ++++++++++++++++++++++++++++++++-
>  fs/ubifs/super.c   |    2 +-
>  fs/ubifs/ubifs.c   |   73 ++++++++++++++++++++++++++++++++++++++++++----------
>  4 files changed, 121 insertions(+), 16 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk