reactos/drivers/filesystems/ntfs
Trevor Thompson 9dce6f4db1 [NTFS] - Add some improvements to the previous commit, as suggested by Thomas.
svn path=/branches/GSoC_2016/NTFS/; revision=75054
2017-12-10 11:14:27 +01:00
..
attrib.c [NTFS] - Add some improvements to the previous commit, as suggested by Thomas. 2017-12-10 11:14:27 +01:00
blockdev.c
cleanup.c
close.c
CMakeLists.txt
create.c [NTFS] - Add the most basic support for file creation. Expand diagnostic output, especially in NtfsDumpIndexRootAttribute(). Replace an ExFreePool() with ExFreePoolWithTag(). 2017-12-10 11:14:26 +01:00
devctl.c
dirctl.c [NTFS] - Add the most basic support for file creation. Expand diagnostic output, especially in NtfsDumpIndexRootAttribute(). Replace an ExFreePool() with ExFreePoolWithTag(). 2017-12-10 11:14:26 +01:00
dispatch.c [NTFS] - Disable write support by default. Enable it via the registry. 2017-12-10 11:14:22 +01:00
fastio.c
fcb.c [NTFS] 2017-12-10 11:13:25 +01:00
finfo.c [NTFS] - Add support for changing a file's size via SetEndOfFile(): 2017-12-10 11:14:21 +01:00
fsctl.c [NTFS] 2017-12-10 11:13:25 +01:00
mft.c [NTFS] - Add the most basic support for file creation. Expand diagnostic output, especially in NtfsDumpIndexRootAttribute(). Replace an ExFreePool() with ExFreePoolWithTag(). 2017-12-10 11:14:26 +01:00
misc.c
notes.txt
ntfs.c [NTFS] - Disable write support by default. Enable it via the registry. 2017-12-10 11:14:22 +01:00
ntfs.h [NTFS] - Add the most basic support for file creation. Expand diagnostic output, especially in NtfsDumpIndexRootAttribute(). Replace an ExFreePool() with ExFreePoolWithTag(). 2017-12-10 11:14:26 +01:00
ntfs.rc
rw.c [NTFS] - Decrease debug spam 2017-12-10 11:14:24 +01:00
volinfo.c [NTFS] - Expand support for resizing resident attributes and fix NtfsAllocateClusters(). 2017-12-10 11:14:18 +01:00