[ros-diffs] [arty] 44247: Move in Sylvain Petreolle and Pierre Schweizer's import of matt wu's excellent ext3 driver and deprecate the older ext2 driver. The old one served as an excellent test case and model for the way filesystems use Cc.

arty at svn.reactos.org arty at svn.reactos.org
Sat Nov 21 06:17:38 CET 2009


Author: arty
Date: Sat Nov 21 06:17:38 2009
New Revision: 44247

URL: http://svn.reactos.org/svn/reactos?rev=44247&view=rev
Log:
Move in Sylvain Petreolle and Pierre Schweizer's import of matt wu's excellent ext3
driver and deprecate the older ext2 driver.  The old one served as an excellent test
case and model for the way filesystems use Cc.

Added:
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/COPYRIGHT.TXT   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/DDKBuild.bat   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/DIRS   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/Ext2fsd.reg   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/Ext3Fsd.rbuild   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/Ext3Fsd.rc   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/FAQ.txt   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/block.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/cleanup.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/close.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/cmcb.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/create.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/debug.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/devctl.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/dirctl.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/dispatch.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/except.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/MAKEFILE   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/Sources   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/generic.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/objfre_w2K_x86/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/objfre_w2K_x86/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/objfre_wnet_AMD64/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/objfre_wnet_AMD64/amd64/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/objfre_wnet_x86/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/objfre_wnet_x86/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/recover.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3fsd.dsp   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3fsd.dsw   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/fastio.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/fileinfo.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/flush.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/fsctl.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/page.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/semaphore.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/uaccess.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/common.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/ext2fs.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/bit_spinlock.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/bitops.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/buffer_head.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/config.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/debugfs.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/errno.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext2_fs.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_fs.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_fs_i.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_fs_sb.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_jbd.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/freezer.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/fs.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/highmem.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/init.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/jbd.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/journal-head.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/kernel.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/kthread.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/list.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/lockdep.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/log2.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/magic.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/mm.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/module.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/mutex.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/nls.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/pagemap.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/poison.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/proc_fs.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/sched.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/slab.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/spinlock.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/stddef.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/string.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/time.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/timer.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/types.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/version.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/ntifs.gnu.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/resource.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/init.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/MAKEFILE   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/Sources   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/jbd.dsp   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/objfre_w2K_x86/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/objfre_w2K_x86/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/objfre_wnet_AMD64/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/objfre_wnet_AMD64/amd64/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/objfre_wnet_x86/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/objfre_wnet_x86/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/recovery.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/replay.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/revoke.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/linux.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/lock.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/memory.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/misc.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/MAKEFILE   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/Sources   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_ascii.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_base.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp1250.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp1251.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp1255.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp437.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp737.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp775.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp850.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp852.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp855.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp857.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp860.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp861.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp862.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp863.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp864.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp865.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp866.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp869.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp874.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp932.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp936.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp949.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp950.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_euc-jp.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-1.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-13.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-14.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-15.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-2.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-3.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-4.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-5.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-6.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-7.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-9.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_koi8-r.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_koi8-ru.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_koi8-u.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_utf8.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/objfre_w2K_x86/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/objfre_w2K_x86/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/objfre_wnet_AMD64/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/objfre_wnet_AMD64/amd64/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/objfre_wnet_x86/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/objfre_wnet_x86/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/notes.txt   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/pnp.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/read.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/readme.txt   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/resource.h   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/shutdown.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/MAKEFILE   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/Sources   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/objfre_w2K_x86/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/objfre_w2K_x86/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/objfre_wnet_AMD64/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/objfre_wnet_AMD64/amd64/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/objfre_wnet_x86/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/objfre_wnet_x86/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/volinfo.c   (with props)
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/win2k/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/win2k/fre/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/win2k/fre/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/winnet/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/winnet/fre/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/winnet/fre/amd64/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/winnet/fre/i386/
    branches/arty-newcc/drivers/filesystems/Ext3Fsd/write.c   (with props)
Removed:
    branches/arty-newcc/drivers/filesystems/ext2/
Modified:
    branches/arty-newcc/drivers/filesystems/directory.rbuild

