szaka
13da6e3415
ntfs_attr_fill_hole: fix occasional high memory usage
2006-12-17 02:10:12 +00:00
szaka
d9c2791bbd
ntfs_attr_fill_hole(): factor out ntfs_attr_fill_zero()
2006-12-17 01:48:25 +00:00
szaka
4ae052cf3c
fix: fuse 2.6.x kernel module detection wasn't reliable
2006-12-15 00:21:32 +00:00
szaka
d0a2e7d3a2
ntfs_read/ntfs_write: use pread/pwrite => 2-8% speed increase (Henk, Szaka)
2006-12-12 23:16:43 +00:00
szaka
431ac5d40b
update to version 0.20061212-BETA
2006-12-12 00:20:54 +00:00
szaka
b0a44f5fad
be a bit helpful if fuseblk is not available
2006-12-12 00:13:18 +00:00
szaka
94e892228f
unclean_journal_msg: try to make it more understandable
2006-12-11 22:40:31 +00:00
szaka
107425736f
update AUTHORS & CREDITS
2006-12-11 21:47:47 +00:00
szaka
adc8caa033
parse_mount_options(): point to some help regards to locale setup
2006-12-11 21:15:45 +00:00
szaka
a4317bed14
try_fuse_mount(): log why the FUSE mount point creation failed
2006-12-11 18:33:38 +00:00
szaka
2bc71e4ee7
ntfs_boot_sector_parse: check sectors value & last sector seekability
2006-12-09 00:02:45 +00:00
szaka
45630fa43c
ntfs_boot_sector_is_ntfs/ntfs_boot_sector_parse: log errors
2006-12-08 23:55:10 +00:00
szaka
a65b19aa02
fix: 'make install' failed if ldconfig wasn't in the $PATH
2006-12-08 23:47:08 +00:00
szaka
52e0bb19d6
fix: directories were unreadable if the cluster size was bigger than 4kB
2006-12-07 01:11:38 +00:00
szaka
ad1bf014ff
fix: static linking failed because FUSE forgot to require -lrt
2006-12-07 01:09:15 +00:00
szaka
ba03f639fe
ntfs_device_mount: more verbose error message
2006-12-07 01:06:20 +00:00
szaka
331dad587c
fix: POSIX requires st_blocks to be in 512 byte unites (Yuval, Yura)
2006-11-21 21:26:42 +00:00
szaka
bc817d9de4
update to version 0.20061115-BETA
2006-11-14 20:14:23 +00:00
szaka
c842f28870
fix compilation warnings
2006-11-14 20:07:13 +00:00
szaka
30e099de17
point users to FUSE setup/install problem instead suggesting an NTFS issue
2006-11-14 18:47:19 +00:00
szaka
1fe361a4b7
new: bmap() -- safe swap file support, LILO bootability (Szeredi, Szaka)
2006-11-13 23:05:36 +00:00
szaka
6c120f3d35
fix: unmount wasn't synchronous for block devices
2006-11-12 23:34:50 +00:00
szaka
538349c592
ntfs_device_unix_io_open: check for block device early on
2006-11-12 21:29:12 +00:00
szaka
8c45b819fa
compilation requires FUSE API version 26
2006-11-12 15:24:53 +00:00
szaka
16971593a6
fix: arguments were missing on the 2nd fuse mount attempt
2006-11-12 15:23:49 +00:00
szaka
b2ce68ed26
fix FUSE API 26 crash during exit (Szeredi, Szaka)
2006-11-11 20:12:40 +00:00
szaka
fc448b311e
upgrade to FUSE API version 26 (FUSE 2.6.0) -- features, fixes require this
2006-11-10 23:36:25 +00:00
szaka
f8d6b01e99
unconditionally sync device
2006-11-10 23:08:06 +00:00
szaka
40ea28867d
unconditionally log errors
2006-11-10 23:02:18 +00:00
szaka
94b94568e3
add ntfs_attr_remove(); convert its users
2006-11-08 21:36:29 +00:00
szaka
09dd3c34bc
ntfs_fuse_removexattr(): reorder free space outdating
2006-11-08 20:27:45 +00:00
szaka
13ab497b7c
ntfs_attr_rm(): fix inconsistent deallocation of *na; adapt its users
2006-11-08 20:00:28 +00:00
szaka
342e2d7af6
big-endian fixes (zhanglinbao, yuval, szaka)
2006-11-06 23:17:08 +00:00
szaka
387728c1e7
Fix Yuval's name (yuval)
2006-11-06 22:27:30 +00:00
szaka
7be2eeb930
ntfs_ie_dup_novcn(): fix null pointer dereference if malloc failed (Yuval)
2006-11-06 22:26:11 +00:00
szaka
e291a71570
add AUTHORS, ChangeLog, and NEWS files
2006-10-30 22:36:47 +00:00
szaka
ba63b7daca
initial CVS import
2006-10-30 22:32:48 +00:00
aia21
755e9cafbd
The 1.13.1 release is here!
2006-06-21 09:40:17 +00:00
szaka
f61d45b970
fix 64 bit destination size calculation on Mac OS X
2006-06-15 18:43:24 +00:00
yura
345247a596
ntfs_link(): prevent creating of recursive directary structure.
...
FUSE incorrectly handles case insensitive filesystems: when I try to rename
"/Dir" to "/DIR", ntfsmount receive rename("/Dir", "/DIR/Dir") call.
This patch do not fix rename, but prevent fs corruption. I will mail Miklos
about this problem.
2006-06-03 22:09:24 +00:00
yura
6b0018def4
Fix bug with renaming directories with names in DOS and WIN32 namespaces.
2006-06-03 21:37:27 +00:00
aia21
c0f991b525
- Fix STUPID vcn printing bug in ntfsinfo that waster over 18 hours of my life
...
trying to debug the ntfs driver when it was ntfsinfo that was wrong. )))-:
- Switch vcn output in index listings to show the vcn in hex not decimal.
- Show index block flags for each index block.
2006-05-20 21:27:15 +00:00
aia21
14659dfc20
Fix ntfsmount compilation.
2006-05-19 04:22:53 +00:00
uvman
02194004ab
mkntfs.c refactoring and compile fix for Cygwin
2006-05-16 12:12:45 +00:00
uvman
bcbb7e06e2
configure.ac fix for Cygwin
2006-05-16 11:58:22 +00:00
cha0smaster
d0cd21d4e3
vimspell rules
2006-05-15 21:35:38 +00:00
cha0smaster
8842271dde
This code should be in fuse, if should exist at all.
2006-04-27 22:22:02 +00:00
szaka
a3ec003be1
Workaround for libfuse not being able to find fusermount when mount(8) used
2006-04-27 21:05:38 +00:00
szaka
4f13e396a4
ntfs_dump_attr_standard_information(): don't dump some fields multiply times
2006-04-23 11:01:07 +00:00
szaka
63b431150e
Dump USA, USN and LSN for index records
2006-04-23 10:06:39 +00:00