Commit Graph

394 Commits (c9c732c7fc043fe4fa3936272568f31ab8f875aa)
 

Author SHA1 Message Date
szaka c9c732c7fc add tabulated logging for the most common ntfs_mft_* functions 2008-06-30 02:49:36 +00:00
szaka ab75028fd5 cleanup ntfs_volume_write_flags(): remove redundant error logging 2008-06-30 02:24:12 +00:00
szaka cea1c5c7e8 fix missing logging.h include 2008-06-29 23:45:34 +00:00
szaka f4b5e8fb92 copyright update 2008-06-29 23:08:55 +00:00
szaka c6e1991749 new: use tabulated logging; add ntfs_log_enter() and ntfs_log_leave()
and convert the most commonly used functions
2008-06-29 22:06:38 +00:00
szaka dec6162b63 cleanup ntfs_inode_open() 2008-06-29 17:43:56 +00:00
szaka 7bcb40b378 cleanup ntfs_attr_open() 2008-06-29 16:52:27 +00:00
szaka 81488fad6e add Bernhard Kaindl to project authors 2008-06-27 18:59:33 +00:00
szaka f94a09b151 fix: mount failed if /etc/mtab didn't exist or was on a read-only
file system (Miklos Szeredi, Szabolcs Szakacsits)
2008-06-27 12:37:02 +00:00
szaka 2848f06bad fix memory leak when removing streams or xattrs (Jean-Pierre Andre) 2008-06-17 22:40:43 +00:00
szaka bf3b6d780d fix potential hang for huge/corrupted directories (Miklos Szeredi, Szabolcs Szakacsits) 2008-06-11 20:33:02 +00:00
szaka b8228df2a2 Fix 'PATH_MAX undeclared' (cross-)compilation error in some environments 2008-06-10 19:48:35 +00:00
szaka 4173b0172c release 1.2531 2008-05-28 19:04:59 +00:00
szaka e5ce8d18d3 fix potential hangs if index entries were corrupt 2008-05-28 18:49:44 +00:00
szaka 9d3cc4b907 revert temporarily the --with-rootfs= configure option until we really
need it and agree on the name, semantic, backward-compatibility
(Bernhard Kaindl, Alon Bar-Lev, Szabolcs Szakacsits)
2008-05-28 12:39:20 +00:00
szaka d2f30b4d43 fix corrupt attribute flags and compression unit detection 2008-05-28 12:04:38 +00:00
szaka ca549668f6 release 1.2528 2008-05-27 13:36:55 +00:00
szaka 34329cf27e use $(MKDIR_P) if available, $(mkdir_p) otherwise (Alon Bar-Lev) 2008-05-26 23:46:43 +00:00
szaka 70ecc5be0c new: --enable-mount-helper, --with-rootfs options and other build fixes:
- add --enable-mount-helper which installs /sbin/mount.ntfs-3g to be able
  to mount via mount(8) and /etc/fstab on Linux. The default is enabled
  on Linux and disabled on others.
- add --with-rootfs=<PATH> where the driver, library and core utils will
  be installed. The default is "/" otherwise automounts could fail.
