ntfs-3g/libntfs
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 Remove all Makefile.in files and add them all to all .cvsignores. 2005-07-29 15:10:19 +00:00
Makefile.am Allow building libntfs as a shared library on Cygwin. This should not disturb non-Cygwin enviroments, but not tested. As a side-effect it generates ugly informational messages about importing extern variables. These are not errors or warnings, just info. 2005-10-20 00:59:22 +00:00
attrib.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
attrib_RE.txt new api renames to ntfs_object_action 2002-12-10 11:53:41 +00:00
attrlist.c Remove any uses of the old logging system (Dputs, Dprintf, ...) from libntfs. 2005-10-24 20:50:05 +00:00
bitmap.c Prepare for next release. 2006-02-02 14:40:53 +00:00
bootsect.c Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
collate.c The addition of one hundred and forty-five linefeeds. Thanks Yura! 2005-12-04 22:42:51 +00:00
compat.c provide some meaningful function descriptions 2005-11-02 17:34:08 +00:00
compress.c another comment 2005-10-31 01:19:27 +00:00
debug.c add/update function comment blocks 2005-10-30 16:12:22 +00:00
device.c Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
device_io.c Add NO_NTFS_DEVICE_DEFAULT_IO_OPS. 2004-02-26 11:41:48 +00:00
dir.c tidy up djgpp S_IF{SOCK,LNK} fix 2006-01-30 22:10:31 +00:00
gnome-vfs-method.c Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
gnome-vfs-module.c Tidy whitespace: trailing space; <space><tab> at the beginning of lines 2005-06-19 21:09:40 +00:00
index.c The addition of one hundred and forty-five linefeeds. Thanks Yura! 2005-12-04 22:42:51 +00:00
inode.c fix stupid bug in / filename syncing. reenable atime updates for /. 2005-11-18 16:18:18 +00:00
lcnalloc.c implement logging in libntfs 2005-10-21 18:05:13 +00:00
libntfs-gnomevfs.8.in update site 2005-12-01 20:44:18 +00:00
libntfs.conf.in Initial revision 2003-11-04 13:04:07 +00:00
logfile.c The addition of one hundred and forty-five linefeeds. Thanks Yura! 2005-12-04 22:42:51 +00:00
logging.c turn on progress logging by default 2005-11-10 05:27:45 +00:00
mft.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
mst.c implement logging in libntfs 2005-10-21 18:05:13 +00:00
rich.c provide some meaningful function descriptions 2005-11-02 17:34:08 +00:00
runlist.c The addition of one hundred and forty-five linefeeds. Thanks Yura! 2005-12-04 22:42:51 +00:00
security.c fix build warning 2005-11-05 01:34:40 +00:00
tree.c The addition of one hundred and forty-five linefeeds. Thanks Yura! 2005-12-04 22:42:51 +00:00
unistr.c provide some meaningful function descriptions 2005-11-02 17:34:08 +00:00
unix_io.c Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
version.c - Add API (actually renamed from what Rich/FlatCap did): 2005-10-07 14:10:56 +00:00
volume.c Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
win32_io.c Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00