From: Linus Torvalds Date: Wed, 13 Aug 2014 23:42:11 +0000 (-0600) Subject: Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifs X-Git-Tag: v3.17-rc1~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89838b80bbbf9774cf010905851db7913c9331f0;p=platform%2Fkernel%2Flinux-stable.git Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifs Pull UBI/UBIFS changes from Artem Bityutskiy: "No significant changes, mostly small fixes here and there. The more important fixes are: - UBI deleted list items while iterating the list with 'list_for_each_entry' - The UBI block driver did not work properly with very large UBI volumes" * tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifs: (21 commits) UBIFS: Add log overlap assertions Revert "UBIFS: add a log overlap assertion" UBI: bugfix in ubi_wl_flush() UBI: block: Avoid disk size integer overflow UBI: block: Set disk_capacity out of the mutex UBI: block: Make ubiblock_resize return something UBIFS: add a log overlap assertion UBIFS: remove unnecessary check UBIFS: remove mst_mutex UBIFS: kernel-doc warning fix UBI: init_volumes: Ignore volumes with no LEBs UBIFS: replace seq_printf by seq_puts UBIFS: replace count*size kzalloc by kcalloc UBIFS: kernel-doc warning fix UBIFS: fix error path in create_default_filesystem() UBIFS: fix spelling of "scanned" UBIFS: fix some comments UBIFS: remove useless @ecc in struct ubifs_scan_leb UBIFS: remove useless statements UBIFS: Add missing break statements in dbg_chk_pnode() ... --- 89838b80bbbf9774cf010905851db7913c9331f0