summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs/hpfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.ssouhlal2005-09-031-1/+0
* Unbreak the build.ssouhlal2005-09-031-2/+4
* *_mountfs() (if the filesystem mounts from a device) needs devvp to bessouhlal2005-09-021-9/+5
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+2
* Don't hold a reference on the disk vnode for each inode.phk2005-03-151-2/+0
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-3/+1
* Fix typo: pointers are not boolean in style(9).phk2005-03-151-1/+1
* Simplify the vfs_hash calling convention.phk2005-03-151-24/+3
* Use vfs_hash instead of home-rolled.phk2005-03-141-47/+26
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-1/+1
* Convert to nmount. Add backwards compat cmount method.phk2004-12-061-37/+65
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Refuse attemps to mount root filesystemphk2004-11-091-0/+2
* Move HPFS to GEOM backing instead of DEVFS.phk2004-10-291-31/+21
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-11/+12
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-3/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Initialize struct vfsops C99-sparsely.phk2003-06-121-25/+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-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Third argument to copyinstr() is a pointer to a size_t, not a pointer to ajhb2002-11-071-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* 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-1/+1
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-191-15/+13
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-5/+13
* 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
* Replace 'p' with 'td' as appropriate.jhb2001-11-271-21/+21
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-5/+5
* Expand LOCKMGR() compat macro.jhb2001-11-271-2/+2
* GC some KSE compatiblity macros that were somehow still here.jhb2001-11-261-12/+7
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-196/+3
* Restore these files to being portable:jhb2001-09-121-42/+44
* KSE Milestone 2julian2001-09-121-37/+43
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-1/+1
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-10/+7
* Reviewed by: jlemonadrian2001-03-011-9/+5
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-9/+1
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-1/+2
* Proc locking to protect p_ucred while we obtain an additional reference.jhb2001-01-231-1/+9
OpenPOWER on IntegriCloud