- 17 Dec, 2009 1 commit
-
-
Linus Torvalds authored
This reverts commit e4c570c4 , as requested by Alexey: "I think I gave a good enough arguments to not merge it. To iterate: * patch makes impossible to start using ext3 on EXT3_FS=n kernels without reboot. * this is done only for one pointer on task_struct" None of config options which define task_struct are tristate directly or effectively." Requested-by:
Alexey Dobriyan <adobriyan@gmail.com> Acked-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 15 Dec, 2009 1 commit
-
-
Hiroshi Shimamoto authored
journal_info in task_struct is used in journaling file system only. So introduce CONFIG_FS_JOURNAL_INFO and make it conditional. Signed-off-by:
Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Cc: Chris Mason <chris.mason@oracle.com> Cc: "Theodore Ts'o" <tytso@mit.edu> Cc: Steven Whitehouse <swhiteho@redhat.com> Cc: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 21 Dec, 2009 1 commit
-
-
David Howells authored
Don't offer to build ext2/3 support into ext4 if ext4 itself is not configured on. Signed-off-by:
David Howells <dhowells@redhat.com> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 10 Dec, 2009 1 commit
-
-
Theodore Ts'o authored
The CONFIG_EXT4_USE_FOR_EXT23 option must not try to take over the ext2 or ext3 file systems if the those file system drivers are configured to be built as mdoules. Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 07 Dec, 2009 1 commit
-
-
Theodore Ts'o authored
Add a new config option, CONFIG_EXT4_USE_FOR_EXT23 which if enabled, will cause ext4 to be used for either ext2 or ext3 file system mounts when ext2 or ext3 is not enabled in the configuration. This allows minimalist kernel fanatics to drop to file system drivers from their compiled kernel with out losing functionality. Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 01 Oct, 2009 1 commit
-
-
Eric Sandeen authored
Kconfig & super.c promised it'd be gone by 2.6.31, so it's about time to drop it. Signed-off-by:
Eric Sandeen <sandeen@redhat.com> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 18 Sep, 2009 1 commit
-
-
Theodore Ts'o authored
Allow mballoc debugging to be enabled at run-time instead of just at compile time. Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 28 Jul, 2009 1 commit
-
-
Manish Katiyar authored
Signed-off-by:
Manish Katiyar <mkatiyar@gmail.com> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 30 Mar, 2009 1 commit
-
-
Matt LaPlante authored
Signed-off-by:
Matt LaPlante <kernel1@cyberdogtech.com> Acked-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Jiri Kosina <jkosina@suse.cz>
-
- 20 Oct, 2008 1 commit
-
-
Alexey Dobriyan authored
Use fs/*/Kconfig more, which is good because everything related to one filesystem is in one place and fs/Kconfig is quite fat. Signed-off-by:
Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-