ntfs-3g/libntfs-3g
Jean-Pierre André f0c5c2a54f Ignored unmapped regions when checking whether sparse
Updating an attribute may imply decompressing runlists which are not
contiguous, leaving an unmapped region between them. When checking whether
the attribute has been made sparse, such unmapped regions should be ignored
This mostly happens after updating an index. (fix by Forrest Liu)
2013-12-17 10:39:55 +01:00
..
Makefile.am Added use of hd library to get the legacy BIOS geometry 2013-02-12 15:45:54 +01:00
acls.c Allowed DACLs to to not have any ACE 2013-09-20 16:14:55 +02:00
attrib.c Ignored unmapped regions when checking whether sparse 2013-12-17 10:39:55 +01:00
attrlist.c
bitmap.c
bootsect.c bootsect.c: Don't allow negative start clusters for $MFT/$MFTMirr. 2012-09-24 12:57:22 +02:00
cache.c Removed unneeded variables as warned by gcc 4.6 2011-07-05 12:17:29 +02:00
collate.c
compat.c
compress.c Fixed processing compressed data beyond file size 2013-05-30 10:23:04 +02:00
debug.c
device.c Fixed a use of uninitialized variable compiler warning 2013-02-13 08:54:34 +01:00
dir.c API cleanup of const arguments. 2012-11-07 14:15:53 +01:00
efs.c Removed unneeded variables as warned by gcc 4.6 2011-07-05 12:17:29 +02:00
index.c major : Fixed computation of index block size (Anton Altaparmakov) 2011-11-04 11:01:11 +01:00
inode.c Avoid endless recursion when MFT extents are described in themselves 2011-08-30 15:56:36 +02:00
lcnalloc.c
libntfs-3g.pc.in
libntfs-3g.script.so.in
logfile.c Prevented partitions with metadata cached in Windows from being mounted 2012-09-25 09:46:54 +02:00
logging.c
mft.c Avoided logging meaningless fixup errors in ntfsclone and ntfsresize 2011-09-23 11:28:42 +02:00
misc.c
mst.c Avoided logging meaningless fixup errors in ntfsclone and ntfsresize 2011-09-23 11:28:42 +02:00
object_id.c Used ENOENT instead of ENODATA when the latter is not defined (Robert Millan) 2012-01-23 16:50:25 +01:00
realpath.c
reparse.c Fixed the reversing of slashes in relative Windows-type symlinks 2013-04-26 19:07:47 +02:00
runlist.c cosmetic : fixed improper wordings (hggdh2) 2011-09-28 16:41:12 +02:00
security.c Initialize the random generator for the internal guid generator 2013-02-09 15:12:56 +01:00
unistr.c Cosmetic : fixed an indentation in unistr 2012-01-23 17:09:19 +01:00
unix_io.c
volume.c Used /proc/mounts for checking existing mounts 2013-04-22 18:37:51 +02:00
win32_io.c Fixed creating a new image file on Windows 2013-08-06 11:44:40 +02:00
xattrs.c