summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vfsops.h
Commit message (Collapse)AuthorAgeFilesLines
* make M_NTFSMNT and ntfs_calccfree() staticphk2005-02-101-1/+0
|
* KSE Milestone 2julian2001-09-121-2/+2
| | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-141-0/+5
|
* Merged NetBSD version, as they have done improvements:semenu1999-12-031-2/+2
| | | | | | | | | | | 1. ntfs_read*attr*() functions now accept uio structure to eliminate one data copying. 2. found and removed deadlock caused by 6 concurent ls -lR. 3. started implementation of nromal Unicode<->unix recodeing. Obtained from: NetBSD
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Driver is now ported to NetBSD.semenu1999-05-121-1/+3
| | | | Submitted by: Christos Zoulas <christos@zoulas.com>
* Removed annoying messaged during boot,added some checksemenu1999-04-201-1/+5
| | | | | | | | before mounting (should help to do not mount extended partitions:-). Fixed problem with hanging while unmounting busy fs. And (the most important) added some locks to prevent simulaneous access to kernel structures!
* Added limited write ability. Now we can use some kindsemenu1999-02-191-0/+33
of files for swap holders. See mount_ntfs..8 for details.
OpenPOWER on IntegriCloud