ntfs: use a runlist for handling multiple data runs
[profile/ivi/syslinux.git] / core / fs / ntfs / ntfs.c
2011-09-11 Paulo Alcantarantfs: use a runlist for handling multiple data runs
2011-09-11 Paulo Alcantarantfs: don't start lookup from the same block in ntfs_mf...
2011-09-11 Paulo Alcantarantfs: fix ntfs_read()
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: fix ntfs_fs_init()
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: better way to check whether a MFT record is file...
2011-09-11 Paulo Alcantarantfs: and more speed improvements
2011-09-11 Paulo Alcantarantfs: fix ntfs_match_longname() and make index_lookup...
2011-09-11 Paulo Alcantarantfs: make index_inode_setup() faster
2011-09-11 Paulo Alcantarantfs: make ntfs_match_longname() faster
2011-09-11 Paulo Alcantarantfs: more cleanups
2011-09-11 Paulo Alcantarantfs: cleanups
2011-09-11 Paulo Alcantarantfs: fix bug in parse_data_run()
2011-09-11 Paulo Alcantarantfs: it's working, partially... :-/
2011-09-11 Paulo Alcantarantfs: continue on its implementation
2011-09-07 Paulo Alcantarantfs: heh :-)
2011-09-07 Paulo Alcantarantfs: set block shift and size to their correct values
2011-09-07 Paulo Alcantarantfs: implement fixups_realloc()
2011-09-07 Paulo Alcantarantfs: implement ntfs_next_extent() and ntfs_getfssec()
2011-09-07 Paulo Alcantarantfs: implement ntfs_readdir()
2011-09-07 Paulo Alcantarantfs: implement get_inode_mode()
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