jpandre
fc78c03c39
Fixed an endianness error in default uppercase table
2009-04-20 15:27:03 +00:00
jpandre
717da2a52c
Fixed endianness oddities
2009-04-20 15:23:52 +00:00
jpandre
d898b64a04
Changed interface for translating permissions to avoid a version dependency
2009-04-10 07:10:04 +00:00
jpandre
eb282c019a
Inserted a reference to lzhuf.c from which the search for matches was borrowed
2009-04-08 19:24:53 +00:00
jpandre
c86e0dbf6b
Improved the loop for searching matches
2009-04-08 19:21:57 +00:00
jpandre
ab872500b3
Copied the compression flags in the file name attribute
2009-04-08 19:18:13 +00:00
jpandre
e4136e654c
Set the data flags in base attribute and all the extents
2009-04-08 19:15:29 +00:00
jpandre
58541b47f9
Checked the actual data format for block map request
2009-04-08 19:04:05 +00:00
jpandre
2fbaecd759
Extended transparent compression support to sequential writing to compressed files
2009-04-03 13:33:24 +00:00
jpandre
e2d1f3a1c3
Fixed bad macro usage
2009-04-03 12:45:13 +00:00
jpandre
9836e3f22d
Checked NTFS version before setting a reparse point
2009-04-03 06:55:28 +00:00
jpandre
03755a9ba5
Adapted to ntfs-3g-2009.4.4
2009-04-03 06:53:12 +00:00
szaka
e82c6f0329
release 2009.4.4
2009-04-02 11:00:58 +00:00
szaka
a5c720e21b
fix mount hang if kernel 2.6.29 audit is enabled: we ignore mtab update error as mount(8)
2009-04-01 14:52:08 +00:00
szaka
fd8e63faa3
ntfs_attr_pwrite: fix potential corruption and crash after partial write
2009-03-30 11:02:24 +00:00
szaka
cb1b5b67db
fix potential heap corruption when allocating an extent mft record
2009-03-30 10:57:34 +00:00
Olaf Rempel
48f652e0e1
ntfsclone: fix restore from stdin
...
When doing a ntfclone-restore from stdin and stdin is then closed,
ntfsclone will loop forever:
$ cat corrupt_image.gz | gzip -d | ntfsclone -r -O somedisk -
With this patch the io_all() loop will return an error when the
input-stream is closed.
2009-03-28 00:25:58 +02:00
jpandre
1e822076d6
Adapted to ntfs-3g.2009.3.8
2009-03-27 09:15:24 +00:00
jpandre
2a1d75a3da
Adapted to ntfs-3g.2009.3.8
2009-03-27 09:10:00 +00:00
jpandre
cd4b23f0a6
Fixed an endianness error
2009-03-27 08:46:19 +00:00
jpandre
a13ee0c82c
Fed the free spaces in context for calls from security API
2009-03-27 08:36:07 +00:00
szaka
fc372f7316
ntfs_fuse_filler: fix misleading error message if filename decoding failed
2009-03-26 15:55:50 +00:00
szaka
bda841aa09
release 2009.3.8
2009-03-25 23:45:11 +00:00
szaka
5710a76d2c
ntfs_mst_post_read_fixup: more detailed error reporting
2009-03-25 23:42:49 +00:00
szaka
895b64f415
fix "no space on device" error during file creation introduced in 2009.3.6
...
(Jean-Pierre Andre, Szabolcs Szakacsits)
2009-03-25 20:52:24 +00:00
szaka
95868ac632
fix "no space left" when there is free disk space (Antonio Pineda, Szabolcs Szakacsits)
2009-03-25 00:10:38 +00:00
Yura Pakhuchiy
d6c0cc5786
Substitute current version into libntfs man page
2009-03-24 16:56:32 +02:00
jpandre
86c1f05336
Fixed misplaced parentheses when checking a junction point
2009-03-23 16:12:06 +00:00
jpandre
aa54558345
Fixed wrong size (quota_charged, usn)
2009-03-23 16:09:24 +00:00
jpandre
5689ebd55d
Fixed endianness errors
2009-03-23 16:05:11 +00:00
szaka
a80efdeb88
release 2009.3.6
2009-03-22 13:34:02 +00:00
szaka
31a807d4fd
enlarge INDEX_ROOT if ATTRIBUTE_LIST addition will be avoidable
2009-03-22 13:32:34 +00:00
szaka
6b04b569ee
don't move INDEX_ROOT to an extent MFT record
2009-03-22 00:08:50 +00:00
szaka
bac5d23b7b
ntfs_ir_make_space: prefer INDEX_ALLOCATION instead of ATTRIBUTE_LIST
2009-03-22 00:06:10 +00:00
szaka
02f8eb12c2
better explanation for the 'silent' mount option
2009-03-19 17:42:58 +00:00
szaka
bf661570a5
ntfs_attr_pread: fix wrong variable type (Jean-Pierre Andre)
2009-03-18 00:56:28 +00:00
szaka
647d06a434
ntfs_attr_pwrite: fix wrong variable type
2009-03-18 00:53:21 +00:00
szaka
0f18c0f65f
ntfs_pathname_to_inode: cleanup perror logging
2009-03-18 00:47:58 +00:00
jpandre
cc96d22ed6
Fixed an endianness declaration
2009-03-11 16:18:18 +00:00
szaka
77096a387a
ntfs_attr_pwrite: cleanup
2009-03-05 23:10:22 +00:00
szaka
24b4391bc6
ntfs_attr_pwrite: fix rounding condition
2009-03-05 23:04:08 +00:00
szaka
705cd1c22f
ntfs_attr_pwrite: fix attribute initialized size condition (Jean-Pierre Andre)
2009-03-05 22:50:16 +00:00
szaka
cda5e8ba4c
add --version/-V command line option
2009-03-04 00:01:21 +00:00
szaka
9f2d3fce40
show 'Usage' instead of hint to use 'ntfs-3g --help'
2009-03-03 23:55:09 +00:00
szaka
13dc794688
fix all 64-bit format string warnings
2009-03-03 19:53:14 +00:00
szaka
0f2f03418f
ntfs_mapping_pairs_decompress: tabulated logging
2009-03-03 19:06:35 +00:00
szaka
c3c4d9080b
ntfs_attr_map_whole_runlist: cleanup, tabulated logging
2009-03-03 18:55:34 +00:00
szaka
5068137689
ntfs_non_resident_attr_expand: tabulated logging
2009-03-03 18:44:26 +00:00
szaka
f7505dfd2f
Prefer Support Forums for knowledge sharing
2009-03-03 08:15:19 +00:00
szaka
893ccb0e40
explicit declaration of ntfs_resident_attr_resize
2009-03-03 01:37:56 +00:00