Commit Graph

417 Commits (b660e27c2482aaea45ea6732a7c9f08b6fa8671c)
 

Author SHA1 Message Date
szaka b660e27c24 add Solaris support (Mark Phalan, Laszlo Peter, Marc Glisse, Szabolcs Szakacsits) 2008-07-17 15:01:50 +00:00
szaka d3c12f7153 remove unused FUSE code 2008-07-16 02:03:50 +00:00
szaka 5d2884b578 comment update, cleanup (Yura Pakhuchiy) 2008-07-15 17:11:17 +00:00
szaka d1f14ea752 ntfs_non_resident_attr_expand(): fix corruption during rollback (Yura Pakhuchiy) 2008-07-15 16:52:10 +00:00
szaka 64560ad1f4 ntfs_attr_add(): fix ->attrs_offset conversion on error path (Yura Pakhuchiy) 2008-07-15 16:05:05 +00:00
szaka 59f002c253 setup_logging(): fix printf NULL pointer crash on Solaris (Mark Phalan) 2008-07-15 15:39:53 +00:00
szaka 45f3921b74 reorganize --enable/disable configure options 2008-07-15 15:15:24 +00:00
szaka 82abdbde27 remove dead code 2008-07-15 14:44:20 +00:00
szaka a1ca066aec ntfs_ie_add(): #ifdef DEBUG debug code (Yura Pakhuchiy) 2008-07-15 14:29:52 +00:00
szaka 53792aec38 add libtool-2 support (Alon Bar-Lev) 2008-07-15 00:11:09 +00:00
szaka 371d18c5f0 autoupdate fixes: remove spaces (Alon Bar-Lev) 2008-07-14 23:54:37 +00:00
szaka 886cbb739f autoupdate fixes: AC_PREREQ, AM_CONFIG_HEADER->AC_CONFIG_HEADERS (Alon Bar-Lev) 2008-07-14 23:49:30 +00:00
szaka 90b0f9b424 ntfs_attr_update_mapping_pairs(): error handling cleanup 2008-07-14 00:37:06 +00:00
szaka 61842b0bac ntfs_attr_update_mapping_pairs(): fix last ntfs_attr_update_meta() errno 2008-07-13 23:52:55 +00:00
szaka c46ce72177 move unused, conditional MAX_PATH define to the Win32 specific code 2008-07-13 13:56:38 +00:00
szaka 6ef25e0a46 release 1.2712 2008-07-12 15:16:02 +00:00
szaka 933ac7f054 fix: build failed using --prefix=/ 2008-07-12 14:53:46 +00:00
szaka 6d97008d04 ntfs_bitmap_set_bits_in_run(): report real reason, not EIO if read/write fails 2008-07-12 12:52:50 +00:00
szaka d878ee30ad ntfs_bitmap_set_bits_in_run(): cleanup error handling 2008-07-12 12:38:56 +00:00
szaka 51b5d60fac ntfs_bitmap_set_bits_in_run(): log errors 2008-07-12 12:29:53 +00:00
szaka ed96bb15e5 fix: the driver didn't work if the standard I/O file descriptors were closed
during mount, e.g. via some configuration of udev/hotplug (Ugo Riboni, laoGe)
2008-07-10 22:55:50 +00:00
szaka ff1e14e4fb open() API documentation update (Nikolaus Rath) 2008-07-10 22:30:35 +00:00
szaka e21cfaa809 version 1.2630 2008-06-30 11:26:16 +00:00
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