# GSoC NTFS 2017 Update 10

DevFeed: [GSoC NTFS 2017 Update 10](<https://devfeed.tech/articles/gsoc-ntfs-2017-update-10-32815.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/gsoc-ntfs-2017-update-10/>)

Published: 2017-08-19T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [file](<https://devfeed.tech/topics/file.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [2017](<https://devfeed.tech/tags/2017.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [files](<https://devfeed.tech/tags/files.md>), [free](<https://devfeed.tech/tags/free.md>), [gsoc](<https://devfeed.tech/tags/gsoc.md>), [logging](<https://devfeed.tech/tags/logging.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

## AI overview

This ReactOS GSoC 2017 update reports progress on NTFS file creation. B-tree node splitting is working in ReactOS, but further debugging is needed because Windows encounters problems after roughly 120 files created in ReactOS. File deletion is no longer expected to fit within the GSoC schedule.

## Source excerpt

Home stretch! Just a matter of days before Google opens up the GSoC final submission! I'll be using every minute I have available to me in the interim. Splitting A B-Tree Node Have I finally finished my magnum opus, allowing for file creation without limits on the number of files? Well, the bad news is, no, I still have more work to do on this. The good news, however, is I have this working in ReactOS!