ntfs-3g/ntfsprogs
antona af9fd39611 Wheee! Lots of last minute fixes and enhancements.
- Compiler warning fixes for gnome-vfs and fuse modules. (Anton)
- Change volume mounting (actually device opening) to happen with
  O_EXCL bit set so at least on Linux no one can change the device
  block size under our feet.  (Anton)
- Change volume mounting and mkntfs to set the device block size to the
  sector size using BLKBSZSET ioctl (Linux only).  This should be
  optimal for performance and should fixes the bug of not being able to
  create the backup boot sector if the number of sectors on the device
  is odd, the sector size is 512 bytes, and the kernel is 2.4.  (Anton)
- Enforce cluster size, mft record size, and index record size to be at
  least equal to the sector size and verify they are still valid and in
  particular display a warning message if the volume will not be
  mountable by the kernel driver (it requires mft record size and index
  record size to be below or equal to the system page size which we
  determine using sysconf()).  (Anton)
2006-02-03 22:19:17 +00:00
..
.cvsignore Prepare for 1.12.0 release. 2005-10-07 12:52:52 +00:00
attrdef.c tidy up 2005-10-26 20:47:14 +00:00
attrdef.h new header files to tidy build process 2005-10-21 18:08:28 +00:00
boot.c tidy up 2005-10-26 20:47:14 +00:00
boot.h new header files to tidy build process 2005-10-21 18:08:28 +00:00
cluster.c upgrade to use new logging 2005-10-29 00:08:43 +00:00
cluster.h whitespace fixes - no code changes 2005-10-26 22:54:57 +00:00
Makefile.am ntfsmount: 2006-02-01 17:37:34 +00:00
mkntfs.8.in Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
mkntfs.c Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
ntfscat.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfscat.c tidy evil roff usage 2005-11-21 21:25:14 +00:00
ntfscat.h ntfscat can display named attributes, streams too 2005-10-23 14:00:37 +00:00
ntfsclone.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfsclone.c remove usage of old logging macros 2005-11-27 12:31:39 +00:00
ntfscluster.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfscluster.c tidy evil roff usage 2005-11-21 21:25:14 +00:00
ntfscluster.h Tidy whitespace: trailing space; <space><tab> at the beginning of lines 2005-06-19 21:09:40 +00:00
ntfscmp.c Removed old logging macro usage 2005-11-26 17:58:17 +00:00
ntfscp.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfscp.c tidy evil roff usage 2005-11-21 21:25:14 +00:00
ntfsdecrypt.c * Add NTFS_DEV_LIST define. Use it everywhere instead of linux-ntfs-dev@lists.sf.net. 2005-12-18 16:27:20 +00:00
ntfsdump_logfile.c use new logging 2005-11-20 14:15:33 +00:00
ntfsfix.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfsfix.c use new logging 2005-11-20 14:15:33 +00:00
ntfsinfo.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfsinfo.c Add CHKDSK_UNDERWAY to ntfsinfo 2006-02-03 18:44:13 +00:00
ntfslabel.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfslabel.c tidy evil roff usage 2005-11-21 21:25:14 +00:00
ntfsls.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfsls.c tidy evil roff usage 2005-11-21 21:25:14 +00:00
ntfsmftalloc.c use new logging 2005-11-20 14:15:33 +00:00
ntfsmount.8.in ntfsmount: Rename "succeed_chmod" -> "silent". Do not return error on chown too. 2006-01-30 21:53:42 +00:00
ntfsmount.c Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
ntfsmove.c upgrade to use new logging 2005-10-28 18:39:52 +00:00
ntfsmove.h implement logging in libntfs 2005-10-21 18:05:13 +00:00
ntfsprogs.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfsresize.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfsresize.c * Add NTFS_DEV_LIST define. Use it everywhere instead of linux-ntfs-dev@lists.sf.net. 2005-12-18 16:27:20 +00:00
ntfsrm.c use new logging 2005-11-20 14:15:33 +00:00
ntfsrm.h ntfsrm has been split up and merged into libntfs. 2005-10-16 23:33:03 +00:00
ntfstruncate.c use new logging 2005-11-20 14:15:33 +00:00
ntfsundelete.8.in Refer by the sort URL to the manual pages 2006-01-08 21:01:23 +00:00
ntfsundelete.c -u now just means undelete 2005-11-10 03:20:27 +00:00
ntfsundelete.h implement logging in libntfs 2005-10-21 18:05:13 +00:00
ntfswipe.c upgrade to use new logging 2005-10-28 18:23:32 +00:00
ntfswipe.h Typo fixes (Ender) 2004-03-10 22:03:54 +00:00
sd.c Set the size of the $SECURITY_DESCRIPTOR of the root directory appropriately 2006-01-15 12:55:04 +00:00
sd.h new header files to tidy build process 2005-10-21 18:08:28 +00:00
upcase.c implement logging in libntfs 2005-10-21 18:05:13 +00:00
upcase.h new header files to tidy build process 2005-10-21 18:08:28 +00:00
utils.c * Add NTFS_DEV_LIST define. Use it everywhere instead of linux-ntfs-dev@lists.sf.net. 2005-12-18 16:27:20 +00:00
utils.h remove old, unused logging macros 2005-11-27 12:35:29 +00:00