OSDN Git Service

android-x86/external-ntfs-3g.git
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.
2015-06-23 Erik LarssonSkip installing manpages for mount helpers when they...
2015-06-23 Erik LarssonMake installing mkntfs /sbin symlinks dependent on...
2015-06-01 Jean-Pierre... Ported clearing the environment when starting mount...
2015-04-17 Jean-Pierre... Implemented rewindind a directory in lowntfs-3g
2015-04-17 Jean-Pierre... Zeroed uninitialized bytes before writing compressed...
2015-04-17 Jean-Pierre... Packed/unpacked st_rdev transported as 32-bits on OpenI...
2015-04-17 Jean-Pierre... Simplified NTFS ACLs when group same as owner and same...
2015-04-17 Jean-Pierre... Fixed setting SIG_DFL on fuse session exit
2015-04-17 Jean-Pierre... Upgraded the upper-case table as defined by Windows 7
2015-04-17 Jean-Pierre... Fixed the DESX encryption/decryption in ntfsdecrypt
2015-04-17 Jean-Pierre... Removed a temporary debug comment (cosmetic)
2015-04-17 Jean-Pierre... Added a sanity check to ntfswipe
2015-04-17 Jean-Pierre... Defended against reusing data from an invalid MFT record
2015-04-17 Jean-Pierre... Updated the read-only flag even when the security attri...
2015-04-17 Jean-Pierre... Removed the double try to unmount partition in ntfsfix
2015-04-17 Jean-Pierre... Fixed displaying "UserMapping" as a file name
2015-04-17 Jean-Pierre... Rephrased a misleading report message in ntfswipe
2015-04-17 Jean-Pierre... Avoided logging meaningless fixup errors in ntfswipe
2015-04-17 Jean-Pierre... Avoided mentioning deleted inodes in non-verbose output...
2015-04-17 Jean-Pierre... Added clarifications about several options to the ntfsw...
2015-04-17 Jean-Pierre... Fixed getting sector size from a partition image (Windo...
2015-04-17 Jean-Pierre... Supported the directory separator on Windows in ntfspro...
2015-04-17 Jean-Pierre... Rephrased the warning for trimming not supported (cosmetic)
2015-04-17 Jean-Pierre... Avoided truncation in a debug message in secaudit
2015-03-14 Erik LarssonVersion 2015.3.14.
2015-03-14 Erik LarssonEnable ioctl in ntfs-3g unconditionally when building...
2015-03-14 Erik LarssonFix improper #ifdef conditions around FUSE_CAP_IOCTL_DIR.
2015-03-13 Erik LarssonVersion 2015.3.13.
2015-03-13 Erik Larssonusermap.c: Fix uninitialized variable warning in main.
2015-03-13 Erik Larssonlowntfs-3g.c: Fix uninitialized variable warning in...
2015-03-13 Erik Larssonntfsclone.c: Compile fix for OS X.
2015-03-13 Erik LarssonCompile fix for FUSE versions earlier than 2.8.0.
2015-03-05 Jean-Pierre... Set release version 2015.3.5
2015-03-05 Jean-Pierre... Updated the copyright on the drivers to 2015
2015-01-22 Jean-Pierre... Made to ignore the -s ("sloppy") mount option
2014-11-10 Jean-Pierre... Set the fuse protocol fall back to 7.12 when available
next