aboutsummaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC the following:Matthew Dillon2001-12-251-1/+1
* MFC: Stole unicode translation tables from mount_msdos. Add kernel codeSemen Ustimenko2001-10-121-0/+13
* MFC: Reference devvp on ntnode creation and dereference on removal.Semen Ustimenko2001-10-121-1/+0
* MFC: Fix errors and warnings when compiling with NTFS_DEBUG > 1Semen Ustimenko2001-10-121-4/+2
* MFC: Change the interface to vflush() so that it can deal withIan Dowse2001-07-261-3/+3
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-3/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-1/+2
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-1/+2
* Merged NetBSD version, as they have done improvements:Semen Ustimenko1999-12-031-174/+224
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-0/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-3/+5
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-10/+23
* Fix the sense of the vn_isdisk() check.Poul-Henning Kamp1999-09-011-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-251-6/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-3/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-2/+2
* Driver is now ported to NetBSD.Semen Ustimenko1999-05-121-24/+111
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* One too many vfsops..Peter Wemm1999-05-061-2/+1
* Removed annoying messaged during boot,added some checkSemen Ustimenko1999-04-201-89/+136
* Added limited write ability. Now we can use some kindSemen Ustimenko1999-02-191-39/+102
* First version.Semen Ustimenko1999-02-031-0/+800