summaryrefslogtreecommitdiff
path: root/core/fs/ntfs/ntfs.c
Commit message (Expand)AuthorAgeFilesLines
* ntfs: fix incorrect file->offset usage in ntfs_readdirAndy Alex2014-06-021-6/+4
* NTFS: Fragmented $MFT file was not handledAndy Alex2014-04-171-100/+93
* ntfs: Make byte_shift a constH. Peter Anvin2014-03-131-1/+1
* NTFS: Incorrect parsing of file runsAndy Alex2014-03-131-6/+2
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-131-0/+1
* Merge remote-tracking branch 'zytor/master' into merge/elflink/masterMatt Fleming2012-05-311-1/+1
* ntfs: check for index entry which has INDEX_ENTRY_END flag setPaulo Alcantara2012-02-111-1/+9
* ntfs: remove wrong checksPaulo Alcantara2012-02-111-48/+24
* ntfs: keep looking for attributes with the latest found MFT recordPaulo Alcantara2012-02-111-19/+47
* ntfs: MFT record may be changed when invoking ntfs_attr_lookup()Paulo Alcantara2012-02-111-16/+20
* ntfs: add missing field in ntfs_attr_list_entry structurePaulo Alcantara2012-02-111-6/+14
* ntfs: print function names on debug modePaulo Alcantara2012-02-111-0/+30
* ntfs: handle offsets when walking through attribute list's entriesPaulo Alcantara2012-02-111-17/+16
* ntfs: handle MFT records that contain $ATTRIBUTE_LIST attributePaulo Alcantara2012-02-111-33/+170
* ntfs: fix POSIX vs Win32 filename comparesPaulo Alcantara2012-02-111-10/+0
* ntfs: fix license headersPaulo Alcantara2012-02-111-1/+1
* ntfs: keep a state structure for ntfs_readdir() callersPaulo Alcantara2011-09-201-17/+32
* ntfs: cleanupsPaulo Alcantara2011-09-151-93/+77
* ntfs: Check for disk read error during FS probingShao Miller2011-09-111-1/+4
* ntfs: Deal with NTFS versions for MFT record lookupsShao Miller2011-09-111-12/+128
* ntfs: use a runlist for handling multiple data runsPaulo Alcantara2011-09-111-18/+40
* ntfs: don't start lookup from the same block in ntfs_mft_record_lookup()Paulo Alcantara2011-09-111-5/+9
* ntfs: fix ntfs_read()Paulo Alcantara2011-09-111-3/+4
* ntfs: and more fixes...Paulo Alcantara2011-09-111-44/+39
* ntfs: fix VCN calculation and the ntfs_readdir() functionPaulo Alcantara2011-09-111-19/+56
* ntfs: more bugfixesPaulo Alcantara2011-09-111-128/+220
* ntfs: fix ntfs_fs_init()Paulo Alcantara2011-09-111-13/+19
* ntfs: I think ntfs_readdir() is now fixedPaulo Alcantara2011-09-111-51/+74
* ntfs: fix ntfs_readdir()Paulo Alcantara2011-09-111-80/+165
* ntfs: better way to check whether a MFT record is file or directoryPaulo Alcantara2011-09-111-40/+2
* ntfs: and more speed improvementsPaulo Alcantara2011-09-111-69/+48
* ntfs: fix ntfs_match_longname() and make index_lookup() fasterPaulo Alcantara2011-09-111-82/+49
* ntfs: make index_inode_setup() fasterPaulo Alcantara2011-09-111-16/+16
* ntfs: make ntfs_match_longname() fasterPaulo Alcantara2011-09-111-30/+5
* ntfs: more cleanupsPaulo Alcantara2011-09-111-21/+21
* ntfs: cleanupsPaulo Alcantara2011-09-111-5/+5
* ntfs: fix bug in parse_data_run()Paulo Alcantara2011-09-111-54/+13
* ntfs: it's working, partially... :-/Paulo Alcantara2011-09-111-120/+132
* ntfs: continue on its implementationPaulo Alcantara2011-09-111-110/+189
* ntfs: heh :-)Paulo Alcantara2011-09-071-91/+96
* ntfs: set block shift and size to their correct valuesPaulo Alcantara2011-09-071-15/+13
* ntfs: implement fixups_realloc()Paulo Alcantara2011-09-071-25/+32
* ntfs: implement ntfs_next_extent() and ntfs_getfssec()Paulo Alcantara2011-09-071-5/+116
* ntfs: implement ntfs_readdir()Paulo Alcantara2011-09-071-1/+85
* ntfs: implement get_inode_mode()Paulo Alcantara2011-09-071-31/+43
* ntfs: implement ntfs_iget()Paulo Alcantara2011-09-071-24/+450
* ntfs: implement ntfs_iget_root()Paulo Alcantara2011-09-071-1/+120
* ntfs: implement for_each_mft_record() macroPaulo Alcantara2011-09-071-0/+14
* ntfs: implement new_ntfs_inode()Paulo Alcantara2011-09-071-0/+11
* Initial NTFS readonly support code to SyslinuxPaulo Alcantara2011-09-071-0/+105