ntfs: use a runlist for handling multiple data runs
[profile/ivi/syslinux.git] / core / fs / ntfs / ntfs.h
2011-09-11 Paulo Alcantarantfs: use a runlist for handling multiple data runs
2011-09-11 Paulo Alcantarantfs: and more fixes...
2011-09-11 Paulo Alcantarantfs: fix VCN calculation and the ntfs_readdir() function
2011-09-11 Paulo Alcantarantfs: more bugfixes
2011-09-11 Paulo Alcantarantfs: I think ntfs_readdir() is now fixed
2011-09-11 Paulo Alcantarantfs: fix ntfs_readdir()
2011-09-11 Paulo Alcantarantfs: mapping_chunk's length field must not be an uint8...
2011-09-11 Paulo Alcantarantfs: better way to check whether a MFT record is file...
2011-09-11 Paulo Alcantarantfs: and more speed improvements
2011-09-11 Paulo Alcantarantfs: cleanups
2011-09-11 Paulo Alcantarantfs: fix bug in parse_data_run()
2011-09-11 Paulo Alcantarantfs: continue on its implementation
2011-09-07 Paulo Alcantarantfs: heh :-)
2011-09-07 Paulo Alcantarantfs: implement ntfs_iget()
2011-09-07 Paulo Alcantarantfs: implement ntfs_iget_root()
2011-09-07 Paulo Alcantarantfs: implement for_each_mft_record() macro
2011-09-07 Paulo Alcantarantfs: implement new_ntfs_inode()
2011-09-07 Paulo AlcantaraInitial NTFS readonly support code to Syslinux