reactos/drivers/filesystems/ntfs
Trevor Thompson 38c947b7ab [NTFS] - Add some minor fixes and improvements:
Improve, add, or fix some DPRINTs. In particular, ULONG's should use %lu, not %u. Also, don't be silent about filesystem corruption.
NtfsFindMftRecord() - move CaseSensitive parameter before output parameter in parameter list.

svn path=/branches/GSoC_2016/NTFS/; revision=75199
2017-12-10 11:14:40 +01:00
..
attrib.c [NTFS] - Add some minor fixes and improvements: 2017-12-10 11:14:40 +01:00
blockdev.c [NTFS] - Add some minor fixes and improvements: 2017-12-10 11:14:40 +01:00
cleanup.c
close.c
CMakeLists.txt
create.c [NTFS] - Fix a mistake with AddFileName() from my last commit. Also, move CaseSensitive parameter before output parameters in the parameter list of several functions. 2017-12-10 11:14:35 +01:00
devctl.c
dirctl.c [NTFS] - In the NtfsAddFilenameToDirectory() function, rename DirectoryContext parameter to the more descriptive, and accurate, IndexRootContext (to simplify the next commit). 2017-12-10 11:14:37 +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] - Fix a mistake with AddFileName() from my last commit. Also, move CaseSensitive parameter before output parameters in the parameter list of several functions. 2017-12-10 11:14:35 +01:00
finfo.c [NTFS] - Fix POSIX rules. Fix accessing long filenames created in Windows when 8dot3 name creation is disabled. 2017-12-10 11:14:34 +01:00
fsctl.c [NTFS] - Restructure some code in preparation for the next commit: 2017-12-10 11:14:29 +01:00
mft.c [NTFS] - Add some minor fixes and improvements: 2017-12-10 11:14:40 +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 some minor fixes and improvements: 2017-12-10 11:14:40 +01:00
ntfs.rc
rw.c [NTFS] - Add some minor fixes and improvements: 2017-12-10 11:14:40 +01:00
volinfo.c [NTFS] - Expand support for resizing resident attributes and fix NtfsAllocateClusters(). 2017-12-10 11:14:18 +01:00