Commit Graph

87 Commits (ac93f2c55ccb0c0254f4b484763cb0243cf636bb)
 

Author SHA1 Message Date
szaka ac93f2c55c performance: replaced cluster allocator to minimize file fragmentation 2007-03-17 01:58:39 +00:00
szaka 8a12e507c6 don't flood logs with ENOSPC errors (full disk) 2007-03-16 00:31:09 +00:00
szaka a5281b6114 OS natural manual: ntfs-3g runs on many OSes 2007-03-16 00:28:32 +00:00
szaka 4665b48913 don't log errno reason after fuse_mount() since it's undefined, misleading 2007-03-10 01:01:40 +00:00
szaka ff1997ec13 Use the 'nonempty' FUSE mount option by default, so we behave as in-kernel
filesystems, moreover HAL and pmount won't refuse to mount if they create
hidden .created-by-xxx file in the mount point directory before mount.
2007-03-03 23:42:05 +00:00
szaka cf16a8191b parse_mount_options(): don't parse empty options string 2007-03-03 23:36:43 +00:00
szaka 3e9874de79 fix fakeraid/softraid detection (Cyberjean, Szaka) 2007-03-03 23:31:48 +00:00
szaka 95e5a206c7 manual: added access handling, security section; other minor updates 2007-03-03 23:30:39 +00:00
szaka 68422bdf94 add --disable-ldconfig configure option and reorganize *-hook rules to
*-local and *-hook ones in src/Makefile.am for simplicity and to be more
compatible with older automake versions (Andreas Hanke)
2007-03-03 10:52:06 +00:00
szaka 79e99e6abd don't check for unused gcrypt.h and gnutls/pkcs12.h headers (Andreas Hanke) 2007-02-23 19:52:45 +00:00
szaka 2ac62cb4a2 update to 1.0 2007-02-20 20:16:19 +00:00
szaka 14c823ebaa release candidate -> stable 2007-02-20 20:14:19 +00:00
szaka 4e1693d0ef Don't calculate bootsector checksum, ntfs doesn't use it and it's often off 2007-02-20 19:09:32 +00:00
szaka e696740463 ntfs_delete(): don't log non-empty dir deleted attempts 2007-02-20 18:53:03 +00:00
szaka 9a80f012dc beta -> release candinate 2007-02-06 19:44:00 +00:00
szaka 09921b60fe update to 0.20070207-RC1 2007-02-06 19:41:51 +00:00
szaka b4c03d47f4 update to 0.20070207-PREVIEW 2007-02-06 19:25:55 +00:00
szaka f5d8f91c4f ignore user specified blksize option 2007-02-06 19:08:16 +00:00
szaka 931858c0c2 use FUSE default_permissions option when users expect things to work that way 2007-02-06 18:56:24 +00:00
szaka d7d38e82d9 fix: don't update ->name_offset if it would underflow 2007-02-06 15:11:53 +00:00
szaka 72c9e1175e ntfs_is_logfile_clean: no need to report more unlean logfile data 2007-02-04 20:01:51 +00:00
szaka d5d43139eb update fuse26_kmod_msg: FUSE 2.6.2 kmod lacks fuseblk for old kernels 2007-02-04 19:56:55 +00:00
szaka 28a4fa0a40 portability fix: use getuid/geteuid instead of getresuid 2007-02-04 13:25:26 +00:00
szaka 6da93fb607 fix uids related compilation warnings (bigboss, Szaka) 2007-02-04 13:20:25 +00:00
szaka 9d8acc3527 update to version 0.20070118-BETA 2007-01-17 21:57:35 +00:00
szaka 4fdcbb538c fix mtime, ctime update 2007-01-17 21:52:01 +00:00
szaka 30e9ddfdf0 main(): cleanup exit paths 2007-01-17 21:44:57 +00:00
szaka 065b283892 setuid root support 2007-01-17 21:25:00 +00:00
szaka e3054e26f9 remove redundant struct fuse_arg variable initialization 2007-01-17 20:59:21 +00:00
szaka d12649781e fix a memory leak on an error path before exit 2007-01-17 20:55:30 +00:00
szaka 85defe7e33 update to version 0.20070116-BETA 2007-01-15 22:32:31 +00:00
szaka de559b15af man page update 2007-01-15 22:31:49 +00:00
szaka d046837241 report logfile check errors 2007-01-15 21:58:00 +00:00
szaka 8a82a85477 support older than FUSE 2.6 kernel modules 2007-01-15 21:46:31 +00:00
szaka 75c60e5486 fix 64-bit warnings (Yuval) 2007-01-09 21:22:58 +00:00
szaka 21351b1132 ntfs_cluster_set_zone_pos(): fix unused 'zone' variable warning 2007-01-09 21:00:21 +00:00
szaka ba30abd0a4 fix "no previous prototype" warnings (Yuval) 2007-01-09 20:54:54 +00:00
szaka 87dcc99921 fix: make ActiveSync work via Samba 3.0 (Rein Ketelaars, Yuval, Szaka) 2007-01-09 20:38:07 +00:00
szaka 3ed207e09b update to version 0.20070102-BETA 2007-01-01 20:24:11 +00:00
szaka f29c52f92d Point FreeBSD users to http://www.freshports.org/sysutils/fusefs-ntfs 2007-01-01 20:21:54 +00:00
szaka 01622020fc print some help if device is fakeraid 2007-01-01 19:32:07 +00:00
szaka 6ef4ffde9b ntfs_cluster_alloc(): scatter new and concurrent writes 2007-01-01 17:59:01 +00:00
szaka a461c127d9 ntfs_cluster_alloc(): factor out codes related to positioning in zones 2007-01-01 17:35:58 +00:00
szaka e85c1e47fd ntfs_cluster_alloc(): log errors 2007-01-01 17:17:39 +00:00
szaka 31d7b6875f ntfs_cluster_alloc(): use 512 bytes NTFS_LCNALLOC_BSIZE instead of 8kB 2007-01-01 17:12:04 +00:00
szaka 0a918f567f fix: invalid argument error when writing randomly into sparse files 2007-01-01 17:02:27 +00:00
szaka f8f161ebb0 autogen.sh doesn't require bash, sh is enough 2007-01-01 16:55:48 +00:00
szaka 55c0d3a3fa update to version 0.20061218-BETA 2006-12-17 19:56:14 +00:00
szaka 41d37771a2 fix: inode number wasn't filled in dirent structures (Ted Anderson, Szaka) 2006-12-17 19:48:34 +00:00
szaka be2dbbf92d ntfs_rl_pwrite: don't check buffer for sparse runs 2006-12-17 02:18:55 +00:00