ntfs-3g/include/ntfs
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 ntfsrm has been split up and merged into libntfs. 2005-10-16 23:33:03 +00:00
attrib.h comments for unions 2005-11-20 11:34:30 +00:00
attrlist.h Tidy whitespace: trailing space; <space><tab> at the beginning of lines 2005-06-19 21:09:40 +00:00
bitmap.h Comment format improvements 2005-11-03 19:20:14 +00:00
bootsect.h Match parameter names between .h and .c files 2005-10-28 12:47:49 +00:00
collate.h add/update function comment blocks 2005-10-31 01:15:12 +00:00
compat.h got bored. don't read the diffs. 2005-07-06 22:47:01 +00:00
compress.h Rename: include/compress.h -> include/ntfs/compress.h 2004-02-25 14:21:14 +00:00
debug.h Remove {Dputs, Dprintf, Dperror} and convert callers to ntfs_log_*. Make ntfsinfo use ntfs_logging_parse_option(). 2005-10-25 01:28:10 +00:00
device.h Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
device_io.h Wheee! Lots of last minute fixes and enhancements. 2006-02-03 22:19:17 +00:00
dir.h tidy up djgpp S_IF{SOCK,LNK} fix 2006-01-30 22:10:31 +00:00
endians.h implement logging in libntfs 2005-10-21 18:05:13 +00:00
gnome-vfs-method.h Tidy whitespace: trailing space; <space><tab> at the beginning of lines 2005-06-19 21:09:40 +00:00
gnome-vfs-module.h Tidy whitespace: trailing space; <space><tab> at the beginning of lines 2005-06-19 21:09:40 +00:00
index.h add/update function comment blocks 2005-10-31 01:15:12 +00:00
inode.h Rework time updates, more close to like windows does. Still do not update for / because of sync problems. 2005-11-17 18:00:58 +00:00
layout.h Update VOLUME_FLAGS_MASK, too. 2006-02-03 09:23:03 +00:00
lcnalloc.h add/update function comment blocks 2005-10-31 01:15:12 +00:00
list.h Comment format improvements 2005-11-03 19:20:14 +00:00
logfile.h Comment format improvements 2005-11-03 19:20:14 +00:00
logging.h rebuild logging again. 2005-10-28 04:12:22 +00:00
mft.h implement logging in libntfs 2005-10-21 18:05:13 +00:00
mst.h Rename: include/mst.h -> include/ntfs/mst.h 2004-02-25 14:21:14 +00:00
ntfstime.h implement logging in libntfs 2005-10-21 18:05:13 +00:00
rich.h remove some colour hacks 2005-10-28 04:32:21 +00:00
runlist.h Comment format improvements 2005-11-03 19:20:14 +00:00
security.h simplified ntfs_generate_guid() 2005-11-01 21:09:52 +00:00
support.h * Add NTFS_DEV_LIST define. Use it everywhere instead of linux-ntfs-dev@lists.sf.net. 2005-12-18 16:27:20 +00:00
tree.h add/update function comment blocks 2005-10-31 01:15:12 +00:00
types.h Comment format improvements 2005-11-03 19:20:14 +00:00
unistr.h Temporarily disable use of the legal ansi character checking in 2005-10-13 08:26:02 +00:00
version.h implement logging in libntfs 2005-10-21 18:05:13 +00:00
volume.h should fix build under Solaris 2006-01-08 15:53:27 +00:00