Prev: ext4: Don't send extra barrier during fsync if there are no dirty pages.
Next: GFS2: Pull request (merge window)
From: Artem Bityutskiy on 3 Aug 2010 05:10 Hi Linus, please UBI changes. The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e: Linux 2.6.35-rc1 (2010-05-30 13:21:02 -0700) are available in the git repository at: git://git.infradead.org/ubi-2.6.git linux-next Artem Bityutskiy (8): UBI: simplify IO error codes UBI: introduce a new IO return code UBI: introduce eraseblock counter variables UBI: improve corrupted flash handling UBI: improve ECC error message UBI: fix error message and compilation warnings UBI: do not print message about corruptes PEBs if we have none of them UBI: do not warn unnecessarily Brijesh Singh (1): UBI: improve delete-compatible volumes handling Matthieu CASTET (1): UBI: generate random image_seq when formatting MTD devices drivers/mtd/ubi/build.c | 3 +- drivers/mtd/ubi/eba.c | 49 +++++++++++++++-- drivers/mtd/ubi/io.c | 60 ++++++++++++---------- drivers/mtd/ubi/scan.c | 131 ++++++++++++++++++++++++++++++++++++----------- drivers/mtd/ubi/scan.h | 19 +++++-- drivers/mtd/ubi/ubi.h | 10 ++-- 6 files changed, 198 insertions(+), 74 deletions(-) Thanks, Artem. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |