Commit Graph

386 Commits (f94a09b1519443deffd0356bbb2a4f26a8ec66e8)
 

Author SHA1 Message Date
szaka 5fde1785fd fix driver crash when trying to open files having at least twice as long
file name as allowed by NTFS (crash reported by Bernhard Kaindl)
2008-03-08 15:35:01 +00:00
szaka 6ad4be98f6 ntfs_device_mount(): cleanup & more verbose error reporting 2008-03-08 13:08:12 +00:00
szaka df0177485b fix incorrect data and allocation sizes in index and inode FILE_NAME
attributes for some resident unnamed $DATA attributes and for which CHKDSK
reported minor inconsistencies.
2008-03-08 12:04:25 +00:00
szaka 4ce572b79d release 1.2216 2008-02-16 17:12:44 +00:00
szaka 5617176383 fix compiler warnings 2008-02-16 17:05:38 +00:00
szaka d5d8acb214 don't obfuscate error message with usage help; explain better realpath error 2008-02-16 16:01:52 +00:00
szaka 6ab2973445 explain unprivileged block device mount failure with external FUSE 2008-02-16 15:21:56 +00:00
szaka fca849d365 fix unprivileged mount/unmount 2008-02-16 14:25:23 +00:00
szaka 6b52c58799 remove archaic FUSE kernel driver support 2008-02-16 12:42:30 +00:00
szaka 3f2f5b3431 fix command line parsing 2008-02-10 21:40:43 +00:00
szaka 86b8a18d07 remove redundant fuse_mount_fusermount() 2008-02-10 21:37:16 +00:00
szaka 7b638b31d6 explain how certain mount denials can be overcome by mount options 2008-02-10 14:37:29 +00:00
szaka 8f278649ac document remove_hiberfile mount option 2008-02-10 14:35:44 +00:00
szaka 9a457b1681 forced_mount_msg: drop 'defaults' as many people mistyped it to 'defualts' 2008-02-10 13:34:14 +00:00
szaka de7a19352e ntfs_log_set_handler(): log as ntfs-3g 2008-02-09 15:18:25 +00:00
szaka 7b17f7daf4 remove user= option handling because fuse-lite will take care about it 2008-02-09 14:46:48 +00:00
szaka f56ee252c7 remove unused fuse subtype support 2008-02-05 23:05:34 +00:00
szaka 434ae034a0 do_mount(): remove unused rootsize argument 2008-02-05 22:22:29 +00:00
szaka 0c9f67f315 remove never used fuse code related to the 'nonempty' mount option 2008-02-05 22:18:39 +00:00
szaka 2636da890b fix: create mount.ntfs-3g symlink always in /sbin where mount(8) needs it 2008-02-03 16:39:13 +00:00
szaka 65996b036a add 'remove_hiberfile' mount option to be able rw mount hibernated volumes 2008-02-03 16:35:25 +00:00
szaka 56e2ae1792 release 1.2202-BETA 2008-02-02 16:58:47 +00:00
szaka 4d9c861176 ntfs_index_lookup(): fix potential double free()'s on error paths 2008-02-02 16:55:04 +00:00
szaka dc1677b58e ntfs_index_lookup(): fix potential double free() on error paths 2008-02-02 16:43:05 +00:00
szaka 490f7e49b8 ntfs_ir_lookup(): set attribute search context pointer to NULL on error
paths to prevent potential double free()'s
2008-02-02 15:27:34 +00:00
szaka 5ef093294d remove unused ib_vcn field from ntfs_index_context 2008-02-02 14:51:40 +00:00
szaka a723dc0bb6 ntfs_ib_write(): remove redundant vcn argument 2008-02-02 14:46:08 +00:00
szaka 6066e9f04d fix: empty index block is EIO, not EOPNOTSUPP 2008-02-02 13:19:00 +00:00
szaka a7b27505ea fix: file/dir removal/rename may have been denied as "Operation not supported" 2008-02-02 13:14:17 +00:00
szaka b4764d8a9d remove unused max_depth field from ntfs_index_context 2008-02-02 12:36:28 +00:00
szaka d776c52209 ntfs_index_lookup(): fix typo in previous commit 2008-02-02 12:34:06 +00:00
szaka 81a74bfbec ntfs_index_lookup(): fix memory leak on an unlikely error path 2008-02-02 12:28:17 +00:00
szaka 23dfee4366 ntfs_delete(): factor out ntfs_index_remove() 2008-02-02 12:15:31 +00:00
szaka 34ad920d44 remove unneeded/redundant fuse_kern_chan_new() declaration 2008-02-02 12:11:10 +00:00
szaka d5cc4bf050 release 1.2129 2008-01-28 19:06:29 +00:00
szaka 515aaffdfa release 1.2125-RC 2008-01-23 22:02:14 +00:00
szaka 8abe8928ae add config.h (Alon Bar-Lev) 2008-01-23 22:01:02 +00:00
szaka 49fd15caf2 release 1.2124-RC 2008-01-23 21:56:06 +00:00
szaka 42c3d8593b remove -fno-strict-aliasing (Alon Bar-Lev) 2008-01-23 21:45:36 +00:00
szaka ce46eba979 remove _FILE_OFFSET_BITS define/check since it's in config.h (Alon Bar-Lev) 2008-01-23 21:32:27 +00:00
szaka 7fe7e1c9c6 remove _GNU_SOURCE define from source since it's in configure (Alon Bar-Lev) 2008-01-23 21:27:11 +00:00
szaka 9c92941a6f define _REENTRANT in configure instead of in Makefile.am (Alon Bar-Lev) 2008-01-23 21:23:55 +00:00
szaka 5e6d439ce8 add config.h to all fuse-lite sources (Alon Bar-Lev) 2008-01-23 21:20:16 +00:00
szaka a8791404f5 rename variables with names as a standard library function (Alon Bar-Lev) 2008-01-23 21:15:00 +00:00
szaka ba4e6dbd9e fix void* arithmetic (Alon Bar-Lev) 2008-01-23 21:07:59 +00:00
szaka 48f32c048a fix %lld when off_t is used on 64-bit (Alon Bar-Lev) 2008-01-23 21:05:40 +00:00
szaka dbbdb34f1b convert C++ style comments to C comments (Alon Bar-Lev) 2008-01-23 21:04:06 +00:00
szaka a246e45f82 release 1.2121-RC 2008-01-20 19:26:26 +00:00
szaka 8a1cc132ab remove root requirement for blkddev since still no security problem is known 2008-01-20 18:43:57 +00:00
szaka 0afd8ce18b fix signal handling for integrated fuse user mounts 2008-01-20 18:37:15 +00:00