aboutsummaryrefslogtreecommitdiff
path: root/sys/ntfs
Commit message (Expand)AuthorAgeFilesLines
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-011-22/+0
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-5/+2
* Move the netexport structure from the fs-specific mountstructurePoul-Henning Kamp2001-04-252-11/+9
* This patch removes the VOP_BWRITE() vector.Poul-Henning Kamp2001-04-171-1/+0
* Reviewed by: jlemonAdrian Chadd2001-03-011-9/+5
* Change and clean the mutex lock interface.Bosko Milekic2001-02-093-15/+15
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-5/+5
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-1/+1
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.Poul-Henning Kamp2001-02-041-4/+0
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-10/+10
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-082-9/+6
* Use vop_defaultop() instead of ntfs_bypass().Boris Popov2000-11-181-2/+6
* Missed conversion of CIRCLEQ => TAILQ for mount list.Kirk McKusick2000-11-141-1/+1
* Give vop_mmap an untimely death. The opportunity to give it a timelyEivind Eklund2000-11-011-1/+0
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-292-2/+0
* Blow away the v_specmountpoint define, replacing it with what it wasEivind Eklund2000-10-091-3/+3
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-046-11/+45
* PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.Peter Wemm2000-10-021-4/+0
* o Restructure vaccess() so as to check for DAC permission to modify theRobert Watson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().Poul-Henning Kamp2000-08-201-42/+4
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-263-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-233-6/+6
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-1/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Forward declare some structs so that this header is more self-suifficent.Bruce Evans2000-01-142-0/+9
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofBruce Evans2000-01-141-1/+1
* 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-0313-1047/+1111
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-0/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-292-2/+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-2813-13/+13
* 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-084-11/+4
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-2/+2
* Driver is now ported to NetBSD.Semen Ustimenko1999-05-1213-117/+254
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-113-7/+7
* One too many vfsops..Peter Wemm1999-05-061-2/+1