summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs/hpfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect HPFS bits which are now already completely disconnectedattilio2013-03-021-545/+0
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-1/+1
* Clean up style(9) nitskevlo2012-03-041-3/+3
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-0/+1
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-1/+3
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-13/+9
* Remove unused local variables.bz2009-01-311-6/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+3
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-3/+3
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-4/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* g_vfs_close() wants the sx topology lock held while executing, so justattilio2008-01-071-0/+8
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-2/+10
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-18/+0
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+4
* 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
OpenPOWER on IntegriCloud