summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with sendfile() syscall by always doing I/O via bread() insemenu2002-07-311-13/+28
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Remove __P.alfred2002-03-191-14/+14
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+2
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-5/+5
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-154/+0
* KSE Milestone 2julian2001-09-121-11/+11
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-081-1/+1
* Reference devvp on ntnode creation and dereference on removal. Previoussemenu2001-09-081-4/+0
* Fix warning (exposed NetBSD code):peter2001-06-151-1/+1
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-3/+3
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-22/+0
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-5/+2
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* Use vop_defaultop() instead of ntfs_bypass().bp2000-11-181-2/+6
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-1/+0
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-42/+4
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-1/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Merged NetBSD version, as they have done improvements:semenu1999-12-031-289/+238
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Driver is now ported to NetBSD.semenu1999-05-121-63/+54
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-3/+3
* Removed annoying messaged during boot,added some checksemenu1999-04-201-12/+18
* Added limited write ability. Now we can use some kindsemenu1999-02-191-219/+168
* First version.semenu1999-02-031-0/+1084
OpenPOWER on IntegriCloud