summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_inode.h
Commit message (Collapse)AuthorAgeFilesLines
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-261-120/+0
| | | | | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs Notes: svn path=/head/; revision=77223
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-1/+1
| | | | | | | | | Add lockdestroy() and appropriate invocations, which corresponds to lockinit() and must be called to clean up after a lockmgr lock is no longer needed. Notes: svn path=/head/; revision=66615
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
| | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others Notes: svn path=/head/; revision=60938
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
| | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd Notes: svn path=/head/; revision=60833
* Merged NetBSD version, as they have done improvements:Semen Ustimenko1999-12-031-18/+21
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=54095
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Driver is now ported to NetBSD.Semen Ustimenko1999-05-121-6/+12
| | | | | | | Submitted by: Christos Zoulas <christos@zoulas.com> Notes: svn path=/head/; revision=47060
* Removed annoying messaged during boot,added some checkSemen Ustimenko1999-04-201-5/+6
| | | | | | | | | | | 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! Notes: svn path=/head/; revision=45879
* Added limited write ability. Now we can use some kindSemen Ustimenko1999-02-191-26/+36
| | | | | | | of files for swap holders. See mount_ntfs..8 for details. Notes: svn path=/head/; revision=44142
* First version.Semen Ustimenko1999-02-031-0/+100
Reviewed by: David O'Brien <obrien@NUXI.com> Notes: svn path=/cvs2svn/branches/SEMENU/; revision=43552