From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Landley Subject: [PATCH 0/5] initmpfs v2: use tmpfs instead of ramfs for rootfs Date: Tue, 16 Jul 2013 16:45:15 -0700 (PDT) Message-ID: <1374018312.366617@landley.net> Cc: Alexander Viro ,Al Viro ,Andrew Morton ,"Eric W. Biederman" ,Greg Kroah-Hartman ,Hugh Dickins ,Jeff Layton ,Jens Axboe ,Jim Cromie ,linux-fsdevel@vger.kernel.org,linux-mm@kvack.org,Rusty Russell ,Sam Ravnborg ,Stephen Warren To: linux-kernel@vger.kernel.org Return-path: Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org Use tmpfs for rootfs when CONFIG_TMPFS=y and there's no root=. Specify rootfstype=ramfs to get the old initramfs behavior. The previous initramfs code provided a fairly crappy root filesystem: didn't let you --bind mount directories out of it, reported zero size/usage so it didn't show up in "df" and couldn't run things like rpm that query available space before proceeding, would fill up all available memory and panic the system if you wrote too much to it... Using tmpfs instead provides a much better root filesystem. Changes from v1: use test_and_set_bit() for "once" logic. Changes from this morning's send: none, just hopefully not screwing up the message-id this time trying to make it a reply to another message via cut and paste... -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org