reactos/drivers/filesystems/ntfs
2017-12-31 10:38:58 +01:00
..
attrib.c [NTFS] - Add some helper functions for new features. Add some fixes. Add support for creating an index allocation, splitting a b-tree node, or "demoting" the index root. This allows for file creation without functional limitations. 2017-12-10 11:15:23 +01:00
blockdev.c [NTFS] - Add some minor fixes and improvements: 2017-12-10 11:14:40 +01:00
btree.c [NTFS] Don't leak attributes contextes in the btree management functions 2017-12-31 10:38:58 +01:00
cleanup.c
close.c
CMakeLists.txt [SETUP] Remove FSDs which have broken dismount implementation. 2017-12-17 23:16:01 +01:00
create.c [NTFS] Don't leak memory in case of failure while creating a directory 2017-12-31 10:38:58 +01:00
devctl.c
dirctl.c [NTFS] Fix the FileNamesInformation/FileNameInformation class confusion that was spotted on FastFAT. 2017-12-10 11:25:48 +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] - Refactor to allow the copy of the attribute stored in NTFS_ATTR_CONTEXT to have a dynamic length; change Record member from an NTFS_ATTR_RECORD to a PNTFS_ATTR_RECORD. Rename it pRecord to reinforce the change. Fix some bugs related to the record size changing. 2017-12-10 11:15:11 +01:00
finfo.c [NTFS] - Refactor to allow the copy of the attribute stored in NTFS_ATTR_CONTEXT to have a dynamic length; change Record member from an NTFS_ATTR_RECORD to a PNTFS_ATTR_RECORD. Rename it pRecord to reinforce the change. Fix some bugs related to the record size changing. 2017-12-10 11:15:11 +01:00
fsctl.c [NTFS] - Refactor to allow the copy of the attribute stored in NTFS_ATTR_CONTEXT to have a dynamic length; change Record member from an NTFS_ATTR_RECORD to a PNTFS_ATTR_RECORD. Rename it pRecord to reinforce the change. Fix some bugs related to the record size changing. 2017-12-10 11:15:11 +01:00
mft.c [NTFS] Don't leak memory when reading or writing non-resident attributes 2017-12-31 10:38:58 +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] - Respect NTFS' file ordering when enumerating a directory. Split off part of BrowseIndexEntries() into a separate function to simplify the code. 2017-12-10 11:15:26 +01:00
ntfs.rc
rw.c [NTFS] - Allow for resizing an attribute in the middle of a file record. Add a helper function and minor improvements: 2017-12-10 11:15:13 +01:00
volinfo.c [NTFS] - Allow for resizing an attribute in the middle of a file record. Add a helper function and minor improvements: 2017-12-10 11:15:13 +01:00