Commit Graph

538 Commits (f7a072bc10aea7e06fdc887d2ed505b8058ef09d)
 

Author SHA1 Message Date
szaka 46f8418edc fix ntfs_mft_attr_extend usage 2008-10-15 09:18:53 +00:00
szaka 6ef5d450da mft.c: fix compiler warnings 2008-10-15 08:47:33 +00:00
szaka 4d0b4c195c release 1.5012 2008-10-11 12:39:59 +00:00
szaka 3e4699435e release 1.2926-RC 2008-09-18 21:05:32 +00:00
szaka f089c4b208 support unlimited file and directory creation 2008-09-18 21:03:35 +00:00
szaka 01db330964 release 1.2918 2008-09-18 12:41:01 +00:00
szaka 2bb181d328 fix driver hang when reading corrupted dirs (Peter J. Creath, Paul Mattal, Szabolcs Szakacsits) 2008-09-17 21:35:51 +00:00
szaka 31a4ce20e6 FUSE API documentation update (Daniel Benamy) 2008-08-21 20:27:16 +00:00
szaka a11f312560 version 1.2812 2008-08-11 16:10:29 +00:00
szaka 330c50c530 ntfs-3g can be built only with gcc on Solaris 2008-08-11 16:08:31 +00:00
szaka 9119ac8de2 version 1.2811 2008-08-11 15:48:52 +00:00
szaka fdd8b13073 preferred compiler is gcc (currently the only tested and certified one) 2008-08-11 13:04:51 +00:00
szaka 1212a635bb portability fix: use -Wall only with gcc (e.g. Sun Studio fails) 2008-08-11 13:02:09 +00:00
szaka ce1d83ef06 remove not needed auto_cache hereby the librt dependency when using fuse-lite 2008-07-31 23:06:55 +00:00
szaka 87c9b0956f sync with reindented upstream FUSE headers 2008-07-18 22:13:46 +00:00
szaka 43e4670b80 remove redundant ctx->vol checks (Yura Pakhuchiy) 2008-07-18 14:08:30 +00:00
szaka b4fd7fe3ce ntfs_fuse_write(): fix format string warning 2008-07-18 13:04:38 +00:00
szaka cdf4fd5469 don't flood log with "Operation not supported" compressed/encrypted write errors
(Mark McIntyre, Jean-Pierre Andre, Szabolcs Szakacsits)
2008-07-18 12:37:37 +00:00
szaka a13e6e6f0b mkdir(), open() API documentation update (Nikolaus Rath) 2008-07-18 11:32:35 +00:00
szaka d7ae435430 create/mknod cleanup (Yura Pakhuchiy) 2008-07-18 01:07:21 +00:00
szaka a970d47c37 version 1.2717 2008-07-17 15:04:23 +00:00
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