OSDN Git Service

android-x86/external-ntfs-3g.git
2016-04-06 Jean-Pierre... Fixed a spelling error in ntfsresize manual (cosmetic)
2016-04-06 Jean-Pierre... Moved general declarations from ntfsrecover.h to logfile.h
2016-04-06 Jean-Pierre... Added a usn field to RESTART_PAGE_HEADER
2016-04-06 Jean-Pierre... Renamed reserved fields in ntfsrecover the same way...
2016-04-06 Jean-Pierre... Renamed record_length as log_record_header_length in...
2016-04-06 Jean-Pierre... Renamed restart_offset as restart_area_offset in ntfsre...
2016-04-06 Jean-Pierre... Redefined target_vcn on 64 bits in ntfsrecover.h
2016-04-06 Jean-Pierre... Redefined file_offset on 64 bits in ntfsrecover.h
2016-04-06 Jean-Pierre... Unfolded record headers in ntfsrecover the same way...
2016-04-06 Jean-Pierre... Typedef'ed new structs in ntfsrecover the same way...
2016-04-06 Jean-Pierre... Typedef'ed old structs in ntfsrecover the same way...
2016-04-06 Jean-Pierre... Redefined ntfsrecover enums as little-endian values
2016-04-06 Jean-Pierre... Made a full check for whether a user extended attribute...
2016-04-06 Jean-Pierre... Translated directory separators when running ntfscluste...
2016-04-06 Jean-Pierre... Returned an error code for an exclusive access violatio...
2016-04-06 Jean-Pierre... Fixed the maximum size of an ACL
2016-04-06 Jean-Pierre... Used a more portable way to force alignment in security.h
2016-04-06 Jean-Pierre... Enabled fallback to read-only mount when volume is...
2016-04-06 Jean-Pierre... Allowed kernel cacheing by lowntfs-3g when not using...
2016-04-06 Jean-Pierre... Fixed bad test in fuse mount
2016-04-06 Jean-Pierre... Silenced fixup warnings when allocating a new MFT record
2016-04-06 Jean-Pierre... Added clarification about creating a partition to the...
2016-04-06 Jean-Pierre... Used plugins to process reparse points
2016-04-06 Jean-Pierre... Added an option for preserving the full log file in...
2016-04-06 Jean-Pierre... Reworked decisions to undo related to unreadable records
2016-02-22 Jean-Pierre... Version 2016.2.22
2016-02-16 Erik LarssonFix compilation errors on OpenIndiana caused by missing...
2016-02-16 Erik Larssonendians.h: Fix bad assumption of valid __BYTE_ORDER__...
2016-02-16 Erik Larssonntfsrecover.c: Fix compiler warning about uninitialized...
2016-02-16 Erik LarssonFix compiler warnings about mismatching printf format...
2016-02-15 Jean-Pierre... Version 2016.2.15
2016-02-15 Jean-Pierre... Silenced a compiler warning for possibly uninitialized...
2016-02-15 Jean-Pierre... Silenced a compiler warning for different types
2016-02-15 Jean-Pierre... Avoided pointer cast when checking record types
2016-02-12 Jean-Pierre... Updated the drivers copyrights
2016-02-12 Jean-Pierre... Closed the volume when a resizing is done
2016-02-12 Jean-Pierre... Closed the bad sector inode after updating the list
2016-02-11 Erik Larssonendians.h: Cast the result of const endianness macros...
2016-02-11 Erik Larssonntfs-3g_common.h: Fix improper type for 'dmtime' in...
2016-02-11 Erik Larssonmft.c: Fix compiler warning about mismatching format...
2016-02-08 Erik Larssonefs.c: Fix incorrect type of local variables 'newsize...
2016-02-08 Erik Larssonntfslabel.c: Fix incorrect label buffer being NULL...
2016-01-29 Erik LarssonChange type of all LSN struct members in ntfsrecover...
2016-01-29 Erik Larssonplaylog.c: Use const macro for byteswapping const expre...
2016-01-29 Erik Larssonplaylog.c: Fix improper byteswapping macros used for...
2016-01-28 Erik LarssonMerge endianness fixes.
2016-01-28 Erik Larssonntfscmp.c: Fix missing byteswap of little-endian attrib...
2016-01-27 Erik Larssonntfsmove.c: Fix multiple cases of raw usage of little...
2016-01-27 Erik Larssonntfsdump_logfile.c: Fix use of wrong byteswapping macro...
2016-01-27 Erik Larssonntfsdump_logfile.c: Fix incorrectly parenthesized expre...
2016-01-27 Erik Larssonntfsck.c: Fix comparing le32 values as u32.
2016-01-27 Erik Larssonntfsck.c: Fix comparison between little-endian and...
2016-01-26 Erik Larssonntfstruncate.c: Fix mixed endianness usage of variable...
2016-01-26 Erik Larssonntfstruncate.c: Fix incorrect type for CPU-endian value...
2016-01-26 Erik Larssonntfstruncate.c: Fix conflicting endianness for variable...
2016-01-26 Erik Larssonntfstruncate.c: Fix mixed endianness usage of variable...
2016-01-26 Erik Larssonntfs-3g.c: Fix raw usage of inode time fields without...
2016-01-25 Erik Larssonvolume.c: Fix passing bad pointer type to ntfs_is_...
2016-01-25 Erik Larssonmst.c: Fix mixed native/little-endian usage of variable...
2016-01-04 Erik Larssonreparse.c: Fix big-endian bug when converting file...
2016-01-04 Erik LarssonFix inverted usage of endian conversion macros.
2015-12-21 Erik LarssonFix incorrect usage of native/little-endian types,...
2015-12-21 Erik LarssonFix endianness issues in log and terminal output.
2015-12-21 Erik LarssonFix code to use const_cpu_to_X/const_X_to_cpu macros...
2015-12-21 Erik Larssonendians.h: Add const endian conversion macros for s...
2015-12-01 Jean-Pierre... Fixed accessing next log buffer only when it exists
2015-12-01 Jean-Pierre... Fixed reporting action states when restart page appears...
2015-12-01 Jean-Pierre... Rejected invalid null reparse tag
2015-12-01 Jean-Pierre... Fixed returning the trimming count to fstrim(8)
2015-12-01 Jean-Pierre... Defined reparse tag for system compression
2015-11-20 Jean-Pierre... Fixed special case of decompressing a runlist
2015-11-20 Jean-Pierre... Fixed headers of log play functions in playlog
2015-11-20 Jean-Pierre... Fixed missing error return in playlog
2015-11-20 Jean-Pierre... Fixed truncating an extended bad cluster list in ntfsresize
2015-11-12 Jean-Pierre... Removed obsolete code from playlog
2015-11-12 Jean-Pierre... Subdivided the replay functions in playlog
2015-11-12 Jean-Pierre... Fixed a memory leak in ntfsrecover
2015-11-12 Jean-Pierre... Silenced a compiler warning (cosmetic)
2015-11-12 Jean-Pierre... Defined the last logfile block as preceding block 4...
2015-11-09 Jean-Pierre... Alleviated constraints relative to reparse points
2015-11-09 Jean-Pierre... Decoded the full list of bad clusters in ntfsclone...
2015-11-09 Jean-Pierre... Fixed reparse data check for non-Microsoft tags
2015-11-09 Jean-Pierre... Fixed getting space for making an index non resident
2015-11-09 Jean-Pierre... Wrote as much data as possible in compressed attribute...
2015-11-09 Jean-Pierre... Silenced a compiler warning in ntfswipe (cosmetic)
2015-11-09 Jean-Pierre... Fixed relocating the MFT runlists in ntfsresize
2015-11-09 Jean-Pierre... Implemented recovery of updates committed by Windows
2015-10-03 Erik LarssonUse appropriate little-endian/big-endian types in struc...
2015-09-30 Jean-Pierre... Protected against opendir reinitialization in lownfs-3g
2015-09-30 Jean-Pierre... ntfsprogs Builds on Windows use macroes to translate...
2015-09-30 Jean-Pierre... Displayed reparse point information in ntfsinfo
2015-09-30 Jean-Pierre... Improved the check for a valid $MFTMirr
2015-09-30 Jean-Pierre... Fixed a wrong test report in ntfsfix
2015-09-30 Jean-Pierre... Fixed a bad sanity check in ntfsfix
2015-09-30 Jean-Pierre... Made secaudit to load the library based on its generic...
2015-09-30 Jean-Pierre... Made use of fuse module cache on OpenIndiana
2015-09-30 Jean-Pierre... Mentioned the starting sector when it overflows in...
2015-09-30 Jean-Pierre... Used incremental offsets when reading a directory in...
2015-07-14 Jean-Pierre... Fixed the range of valid subauthority counts in a SID
2015-06-23 Erik Larssonunistr.c: Cleanup of OS X Unicode normalization code.
next