[This mail would be too long, it was shortened to contain the URLs only.]

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/COPYRIGHT.TXT
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/COPYRIGHT.TXT?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/DDKBuild.bat
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/DDKBuild.bat?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/DIRS
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/DIRS?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/Ext2fsd.reg
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/Ext2fsd.reg?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/Ext3Fsd.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/Ext3Fsd.rbuild?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/Ext3Fsd.rc
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/Ext3Fsd.rc?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/FAQ.txt
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/FAQ.txt?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/block.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/block.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/cleanup.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/cleanup.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/close.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/close.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/cmcb.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/cmcb.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/create.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/create.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/debug.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/debug.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/devctl.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/devctl.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/dirctl.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/dirctl.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/dispatch.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/dispatch.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/except.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/except.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/MAKEFILE
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/MAKEFILE?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/Sources
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/Sources?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/generic.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/generic.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/recover.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3/recover.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3fsd.dsp
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3fsd.dsp?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3fsd.dsw
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/ext3fsd.dsw?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/fastio.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/fastio.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/fileinfo.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/fileinfo.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/flush.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/flush.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/fsctl.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/fsctl.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/page.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/page.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/semaphore.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/semaphore.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/uaccess.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/asm/uaccess.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/common.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/common.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/ext2fs.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/ext2fs.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/bit_spinlock.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/bit_spinlock.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/bitops.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/bitops.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/buffer_head.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/buffer_head.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/config.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/config.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/debugfs.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/debugfs.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/errno.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/errno.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext2_fs.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext2_fs.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_fs.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_fs.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_fs_i.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_fs_i.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_fs_sb.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_fs_sb.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_jbd.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/ext3_jbd.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/freezer.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/freezer.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/fs.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/fs.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/highmem.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/highmem.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/init.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/init.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/jbd.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/jbd.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/journal-head.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/journal-head.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/kernel.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/kernel.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/kthread.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/kthread.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/list.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/list.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/lockdep.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/lockdep.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/log2.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/log2.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/magic.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/magic.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/mm.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/mm.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/module.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/module.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/mutex.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/mutex.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/nls.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/nls.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/pagemap.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/pagemap.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/poison.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/poison.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/proc_fs.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/proc_fs.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/sched.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/sched.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/slab.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/slab.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/spinlock.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/spinlock.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/stddef.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/stddef.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/string.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/string.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/time.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/time.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/timer.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/timer.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/types.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/types.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/version.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/linux/version.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/ntifs.gnu.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/ntifs.gnu.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/resource.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/include/resource.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/init.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/init.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/MAKEFILE
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/MAKEFILE?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/Sources
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/Sources?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/jbd.dsp
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/jbd.dsp?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/recovery.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/recovery.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/replay.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/replay.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/revoke.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/jbd/revoke.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/linux.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/linux.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/lock.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/lock.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/memory.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/memory.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/misc.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/misc.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/MAKEFILE
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/MAKEFILE?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/Sources
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/Sources?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_ascii.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_ascii.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_base.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_base.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp1250.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp1250.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp1251.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp1251.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp1255.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp1255.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp437.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp437.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp737.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp737.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp775.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp775.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp850.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp850.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp852.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp852.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp855.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp855.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp857.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp857.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp860.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp860.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp861.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp861.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp862.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp862.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp863.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp863.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp864.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp864.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp865.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp865.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp866.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp866.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp869.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp869.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp874.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp874.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp932.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp932.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp936.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp936.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp949.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp949.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp950.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_cp950.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_euc-jp.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_euc-jp.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-1.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-1.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-13.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-13.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-14.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-14.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-15.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-15.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-2.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-2.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-3.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-3.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-4.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-4.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-5.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-5.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-6.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-6.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-7.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-7.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-9.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_iso8859-9.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_koi8-r.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_koi8-r.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_koi8-ru.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_koi8-ru.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_koi8-u.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_koi8-u.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_utf8.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/nls/nls_utf8.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/notes.txt
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/notes.txt?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/pnp.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/pnp.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/read.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/read.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/readme.txt
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/readme.txt?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/resource.h
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/resource.h?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/shutdown.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/shutdown.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/MAKEFILE
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/MAKEFILE?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/Sources
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/sys/Sources?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/volinfo.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/volinfo.c?rev=44247&view=auto

Added: branches/arty-newcc/drivers/filesystems/Ext3Fsd/write.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/Ext3Fsd/write.c?rev=44247&view=auto

Modified: branches/arty-newcc/drivers/filesystems/directory.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/directory.rbuild?rev=44247&r1=44246&r2=44247&view=diff




More information about the Ros-diffs mailing list