📄 changelog
字号:
2007-03-27 23:25 szaka * configure.ac: update to version 1.3282007-03-27 23:09 szaka * src/ntfs-3g.c: Emphasize the kernel problem which typically is believed to be a user space one2007-03-27 22:55 szaka * src/utils.c: refer to the latest ntfsfix, some earlier versions don't always work2007-03-27 22:36 szaka * src/: ntfs-3g.c, utils.c, utils.h: give examples for the 'force' mount option usage2007-03-27 22:31 szaka * src/ntfs-3g.8.in: fix the privilege typos2007-03-19 23:01 szaka * configure.ac: update to 1.320-RC2007-03-17 04:11 szaka * configure.ac: update to 1.317-BETA2007-03-17 04:03 szaka * libntfs-3g/volume.c: set mft zone to be the minimum of 12.5% of the disk size and 200 MB2007-03-17 03:58 szaka * libntfs-3g/lcnalloc.c: performance: replaced cluster allocator to minimize file fragmentation2007-03-16 02:31 szaka * libntfs-3g/attrib.c, src/ntfs-3g.c: don't flood logs with ENOSPC errors (full disk)2007-03-16 02:28 szaka * src/ntfs-3g.8.in: OS natural manual: ntfs-3g runs on many OSes2007-03-10 03:01 szaka * src/ntfs-3g.c: don't log errno reason after fuse_mount() since it's undefined, misleading2007-03-04 01:42 szaka * src/ntfs-3g.c: 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-04 01:36 szaka * src/ntfs-3g.c: parse_mount_options(): don't parse empty options string2007-03-04 01:31 szaka * src/utils.c: fix fakeraid/softraid detection (Cyberjean, Szaka)2007-03-04 01:30 szaka * src/ntfs-3g.8.in: manual: added access handling, security section; other minor updates2007-03-03 12:52 szaka * configure.ac, src/Makefile.am: 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-02-23 21:52 szaka * configure.ac: don't check for unused gcrypt.h and gnutls/pkcs12.h headers (Andreas Hanke)2007-02-20 22:16 szaka * configure.ac: update to 1.02007-02-20 22:14 szaka * README: release candidate -> stable2007-02-20 21:09 szaka * libntfs-3g/bootsect.c: Don't calculate bootsector checksum, ntfs doesn't use it and it's often off2007-02-20 20:53 szaka * libntfs-3g/dir.c: ntfs_delete(): don't log non-empty dir deleted attempts2007-02-06 21:44 szaka * README: beta -> release candinate2007-02-06 21:41 szaka * configure.ac: update to 0.20070207-RC12007-02-06 21:25 szaka * README, configure.ac: update to 0.20070207-PREVIEW2007-02-06 21:08 szaka * src/ntfs-3g.c: ignore user specified blksize option2007-02-06 20:56 szaka * src/: ntfs-3g.8.in, ntfs-3g.c: use FUSE default_permissions option when users expect things to work that way2007-02-06 17:11 szaka * libntfs-3g/attrib.c: fix: don't update ->name_offset if it would underflow2007-02-04 22:01 szaka * libntfs-3g/logfile.c: ntfs_is_logfile_clean: no need to report more unlean logfile data2007-02-04 21:56 szaka * src/ntfs-3g.c: update fuse26_kmod_msg: FUSE 2.6.2 kmod lacks fuseblk for old kernels2007-02-04 15:25 szaka * src/ntfs-3g.c: portability fix: use getuid/geteuid instead of getresuid2007-02-04 15:20 szaka * src/ntfs-3g.c: fix uids related compilation warnings (bigboss, Szaka)2007-01-17 23:57 szaka * configure.ac: update to version 0.20070118-BETA2007-01-17 23:52 szaka * libntfs-3g/inode.c: fix mtime, ctime update2007-01-17 23:44 szaka * src/ntfs-3g.c: main(): cleanup exit paths2007-01-17 23:25 szaka * src/ntfs-3g.c: setuid root support2007-01-17 22:59 szaka * src/ntfs-3g.c: remove redundant struct fuse_arg variable initialization2007-01-17 22:55 szaka * src/ntfs-3g.c: fix a memory leak on an error path before exit2007-01-16 00:32 szaka * configure.ac: update to version 0.20070116-BETA2007-01-16 00:31 szaka * src/ntfs-3g.8.in: man page update2007-01-15 23:58 szaka * libntfs-3g/logfile.c, src/utils.c: report logfile check errors2007-01-15 23:46 szaka * include/ntfs-3g/volume.h, src/ntfs-3g.c: support older than FUSE 2.6 kernel modules2007-01-09 23:22 szaka * libntfs-3g/bootsect.c, libntfs-3g/device.c, libntfs-3g/dir.c, libntfs-3g/index.c, libntfs-3g/mft.c, libntfs-3g/runlist.c, libntfs-3g/volume.c, src/ntfs-3g.c: fix 64-bit warnings (Yuval)2007-01-09 23:00 szaka * libntfs-3g/lcnalloc.c: ntfs_cluster_set_zone_pos(): fix unused 'zone' variable warning2007-01-09 22:54 szaka * libntfs-3g/lcnalloc.c: fix "no previous prototype" warnings (Yuval)2007-01-09 22:38 szaka * src/ntfs-3g.c: fix: make ActiveSync work via Samba 3.0 (Rein Ketelaars, Yuval, Szaka)2007-01-01 22:24 szaka * configure.ac: update to version 0.20070102-BETA2007-01-01 22:21 szaka * configure.ac: Point FreeBSD users to http://www.freshports.org/sysutils/fusefs-ntfs2007-01-01 21:32 szaka * src/utils.c: print some help if device is fakeraid2007-01-01 19:59 szaka * libntfs-3g/lcnalloc.c: ntfs_cluster_alloc(): scatter new and concurrent writes2007-01-01 19:35 szaka * libntfs-3g/lcnalloc.c: ntfs_cluster_alloc(): factor out codes related to positioning in zones2007-01-01 19:17 szaka * libntfs-3g/lcnalloc.c: ntfs_cluster_alloc(): log errors2007-01-01 19:12 szaka * libntfs-3g/lcnalloc.c: ntfs_cluster_alloc(): use 512 bytes NTFS_LCNALLOC_BSIZE instead of 8kB2007-01-01 19:02 szaka * libntfs-3g/attrib.c: fix: invalid argument error when writing randomly into sparse files2007-01-01 18:55 szaka * autogen.sh: autogen.sh doesn't require bash, sh is enough2006-12-17 21:56 szaka * configure.ac: update to version 0.20061218-BETA2006-12-17 21:48 szaka * src/ntfs-3g.c: fix: inode number wasn't filled in dirent structures (Ted Anderson, Szaka)2006-12-17 04:18 szaka * libntfs-3g/runlist.c: ntfs_rl_pwrite: don't check buffer for sparse runs2006-12-17 04:10 szaka * libntfs-3g/attrib.c: ntfs_attr_fill_hole: fix occasional high memory usage2006-12-17 03:48 szaka * libntfs-3g/attrib.c: ntfs_attr_fill_hole(): factor out ntfs_attr_fill_zero()2006-12-15 02:21 szaka * src/ntfs-3g.c: fix: fuse 2.6.x kernel module detection wasn't reliable2006-12-13 01:16 szaka * libntfs-3g/: device.c, unix_io.c: ntfs_read/ntfs_write: use pread/pwrite => 2-8% speed increase (Henk, Szaka)2006-12-12 02:20 szaka * configure.ac: update to version 0.20061212-BETA2006-12-12 02:13 szaka * src/ntfs-3g.c: be a bit helpful if fuseblk is not available2006-12-12 00:40 szaka * src/utils.c: unclean_journal_msg: try to make it more understandable2006-12-11 23:47 szaka * AUTHORS, CREDITS: update AUTHORS & CREDITS2006-12-11 23:15 szaka * src/ntfs-3g.c: parse_mount_options(): point to some help regards to locale setup2006-12-11 20:33 szaka * src/ntfs-3g.c: try_fuse_mount(): log why the FUSE mount point creation failed2006-12-09 02:02 szaka * libntfs-3g/bootsect.c: ntfs_boot_sector_parse: check sectors value & last sector seekability2006-12-09 01:55 szaka * include/ntfs-3g/bootsect.h, libntfs-3g/bootsect.c, libntfs-3g/volume.c: ntfs_boot_sector_is_ntfs/ntfs_boot_sector_parse: log errors2006-12-09 01:47 szaka * configure.ac, src/Makefile.am: fix: 'make install' failed if ldconfig wasn't in the $PATH2006-12-07 03:11 szaka * include/ntfs-3g/layout.h, libntfs-3g/dir.c: fix: directories were unreadable if the cluster size was bigger than 4kB2006-12-07 03:09 szaka * configure.ac, src/Makefile.am: fix: static linking failed because FUSE forgot to require -lrt2006-12-07 03:06 szaka * libntfs-3g/volume.c: ntfs_device_mount: more verbose error message2006-11-21 23:26 szaka * src/ntfs-3g.c: fix: POSIX requires st_blocks to be in 512 byte unites (Yuval, Yura)2006-11-14 22:14 szaka * configure.ac: update to version 0.20061115-BETA2006-11-14 22:07 szaka * libntfs-3g/logging.c, src/ntfs-3g.c: fix compilation warnings2006-11-14 20:47 szaka * src/ntfs-3g.c: point users to FUSE setup/install problem instead suggesting an NTFS issue2006-11-14 01:05 szaka * src/ntfs-3g.c: new: bmap() -- safe swap file support, LILO bootability (Szeredi, Szaka)2006-11-13 01:34 szaka * libntfs-3g/unix_io.c, src/ntfs-3g.c: fix: unmount wasn't synchronous for block devices2006-11-12 23:29 szaka * libntfs-3g/unix_io.c: ntfs_device_unix_io_open: check for block device early on2006-11-12 17:24 szaka * src/ntfs-3g.c: compilation requires FUSE API version 262006-11-12 17:23 szaka * src/ntfs-3g.c: fix: arguments were missing on the 2nd fuse mount attempt2006-11-11 22:12 szaka * src/ntfs-3g.c: fix FUSE API 26 crash during exit (Szeredi, Szaka)2006-11-11 01:36 szaka * configure.ac, src/Makefile.am, src/ntfs-3g.c: upgrade to FUSE API version 26 (FUSE 2.6.0) -- features, fixes require this2006-11-11 01:08 szaka * libntfs-3g/: unix_io.c, volume.c: unconditionally sync device2006-11-11 01:02 szaka * libntfs-3g/: bootsect.c, volume.c: unconditionally log errors2006-11-08 23:36 szaka * include/ntfs-3g/attrib.h, libntfs-3g/attrib.c, libntfs-3g/dir.c, src/ntfs-3g.c: add ntfs_attr_remove(); convert its users2006-11-08 22:27 szaka * src/ntfs-3g.c: ntfs_fuse_removexattr(): reorder free space outdating2006-11-08 22:00 szaka * libntfs-3g/attrib.c, libntfs-3g/dir.c, src/ntfs-3g.c: ntfs_attr_rm(): fix inconsistent deallocation of *na; adapt its users2006-11-07 01:17 szaka * libntfs-3g/index.c: big-endian fixes (zhanglinbao, yuval, szaka)2006-11-07 00:27 szaka * src/ntfs-3g.8.in: Fix Yuval's name (yuval)2006-11-07 00:26 szaka * libntfs-3g/index.c: ntfs_ie_dup_novcn(): fix null pointer dereference if malloc failed (Yuval)2006-10-31 00:36 szaka * AUTHORS, ChangeLog, NEWS: add AUTHORS, ChangeLog, and NEWS files2006-10-31 00:32 szaka * CREDITS, Makefile.am, README, autogen.sh, configure.ac, include/Makefile.am, include/ntfs-3g/Makefile.am, include/ntfs-3g/attrib.h, include/ntfs-3g/attrlist.h, include/ntfs-3g/bitmap.h, include/ntfs-3g/bootsect.h, include/ntfs-3g/collate.h, include/ntfs-3g/compat.h, include/ntfs-3g/compress.h, include/ntfs-3g/debug.h, include/ntfs-3g/device.h, include/ntfs-3g/device_io.h, include/ntfs-3g/dir.h, include/ntfs-3g/endians.h, include/ntfs-3g/index.h, include/ntfs-3g/inode.h, include/ntfs-3g/layout.h, include/ntfs-3g/lcnalloc.h, include/ntfs-3g/list.h, include/ntfs-3g/logfile.h, include/ntfs-3g/logging.h, include/ntfs-3g/mft.h, include/ntfs-3g/misc.h, include/ntfs-3g/mst.h, include/ntfs-3g/ntfstime.h, include/ntfs-3g/runlist.h, include/ntfs-3g/security.h, include/ntfs-3g/support.h, include/ntfs-3g/types.h, include/ntfs-3g/unistr.h, include/ntfs-3g/version.h, include/ntfs-3g/volume.h, libntfs-3g/Makefile.am, libntfs-3g/attrib.c, libntfs-3g/attrlist.c, libntfs-3g/bitmap.c, libntfs-3g/bootsect.c, libntfs-3g/collate.c, libntfs-3g/compat.c, libntfs-3g/compress.c, libntfs-3g/debug.c, libntfs-3g/device.c, libntfs-3g/device_io.c, libntfs-3g/dir.c, libntfs-3g/index.c, libntfs-3g/inode.c, libntfs-3g/lcnalloc.c, libntfs-3g/logfile.c, libntfs-3g/logging.c, libntfs-3g/mft.c, libntfs-3g/misc.c, libntfs-3g/mst.c, libntfs-3g/runlist.c, libntfs-3g/security.c, libntfs-3g/unistr.c, libntfs-3g/unix_io.c, libntfs-3g/version.c, libntfs-3g/volume.c, libntfs-3g/win32_io.c, src/Makefile.am, src/ntfs-3g.8.in, src/ntfs-3g.c, src/utils.c, src/utils.h: Initial revision2006-10-31 00:32 szaka * CREDITS, Makefile.am, README, autogen.sh, configure.ac, include/Makefile.am, include/ntfs-3g/Makefile.am, include/ntfs-3g/attrib.h, include/ntfs-3g/attrlist.h, include/ntfs-3g/bitmap.h, include/ntfs-3g/bootsect.h, include/ntfs-3g/collate.h, include/ntfs-3g/compat.h, include/ntfs-3g/compress.h, include/ntfs-3g/debug.h, include/ntfs-3g/device.h, include/ntfs-3g/device_io.h, include/ntfs-3g/dir.h, include/ntfs-3g/endians.h, include/ntfs-3g/index.h, include/ntfs-3g/inode.h, include/ntfs-3g/layout.h, include/ntfs-3g/lcnalloc.h, include/ntfs-3g/list.h, include/ntfs-3g/logfile.h, include/ntfs-3g/logging.h, include/ntfs-3g/mft.h, include/ntfs-3g/misc.h, include/ntfs-3g/mst.h, include/ntfs-3g/ntfstime.h, include/ntfs-3g/runlist.h, include/ntfs-3g/security.h, include/ntfs-3g/support.h, include/ntfs-3g/types.h, include/ntfs-3g/unistr.h, include/ntfs-3g/version.h, include/ntfs-3g/volume.h, libntfs-3g/Makefile.am, libntfs-3g/attrib.c, libntfs-3g/attrlist.c, libntfs-3g/bitmap.c, libntfs-3g/bootsect.c, libntfs-3g/collate.c, libntfs-3g/compat.c, libntfs-3g/compress.c, libntfs-3g/debug.c, libntfs-3g/device.c, libntfs-3g/device_io.c, libntfs-3g/dir.c, libntfs-3g/index.c, libntfs-3g/inode.c, libntfs-3g/lcnalloc.c, libntfs-3g/logfile.c, libntfs-3g/logging.c, libntfs-3g/mft.c, libntfs-3g/misc.c, libntfs-3g/mst.c, libntfs-3g/runlist.c, libntfs-3g/security.c, libntfs-3g/unistr.c, libntfs-3g/unix_io.c, libntfs-3g/version.c, libntfs-3g/volume.c, libntfs-3g/win32_io.c, src/Makefile.am, src/ntfs-3g.8.in, src/ntfs-3g.c, src/utils.c, src/utils.h: initial CVS import
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -