OSDN Git Service

android-x86/external-ntfs-3g.git
2021-07-06 Chih-Wei HuangMerge branch 'edge' of git://git.code.sf.net/p/ntfs... pie-x86
2021-07-06 Chih-Wei HuangRevert "Change ioctl() cmd argument to be unsigned...
2021-01-26 Jean-Pierre... Fixed a constant string concatenation
2021-01-26 Jean-Pierre... Fixed a minor endianness ajustment bug
2021-01-26 Jean-Pierre... Checked the locations of MFT and MFTMirr at startup
2021-01-26 Jean-Pierre... Enabled Recording the special files the same way as WSL
2021-01-26 Jean-Pierre... Dropped rejecting having both EA and reparse data
2021-01-26 Jean-Pierre... Supported use of WSL special file
2021-01-26 Jean-Pierre... Relocated the mount point field in volume
2021-01-26 Jean-Pierre... Defined ntfs_realloc() and ntfs_free()
2021-01-26 Jean-Pierre... Built reparse symlinks from mount point recorded in...
2021-01-26 Jean-Pierre... Checked file type on OpenIndiana when deleting a file...
2021-01-26 Jean-Pierre... Inserted the reparse tag in the bad reparse symlink
2021-01-26 Jean-Pierre... Enabled actions on directories in reparse plugins
2020-11-18 Jean-Pierre... Fixed maintining the allocated size when updating spars...
2020-11-18 Jean-Pierre... Allowed customization of sbin for tool directory
2020-08-25 Erik LarssonChange default xattr access method to 'openxattr' for...
2020-08-25 Erik LarssonAdd support for 'position' argument in macOS xattr...
2020-08-24 Erik LarssonReplace ENODATA with ENOATTR in xattrs functions for...
2020-08-14 Jean-Pierre... Fixed possible null dereferencings
2020-08-14 Jean-Pierre... Recovered space when an index root is shortened
2020-08-14 Jean-Pierre... Defined option "posix_nlink" to compute a Posix complia...
2020-08-14 Jean-Pierre... Avoided information leak when processing garbled compre...
2020-08-14 Jean-Pierre... Displayed the plugin path in the basic help message
2020-08-14 Jean-Pierre... Used kernel cacheing on read-only mounts or with lowntfs-3g
2020-03-08 Jean-Pierre... Fixed defining the request argument of ioctl()
2020-03-08 Jean-Pierre... Exported the translations of Windows paths
2020-03-08 Jean-Pierre... Fixed object types returned in readdir() for reparse...
2020-03-08 Jean-Pierre... Decoded execlink reparse data
2020-03-08 Jean-Pierre... Fixed ntfsfallocate on a void file
2020-03-08 Jean-Pierre... Fixed a poorly sized string in ntfsinfo
2020-03-08 Jean-Pierre... Fixed a wrong fallthrough situation in ntfscat
2020-03-08 Jean-Pierre... Silenced warnings about fallthrough situations in switc...
2020-03-08 Jean-Pierre... Silenced warnings about string lengths in snprintf()
2020-03-07 Jean-Pierre... Silenced warnings about fallthrough situations in libnt...
2020-03-07 Jean-Pierre... Avoided using a truncate strncpy() in the fuse library
2020-03-07 Jean-Pierre... Removed <linux/fs.h> from lowntfs-3g.c
2020-03-07 Jean-Pierre... Disabled the use of cache in lowntfs-3g
2020-03-07 Jean-Pierre... Fixed returning EPERM when not allowed as owner
2020-03-07 Jean-Pierre... Fixed returning errno in setxattr
2020-03-07 Jean-Pierre... Accepted alternative recording of cluster size
2020-03-07 Jean-Pierre... Defined the request argument of ioctl() as unsigned...
2020-03-07 Jean-Pierre... Updated the copyright notice
2019-04-03 Chih-Wei HuangAndroid: move libfuse-lite to Android.bp q-x86 r-x86 android-x86-9.0-r1 android-x86-9.0-r2
2019-03-22 Chih-Wei HuangChange ioctl() cmd argument to be unsigned int
2019-02-21 Chih-Wei HuangMerge branch 'edge' of git://git.code.sf.net/p/ntfs... oreo-x86 android-x86-8.1-r2 android-x86-8.1-r3 android-x86-8.1-r4 android-x86-8.1-r5 android-x86-8.1-r6
2019-02-21 Chih-Wei Huangandroid: define HAVE_STRUCT_STAT_ST_ATIM
2019-02-21 Chih-Wei Huangandroid: fix warnings
2019-02-21 Chih-Wei Huangandroid: define _FILE_OFFSET_BITS=64
2019-02-21 Chih-Wei Huangandroid: remove unnecessary macros
2019-01-23 Jean-Pierre... Truncated SSD trimming zones to granularity supported...
2019-01-23 Jean-Pierre... Returned a low level error when an ioctl fails
2019-01-23 Jean-Pierre... Fixed an endianness error in ntfscp
2019-01-23 Jean-Pierre... Fixed reacting to missing plugin
2019-01-23 Jean-Pierre... Cleaned object ids beyond the updated part
2019-01-23 Jean-Pierre... Reverted accessing reparse directories through internal...
2018-12-19 Jean-Pierre... Fixed reporting an error when setxattr is rejected
2018-12-19 Jean-Pierre... Fixed reporting an error when failed to build the mount...
2018-12-19 Jean-Pierre... Fixed a typo in the ntfscluster manual
2018-12-19 Jean-Pierre... Realigned times set from extended attribute
2018-08-22 Jean-Pierre... Fixed collecting the label argument in mkntfs
2018-08-22 Jean-Pierre... Attempted mounting read-only after failed permission...
2018-08-02 Jean-Pierre... Removed an unused field (cleanup)
2018-08-02 Jean-Pierre... Prevented locally defined headers from interfering...
2018-08-02 Jean-Pierre... Allocated full clusters for reading and rescuing in...
2018-06-01 Jean-Pierre... Extended the allowed cluster size to 2MB
2018-06-01 Jean-Pierre... Appended a number to undeleted file name to avoid overw...
2018-06-01 Jean-Pierre... Added an option to ntfscp to copy the modification...
2018-06-01 Jean-Pierre... Made accessing reparse directories through internal...
2018-06-01 Jean-Pierre... Checked whether the device to mount was forced read...
2018-02-13 Jean-Pierre... Double-checked whether record 15 is an extent of MFT
2018-02-13 Jean-Pierre... Delayed updating the MFT runlist when resizing in read...
2018-02-13 Jean-Pierre... Fixed displaying an inode number in an error message
2018-02-13 Jean-Pierre... Removed an obsolete reference for getting support
2018-01-15 Jean-Pierre... Supported reparse tags for OneDrive cloud storage
2017-12-22 Jean-Pierre... Silenced compiler warnings in ntfsrecover
2017-12-22 Jean-Pierre... Stopped checking matches of MFTMirr against MFT at...
2017-12-22 Jean-Pierre... Documented read-only mount when Windows is hibernated
2017-12-22 Jean-Pierre... Allowed setting a file object id without defining its...
2017-12-12 Chih-Wei HuangFix building errors on Android 8.1 android-x86-8.1-r1
2017-11-30 Chih-Wei Huangandroid: fix parsing issue of Android 8.0
2017-11-29 Chih-Wei HuangMerge branch 'edge' of git://git.code.sf.net/p/ntfs...
2017-10-26 Jean-Pierre... Processed redo log actions associated to undoing a...
2017-10-26 Jean-Pierre... Checked log file blocks more recent than temporary...
2017-10-26 Jean-Pierre... Aligned internal log buffers on CPUs which require...
2017-09-20 Erik Larssonlowntfs-3g.c: Fix compile error when struct stat doesn...
2017-08-11 Jean-Pierre... Logged falling back to mounting read-only
2017-08-11 Jean-Pierre... Decoded more reparse tags in ntfsinfo
2017-08-11 Jean-Pierre... Enabled directory operations in plugins
2017-08-11 Jean-Pierre... Relaxed limitations on security descriptors
2017-08-11 Jean-Pierre... Fixed a typo
2017-06-20 Jean-Pierre... Fixed updating the vcn of subtree in ntfsrecover
2017-06-20 Jean-Pierre... Mentioned ntfsfallocate and ntfsrecover in the general...
2017-06-01 Chih-Wei HuangMerge branch 'edge' of git://git.code.sf.net/p/ntfs... nougat-x86 android-x86-7.1-r1 android-x86-7.1-r2 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5
2017-05-25 Jean-Pierre... Fixed the computation of highest_vcn when applying...
2017-05-25 Jean-Pierre... Upgraded ntfsrecover to support log files 2.0
2017-05-25 Jean-Pierre... Bypassed cluster allocation errors using --ignore-fs...
2017-03-23 Chih-Wei HuangMerge branch 'edge' of git://git.code.sf.net/p/ntfs... marshmallow-x86 android-x86-6.0-r3
2017-03-23 Jean-Pierre... Version 2017.3.23
2017-03-22 Jean-Pierre... Fixed computing the replacement bytes in ntfswipe
next