- warn fuse none rootfs only if rootfs is "/"
- parallel make install support
- add DISTCHECK_HACK=1 environment which make "make distcheck" work
(Alon Bar-Lev)
2008-05-25 01:21:29 +00:00
szaka 9186ebc4d6 fix parallel 'make install' (Alon Bar-Lev) 2008-05-24 17:37:46 +00:00
szaka 5e1684ee29 autoconf cleanups: move conditional and conditions to the end of the file,
so that the order of the AC_ARG_* will not matter. The LDCONFIG is now
available at configure argument. Some minor style changes. (Alon Bar-Lev)
2008-05-24 15:49:56 +00:00
szaka 6a024394c6 fix mount/driver hangs/misbehaviours when the some attribute flags were corrupt 2008-05-24 14:38:36 +00:00
szaka 7705fc3fdf fix hanging mount if $Bitmap data size is corrupt 2008-05-23 22:21:16 +00:00
szaka 9d6a1dc617 fix crash when both an mft attribute offset and the allocated bytes were corrupt 2008-05-23 20:33:27 +00:00
szaka 78915c1d3c fix build if --exec-prefix used without --sbindir=/sbin (Georg Lukas, Szabolcs Szakacsits) 2008-05-23 20:13:21 +00:00
szaka 5a55fa1850 fix: mount failed with invalid argument error if the mountpoint was a symlink
(Peter Rabbitson, Miklos Szeredi)
2008-05-23 13:25:28 +00:00
szaka 5a434924c2 fix packaging: always distribute headers (Alon Bar-Lev) 2008-05-20 19:31:49 +00:00
szaka d73e646b33 fix: support build in a separate directory (Alon Bar-Lev) 2008-05-19 17:34:39 +00:00
szaka fce56ad807 release 1.2506 2008-05-05 17:22:18 +00:00
szaka 83e9aa0457 document missing and powered down device case 2008-05-05 17:20:22 +00:00
szaka 68e382fc9d ntfs_boot_sector_parse: hints on error (Ralph Corderoy, Szabolcs Szakacsits) 2008-05-05 15:53:40 +00:00
szaka a6ec7d343b fix: multi-block allocation could allocate or free used blocks in certain
rare circumstances. Because FUSE write(2) size was restricted to 4 KB
until recently and the most widely used NTFS block size is also 4 KB thus
allocations were typically single block size therefore the bug wasn't
visible and couldn't be easily reproduced. However MFT allocations are
multi-block size and they could lead to data corruption typically in close
to full disk utilization.
2008-05-05 15:36:58 +00:00
szaka 04e82fd549 release 1.2412 2008-04-12 14:14:57 +00:00
szaka 68b83a4181 fix: FUSE limited the total file system depth to 4095 characters and gave
"No such file or directory" errors (Miklos Szeredi, Szabolcs Szakacsits)
2008-04-12 14:05:43 +00:00
szaka 46b3ebbb16 unprivileged mount may failed because suppl. groups were dropped too early 2008-04-11 01:02:40 +00:00
szaka 5de5fc1421 mount_fuse(): don't refer to non-used /etc/fuse.conf; mount_max is enforced
by kernels with unprivileged mount support
2008-04-10 23:48:22 +00:00
szaka 52968a021e remove buggy /etc/fuse.conf parsing ("reading /etc/fuse.conf: line X too long"
error when '\n' is missing) since it has no real purpose anymore anyway
2008-04-10 23:35:17 +00:00
szaka f90aa79b2e remove redundant user_allow_other support: mount is denied for unprivileged
mounts unless ntfs-3g is suid-root in which case the user can control the
access by the uid/gid and fmask/dmask/umask options.
2008-04-09 00:37:36 +00:00
szaka ec83e7062a fix: symlink failed if the target was over 1024 bytes 2008-04-02 17:30:12 +00:00
szaka e518ef07ad ntfs_attr_add(): fix adding attribute which can be resident and non-resident 2008-04-02 17:20:23 +00:00
szaka b06ba6ed11 ntfs_make_room_for_attr(): "no space" condition must be ENOSPC, not EINVAL 2008-04-02 11:46:38 +00:00
szaka d9b1635532 fix: symlink failed or the size was truncated at modulo 256 if the target was over 255 bytes 2008-04-02 10:28:49 +00:00
szaka c231d73e19 fix: hard link attribute update was delayed by one second 2008-03-30 20:22:14 +00:00
szaka 2a3d44e3d6 fix: 'noatime' additionally and unconditionally was passed to fuse 2008-03-30 20:10:56 +00:00
szaka c78280181d ntfs_create_symlink(): log error details 2008-03-30 20:00:38 +00:00
szaka 3edc27d598 add COPYING file explicitely because autogen.sh doesn't create it automatic
since COPYING.LIB was added (Tom "spot" Callaway, Szabolcs Szakacsits)
2008-03-24 21:08:31 +00:00
szaka f2b8efc36a fusermount(): fix a mount and unmount time mountpoint size memory leak 2008-03-23 14:33:26 +00:00
szaka 6d8f003336 do_mount(): fix one time, fsname size memory leak 2008-03-23 14:09:35 +00:00
szaka ca890bec0a fuse_lib_opendir(): fix missing pthread_mutex_destroy() in error path 2008-03-23 14:02:04 +00:00
szaka 72c32e0c30 release 1.2310 2008-03-09 13:32:07 +00:00