OSDN Git Service

android-x86/external-ntfs-3g.git
2012-01-23 Jean-Pierre... Implemented a new option -q to avoid updating the progr...
2012-01-23 Jean-Pierre... Fixed debug check for double opening after deleting...
2012-01-23 Jean-Pierre... Worked around basename(3) not present on OpenIndiana
2012-01-23 Jean-Pierre... Put the device name as the last option
2012-01-23 Jean-Pierre... Mounted with an absolute mount point on OpenIndiana
2012-01-23 Jean-Pierre... Worked around write checks for ftruncate() and access...
2012-01-23 Jean-Pierre... Strengthened sanity checks on readdir/closedir
2012-01-23 Jean-Pierre... Preferred access control by file system on OpenIndiana
2012-01-23 Jean-Pierre... Returned unmount errors in ntfs-3g.probe (Diego Elio...
2012-01-23 Jean-Pierre... Accepted multiple read-only mounts
2012-01-23 Jean-Pierre... changed error return for user access to trusted xattr
2012-01-23 Jean-Pierre... output the numbers of runs and fragments in ntfsinfo
2012-01-23 Jean-Pierre... fixed checking whether Windows 7 was hibernated
2012-01-23 Jean-Pierre... fixed clearing the end of extents when extracting metadata
2012-01-23 Jean-Pierre... Cosmetic : fixed an indentation in unistr
2012-01-23 Jean-Pierre... Fixed clearing the bad cluster list in ntfsfix
2012-01-23 Jean-Pierre... Allowed building for kfreebsd (Robert Millan)
2012-01-23 Jean-Pierre... Used ENOENT instead of ENODATA when the latter is not...
2012-01-15 Szabolcs SzakacsitsVersion 2012.1.15
2012-01-13 Erik LarssonPrefix all functions and macros in ntfsprogs/list.h...
2012-01-13 Erik Larssonntfswipe.c: Deduplicated MFT write code in wipe_mft.
2012-01-13 Erik Larssonntfswipe.c: Code cleanup.
2012-01-13 Erik Larssonntfswipe.c: Big endian fix for wipe_mft.
2012-01-13 Erik Larssonntfswipe.c: Write newly manufactured MFT entries to...
2012-01-13 Erik Larssonntfswipe.c: Fixed writing incorrect $MFTMirr entries...
2012-01-13 Erik Larssonntfswipe.c: Fix support for non-1024 byte MFT record...
2012-01-13 Erik Larssonutils.c: Fixed apparently incorrect initial value of...
2011-11-10 Jean-Pierre... secaudit : minor : fixed a false memory leak detection
2011-11-10 Jean-Pierre... secaudit : prefixed owner and group SID in ACL display
2011-11-04 Jean-Pierre... New : implemented an option -d to clear the dirty flag...
2011-11-04 Jean-Pierre... Minor : fixed a test of volume dirty flag in ntfsfix
2011-11-04 Jean-Pierre... major : Fixed computation of index block size (Anton...
2011-10-20 Jean-Pierre... manual : Added a warning against checks at boot time
2011-10-20 Jean-Pierre... Fixed huge data writes
2011-10-20 Jean-Pierre... new : allow compression in default setup
2011-10-20 Jean-Pierre... fix : fed in the available space in ntfscp
2011-10-20 Jean-Pierre... new : allowed compression in ntfscp
2011-10-09 Szabolcs SzakacsitsRelease 2011.10.9-RC
2011-10-07 Jean-Pierre... Inserted the inode number when naming unnamed undeleted...
2011-10-07 Jean-Pierre... Added to ntfsundelete an attempt to recover the name...
2011-10-07 Jean-Pierre... Developped creating a metadata image in ntfsclone
2011-10-07 Jean-Pierre... Developped fixing of a self-located MFT data bug in...
2011-10-07 Jean-Pierre... Developped expanding an NTFS volume downwards in ntfsresize
2011-10-07 Jean-Pierre... Defined option delay_mtime to delay updates of mtime...
2011-09-30 Jean-Pierre... Cosmetic : fixed an error message (hggdh2)
2011-09-28 Jean-Pierre... cosmetic : fixed improper wordings (hggdh2)
2011-09-26 Jean-Pierre... Fixed a bug when undeleting a sparse file
2011-09-23 Jean-Pierre... Avoided logging meaningless fixup errors in ntfsclone...
2011-09-14 Jean-Pierre... Enabled getting the sector size from an ioctl on FreeBS...
2011-09-14 Jean-Pierre... Fixed the size limits for the volume label set by mkntfs
2011-09-13 Erik LarssonReplaced some usages of ntfs_mbstoucs_libntfscompat...
2011-09-13 Erik LarssonCleaned up and moved label changing functionality into...
2011-09-12 Jean-Pierre... Fixed the setting of attributes by secaudit
2011-09-12 Erik LarssonPermit $VOLUME_NAME to be 0-sized, even when $AttrDef...
2011-09-08 Jean-Pierre... Fixed the truncation of dos file names
2011-08-30 Jean-Pierre... Fixed the FullyMapped flag when making an attribute...
2011-08-30 Jean-Pierre... Avoid endless recursion when MFT extents are described...
2011-08-04 Jean-Pierre... cosmetic : Removed a pointless store in ntfs_attr_make_...
2011-08-04 Jean-Pierre... cosmetic : Removed a redundant store in utils_is_metada...
2011-08-04 Jean-Pierre... cosmetic : Removed two dead stores in remove_object_id_...
2011-08-04 Jean-Pierre... cosmetic : Removed a pointless variable initialization...
2011-08-04 Jean-Pierre... fix : Fixed ntfs_rl_extend() returning garbage in error...
2011-08-04 Jean-Pierre... minor : Fixed ntfs_fuse_read() returning garbage in...
2011-08-04 Jean-Pierre... minor : Fixed ntfs_upcase_build_default() returning...
2011-08-04 Jean-Pierre... revert : Reverted to old behavior for errored reply...
2011-08-04 Jean-Pierre... documentation : Improved the description of the -f...
2011-08-04 Jean-Pierre... cosmetic : Removed an unneeded function in fuse_lowleve...
2011-08-04 Jean-Pierre... cosmetic : Removed more unneeded variables warned by...
2011-08-03 Erik LarssonFix: Forgot to update state bits after last change.
2011-08-03 Erik LarssonBugfix: ntfs_mft_load didn't fill in the size fields...
2011-07-06 Erik Larssonntfsprogs/Makefile.am: Fix for conflicting usage of...
2011-07-06 Erik LarssonAdded a new configure option '--disable-ntfs-3g'.
2011-07-06 Jean-Pierre... Fixed compiling ntfsfix.c for a Sparc
2011-07-05 Jean-Pierre... Implemented a new option to clear the list of bad sectors
2011-07-05 Jean-Pierre... Improved compression (faster)
2011-07-05 Jean-Pierre... Provided support for big writes
2011-07-05 Jean-Pierre... Implemented expanding runlists in ntfsresize (Fedora...
2011-07-05 Jean-Pierre... Optionally closed volume and cleaned memory when leavin...
2011-07-05 Jean-Pierre... Fixed dead http links in ntfsprogs manuals (Daniel...
2011-07-05 Jean-Pierre... Accepted the backup bootsector not be to accounted...
2011-07-05 Jean-Pierre... Silenced apparent out-of-range subscripts warned by...
2011-07-05 Jean-Pierre... Removed unneeded variables as warned by gcc 4.6
2011-07-05 Jean-Pierre... Fixed use of uninitialized variable in ntfsfix
2011-07-05 Jean-Pierre... Fixed relatime as a default mount option (had become...
2011-07-05 Jean-Pierre... Fixed a too restrictive consistency check in attrib.c
2011-07-05 Jean-Pierre... Fixed the description of inherit option in the manual
2011-07-05 Jean-Pierre... Fixed accessing an unmounted volume in ntfsck
2011-07-05 Jean-Pierre... Fixed casting data to printf format in ntfsck, ntfsmove...
2011-07-05 Jean-Pierre... Fixed checking file system type in ntfsck
2011-07-05 Jean-Pierre... Fixed a bug causing SEGV in ntfsck (but nothing done...
2011-07-05 Jean-Pierre... Fixed warning for possible use of uninitialized variabl...
2011-07-05 Jean-Pierre... Cleared attribute flags controlling recursive writes
2011-07-05 Jean-Pierre... Fixed device path canonicalization for use by devmapper...
2011-07-05 Jean-Pierre... Fixed setting DOS names when defined with lower-case...
2011-07-05 Jean-Pierre... Silenced warning for ignoring the result of fgets in...
2011-07-05 Jean-Pierre... Defined an option --enable-extras for extra ntfsprogs...
2011-07-05 Jean-Pierre... Fixed compilation on OpenIndiana (Apostolos Syropoulos)
2011-07-05 Jean-Pierre... Fixed options parsing on OSes with no extended attributes
2011-07-05 Jean-Pierre... Fixed the included files into ntfsck.c (from Fedora)
2011-07-05 Jean-Pierre... Got the target libs to build libntfs-3g and libfuse...
next