From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zn6jQ-0003L9-2P for linux-mtd@lists.infradead.org; Fri, 16 Oct 2015 15:15:44 +0000 From: Marc Kleine-Budde To: linux-mtd@lists.infradead.org Cc: kernel@pengutronix.de Subject: [PATCH 0/5] mkfs.ubifs: cleanups + extended attribute support Date: Fri, 16 Oct 2015 17:15:14 +0200 Message-Id: <1445008519-19928-1-git-send-email-mkl@pengutronix.de> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello, this series applies to current git master. The first 3 patches are cleanup patches, in the 4th adds extended attributes support. Patch 5 adds a option to write the used inode number to a extended attribute, so that other offline tools like IMA, that process the inode number can work. See description of patch 5 for a detailed explanation. regards, Marc