ntfs-3g/libntfs-3g
Jean-Pierre André 35eab4044e Avoided an unnecessary runlist update when appending data to a file
Appending data to a file is done in two steps : first extending the
file to the required size, then inserting data in the created space.
There is no need to recompute the runlist at the end of the first
step, just be sure the original configuration is rolled back if inserting
data leads to an error.
2012-08-20 13:48:49 +02:00
..
Makefile.am Fixed device path canonicalization for use by devmapper (basilinya) 2011-07-05 12:17:12 +02:00
acls.c Extended Windows-type ACL inheritance, as needed by Windows 8 2012-08-20 12:36:45 +02:00
attrib.c Avoided an unnecessary runlist update when appending data to a file 2012-08-20 13:48:49 +02:00
attrlist.c remove redundant ntfs_attr_get_search_ctx() error logging 2007-07-13 20:05:48 +00:00
bitmap.c Adapted to ntfs-3g.1.2712 2008-07-13 17:55:57 +00:00
bootsect.c Adapted to ntfs-3g.2009.3.8 2009-03-27 09:10:00 +00:00
cache.c Removed unneeded variables as warned by gcc 4.6 2011-07-05 12:17:29 +02:00
collate.c Made direct calls to collation functions 2009-12-16 10:20:57 +00:00
compat.c Adapted to ntfs-3g.1.2812 2008-08-16 15:17:47 +00:00
compress.c Improved compression (faster) 2011-07-05 12:17:30 +02:00
debug.c Adapted to ntfs-3g.2009.3.8 2009-03-27 09:10:00 +00:00
device.c Enabled getting the sector size from an ioctl on FreeBSD and MacOSX (Erik Larsson) 2011-09-14 12:21:59 +02:00
dir.c Set the hidden flag according to the latest name when hide_dot_files is set 2012-03-21 19:19:39 +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 developed overwriting compressed files 2010-05-25 10:25:31 +02:00
libntfs-3g.pc.in Updating the source directory tree 2008-03-28 14:42:50 +00:00
libntfs-3g.script.so.in Updating the source directory tree 2008-03-28 14:42:50 +00:00
logfile.c Removed unneeded variables as warned by gcc 4.6 2011-07-05 12:17:29 +02:00
logging.c Enabled renaming of system extended attributes 2010-10-26 08:59:52 +02:00
mft.c Avoided logging meaningless fixup errors in ntfsclone and ntfsresize 2011-09-23 11:28:42 +02:00
misc.c Redesigned caches for indexing cached entries 2009-12-17 17:36:06 +00:00
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 Fixed device path canonicalization for use by devmapper (basilinya) 2011-07-05 12:17:12 +02:00
reparse.c Processed junctions and symlinks whose target references another one 2012-07-06 09:48:05 +02:00
runlist.c cosmetic : fixed improper wordings (hggdh2) 2011-09-28 16:41:12 +02:00
security.c Extended Windows-type ACL inheritance, as needed by Windows 8 2012-08-20 12:36:45 +02:00
unistr.c Cosmetic : fixed an indentation in unistr 2012-01-23 17:09:19 +01:00
unix_io.c ntfs_fsync: fix comment (Erik Larsson) 2009-11-05 11:30:47 +00:00
volume.c Removed the suggestions to use option remove_hiberfile 2012-06-18 12:46:21 +02:00
win32_io.c Adapted to ntfs-3g.1.2812 2008-08-16 15:17:47 +00:00
xattrs.c Moved listxattr() to a specific source module 2011-01-17 15:50:25 +01:00