From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.nokia.com ([192.100.122.233] helo=mgw-mx06.nokia.com) by bombadil.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1Oi2db-0003DP-9U for linux-mtd@lists.infradead.org; Sun, 08 Aug 2010 09:57:51 +0000 From: Artem Bityutskiy To: linux-mtd@lists.infradead.org Subject: [PATCHv2 0/9] UBIFS: recent patches Date: Sun, 8 Aug 2010 12:57:23 +0300 Message-Id: <1281261452-9868-1-git-send-email-dedekind1@gmail.com> Cc: Matthieu CASTET , Adrian Hunter List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, here are re-workded patches. The GC fix patch is thrown out because it is "ballocs". The scanning code is fixed. And I found out the real reason of assertions in 'list_sort()'s 'cmp()' function. This vesrsion should be better. Pushed to ubifs-2.6.git / master.