summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-261-0/+8
* Initialize struct vfsops C99-sparsely.phk2003-06-121-24/+19
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* - Remove a useless initialization for 'ronly', if it hadn't beenmux2002-10-131-2/+2
* Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN().phk2002-10-131-0/+1
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-1/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+2
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Remove __P.alfred2002-03-191-14/+12
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-7/+9
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-6/+6
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-275/+2
* Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")fenner2001-09-261-1/+1
* KSE Milestone 2julian2001-09-121-42/+42
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-081-0/+13
* Reference devvp on ntnode creation and dereference on removal. Previoussemenu2001-09-081-1/+0
* Fix errors and warnings when compiling with NTFS_DEBUG > 1semenu2001-09-081-4/+2
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-6/+6
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-3/+3
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-11/+7
* Reviewed by: jlemonadrian2001-03-011-9/+5
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Missed conversion of CIRCLEQ => TAILQ for mount list.mckusick2000-11-141-1/+1
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-3/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-3/+12
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-3/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+2
* Merged NetBSD version, as they have done improvements:semenu1999-12-031-174/+224
* Next step in the device cleanup process.phk1999-11-091-0/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-3/+5
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-10/+23
* Fix the sense of the vn_isdisk() check.phk1999-09-011-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+1
* Simplify cdevsw registration.phk1999-05-311-2/+2
OpenPOWER on IntegriCloud