[NTFS]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 18 Oct 2014 12:18:37 +0000 (12:18 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 18 Oct 2014 12:18:37 +0000 (12:18 +0000)
commite2a846bea8fa5dfc669a013126dd6dbd4de190fa
tree8ffcde420b8fda8de6adce0835d11306816c31e9
parent4a58f7749766448e4c2b23efb0b1835e36e04d4f
[NTFS]
Bugfixing... Part 5/X:
- Actually, we don't care about the name in the file index. We don't need it to read the data attribute, it's unnamed. And the returned name was buggy (this still needs work though)
- When we are getting a file record which is a directory, there is NO data attribute. Don't attempt to read it. This prevents failure on directory entry return.

These fixes enable NTFS directory listing in ReactOS!
Even though, more fixes are required. So far, the metadata of the files are kind of broken. Explorer seems to be unable to list files.
This keeps anyway being a major step forward, as this was totally impossible a month ago ;-).

For these willing to see NTFS in action in ReactOS: http://www.heisspiter.net/~Pierre/rostests/NTFS_listing.png

svn path=/trunk/; revision=64800
reactos/drivers/filesystems/ntfs/mft.c