From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from www84.your-server.de ([213.133.104.84]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1Pf7Ul-0005Jm-SM for linux-mtd@lists.infradead.org; Tue, 18 Jan 2011 09:05:00 +0000 From: stefani@seibold.net To: dedekind1@gmail.com, linux-mtd@lists.infradead.org, dwmw2@infradead.org, Artem.Bityutskiy@nokia.com Subject: [PATCH 0/2] v3: new tuneubifs command to adjust tunable filesystem parameters on ubifs Date: Tue, 18 Jan 2011 10:04:23 +0100 Message-Id: <1295341465-2468-1-git-send-email-stefani@seibold.net> Cc: Stefani Seibold List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Stefani Seibold ChangeLog: 31.12.2010 first proposal 18.01.2011 fixes suggested by Artem: - fix help message - rename the tool into tuneubifs - rename mkfs.ubifs" directory into "ubifs-utils" - move the tool to ubifs-utils/tuneubifs - code cleanup 18.01.2011 split the patch into a rename and a add patch tuneubifs allows the system administrator to adjust various tunable filesystem parameters on Linux ubifs filesystems. The current values of these parameters can be displayed by using the -v or calling without any option. Currently the tuneubifs supports the following parameters: -x, --compr= compression type -R, --reserved=SIZE how much space should be reserved for super-user Maybe it will be nice to adjust also the uid and gid of the reserved owner, or the increase the max. size of the ubi filesystem. This will be very simple to implement. Signed-off-by: Stefani Seibold