reactos/drivers/filesystems/ntfs
Trevor Thompson 7f762aac01 [NTFS] - Add support for changing a file's size via SetEndOfFile():
-Handle IRP_MJ_SET_INFORMATION IRP requests.
+NtfsSetEndOfFile() - Sets the end of file (file size) for a given file.
+NtfsSetInformation() - Sets the specified file information. At this point, only FileEndOfFileInformation is fully implemented. FileAllocationInformation is handled the same way and not truly implemented, but this works well enough for SetEndOfFile().
Overwriting a file in NTFS should now work in the majority of use cases.

svn path=/branches/GSoC_2016/NTFS/; revision=74675
2017-12-10 11:14:21 +01:00
..
attrib.c [NTFS] - Commit early results of a small restructuring effort: 2017-12-10 11:14:16 +01:00
blockdev.c
cleanup.c
close.c
CMakeLists.txt
create.c [NTFS] Add support for creating new MFT entries: 2017-12-10 11:14:14 +01:00
devctl.c
dirctl.c [NTFS] 2017-12-10 11:13:25 +01:00
dispatch.c [NTFS] - Add support for changing a file's size via SetEndOfFile(): 2017-12-10 11:14:21 +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] - Fix a bug with last commit, as spotted by Pierre. 2017-12-10 11:14:19 +01:00
misc.c
notes.txt
ntfs.c [NTFS] - Add support for changing a file's size via SetEndOfFile(): 2017-12-10 11:14:21 +01:00
ntfs.h [NTFS] - Add support for changing a file's size via SetEndOfFile(): 2017-12-10 11:14:21 +01:00
ntfs.rc
rw.c [NTFS] - Commit early results of a small restructuring effort: 2017-12-10 11:14:16 +01:00
volinfo.c [NTFS] - Expand support for resizing resident attributes and fix NtfsAllocateClusters(). 2017-12-10 11:14:18 +01:00