--- linux-2.6.21logfs/fs/Makefile~logfs 2007-08-08 02:57:37.000000000 +0200 +++ linux-2.6.21logfs/fs/Makefile 2007-08-08 02:57:37.000000000 +0200 @@ -95,6 +95,7 @@ obj-$(CONFIG_NTFS_FS) += ntfs/ obj-$(CONFIG_UFS_FS) += ufs/ obj-$(CONFIG_EFS_FS) += efs/ obj-$(CONFIG_JFFS2_FS) += jffs2/ +obj-$(CONFIG_LOGFS) += logfs/ obj-$(CONFIG_AFFS_FS) += affs/ obj-$(CONFIG_ROMFS_FS) += romfs/ obj-$(CONFIG_QNX4FS_FS) += qnx4/ - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
- [Patch 08/18] fs/logfs/journal.c Jörn Engel
- [Patch 10/18] fs/logfs/memtree.c Jörn Engel
- [Patch 11/18] fs/logfs/readwrite.c Jörn Engel
- [Patch 12/18] fs/logfs/segment.c Jörn Engel
- [Patch 13/18] fs/logfs/super.c Jörn Engel
- [Patch 14/18] fs/logfs/progs/fsck.c Jörn Engel
- [Patch 15/18] fs/logfs/Locking Jörn Engel
- [Patch 16/18] fs/Kconfig Jörn Engel
- Re: [Patch 16/18] fs/Kconfig Arnd Bergmann
- Re: [Patch 16/18] fs/Kconfig Jörn Engel
- [Patch 17/18] fs/Makefile Jörn Engel
- [Patch 18/18] include/linux/Kbuild Jörn Engel
- Re: [Patch 18/18] include/linux/Kbuild Christoph Hellwig
- Re: [Patch 18/18] include/linux/Kbuild Jörn Engel
- Re: [Patch 18/18] include/linux/Kbuild Christoph Hellwig
- Re: [Patch 18/18] include/linux/Kbuild Jörn Engel
- Re: [Patch 18/18] include/linux/Kb... Christoph Hellwig
- Re: LogFS take five Artem Bityutskiy
- Re: LogFS take five Jörn Engel
- Re: LogFS take five Artem Bityutskiy