index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ntfs_fix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing NTFS MFT should be attempted only if both TestDisk and Windows failed ...
Christophe Grenier
2019-04-14
1
-1
/
+1
*
List NTFS system files when expert mode is enabled.
Christophe Grenier
2018-06-22
1
-2
/
+2
*
TestDisk: stricter check on NTFS MFT record size to avoid out of bound read
Christophe Grenier
2017-07-05
1
-0
/
+8
*
Fix mft_record_size - "Fix MFT" wasn't working
Christophe Grenier
2016-07-10
1
-13
/
+14
*
Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...
Christophe Grenier
2016-04-10
1
-8
/
+4
*
Improve English grammar, capitalization, and punctuation
Alex Henrie
2016-02-22
1
-3
/
+3
*
Compare dir_partition_ntfs_init() return value with enum constant instead of ...
Christophe Grenier
2013-05-22
1
-7
/
+7
*
Declare as const some static variables
Christophe Grenier
2013-05-22
1
-1
/
+1
*
Fix file copy regression by removing static declaration of file_info_t structure
Christophe Grenier
2013-05-08
1
-2
/
+2
*
Migrate from file_data to file_info structure
Christophe Grenier
2013-05-05
1
-10
/
+16
*
Reduce unnecessary interactivity in scripted run
Christophe Grenier
2012-12-23
1
-2
/
+4
*
New scarrier message for NTFS MFT fixing
Christophe Grenier
2011-07-15
1
-1
/
+1
*
Warn that fixing MFT using MFT mirror is a non reversible operation.
Christophe Grenier
2011-03-19
1
-1
/
+1
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-7
/
+7
*
Use pread() and pwrite() argument style for internal I/O
Christophe Grenier
2009-01-31
1
-5
/
+5
*
Let the user choose to fix or not the MFT only if file can be listed.
Christophe Grenier
2009-01-14
1
-17
/
+17
*
NTFS MFT repair: Warn if the file listing doesn't contain more than 2 directo...
Christophe Grenier
2008-11-28
1
-11
/
+5
*
Split the interface in several files, part 2
Christophe Grenier
2008-08-25
1
-1
/
+1
*
PhotoRec: FileOpts can use more than 25 lines
Christophe Grenier
2008-05-19
1
-1
/
+1
*
Disable RepairMFT if partition has been found using backup boot sector.
Christophe Grenier
2008-05-19
1
-0
/
+9
*
Better description about MFT fixing
Christophe Grenier
2008-03-14
1
-2
/
+2
*
Add a warning when fixing MFT
Christophe Grenier
2008-03-10
1
-2
/
+2
*
PhotoRec: expert can stop pass 0 and set the blocksize
Christophe Grenier
2008-01-14
1
-20
/
+20
*
In expert mode during RepairMFT, user can choose between MFT and MFTmirror if...
Christophe Grenier
2007-12-21
1
-25
/
+77
*
Avoid malloc(0) in NTFS code
Christophe Grenier
2007-12-06
1
-0
/
+7
*
Add some synchronisation points, should help to deal with unexpected program ...
Christophe Grenier
2007-12-02
1
-0
/
+2
*
NTFS: log more information when repairing MFT
Christophe Grenier
2007-11-07
1
-5
/
+20
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+228