summaryrefslogtreecommitdiff
path: root/core/fs/ntfs/ntfs.h
Commit message (Expand)AuthorAgeFilesLines
* ntfs: check for index entry which has INDEX_ENTRY_END flag setPaulo Alcantara2012-02-111-1/+1
* ntfs: add missing field in ntfs_attr_list_entry structurePaulo Alcantara2012-02-111-0/+1
* ntfs: handle offsets when walking through attribute list's entriesPaulo Alcantara2012-02-111-0/+5
* ntfs: handle MFT records that contain $ATTRIBUTE_LIST attributePaulo Alcantara2012-02-111-0/+15
* ntfs: fix license headersPaulo Alcantara2012-02-111-1/+1
* ntfs: keep a state structure for ntfs_readdir() callersPaulo Alcantara2011-09-201-4/+13
* ntfs: cleanupsPaulo Alcantara2011-09-151-143/+35
* ntfs: Deal with NTFS versions for MFT record lookupsShao Miller2011-09-111-1/+11
* ntfs: use a runlist for handling multiple data runsPaulo Alcantara2011-09-111-5/+5
* ntfs: and more fixes...Paulo Alcantara2011-09-111-1/+0
* ntfs: fix VCN calculation and the ntfs_readdir() functionPaulo Alcantara2011-09-111-2/+3
* ntfs: more bugfixesPaulo Alcantara2011-09-111-9/+11
* ntfs: I think ntfs_readdir() is now fixedPaulo Alcantara2011-09-111-0/+3
* ntfs: fix ntfs_readdir()Paulo Alcantara2011-09-111-0/+1
* ntfs: mapping_chunk's length field must not be an uint8_t typePaulo Alcantara2011-09-111-2/+2
* ntfs: better way to check whether a MFT record is file or directoryPaulo Alcantara2011-09-111-0/+5
* ntfs: and more speed improvementsPaulo Alcantara2011-09-111-12/+15
* ntfs: cleanupsPaulo Alcantara2011-09-111-51/+0
* ntfs: fix bug in parse_data_run()Paulo Alcantara2011-09-111-53/+66
* ntfs: continue on its implementationPaulo Alcantara2011-09-111-1/+1
* ntfs: heh :-)Paulo Alcantara2011-09-071-3/+2
* ntfs: implement ntfs_iget()Paulo Alcantara2011-09-071-0/+12
* ntfs: implement ntfs_iget_root()Paulo Alcantara2011-09-071-0/+2
* ntfs: implement for_each_mft_record() macroPaulo Alcantara2011-09-071-0/+468
* ntfs: implement new_ntfs_inode()Paulo Alcantara2011-09-071-0/+32
* Initial NTFS readonly support code to SyslinuxPaulo Alcantara2011-09-071-0/+64