aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-4/+2
* - Correct the dprintf format int the _lookup routine.Jeff Roberson2005-03-281-1/+1
* - Garbage collect an unused variable.Jeff Roberson2005-03-281-5/+1
* - hpfs_lookup() is no longer responsible for unlocking the dvp, this isJeff Roberson2005-03-281-11/+6
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-161-2/+2
* Remove unused filePoul-Henning Kamp2005-03-161-183/+0
* XXX: unnecessary pointer in inode.Poul-Henning Kamp2005-03-161-1/+1
* Don't hold a reference on the disk vnode for each inode.Poul-Henning Kamp2005-03-153-9/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-151-3/+1
* Fix typo: pointers are not boolean in style(9).Poul-Henning Kamp2005-03-151-1/+1
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-151-24/+3
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-144-66/+33
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-2/+0
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+1
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-1/+1
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-22/+22
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()Poul-Henning Kamp2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Convert to nmount. Add backwards compat cmount method.Poul-Henning Kamp2004-12-063-47/+81
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-013-33/+25
* hpfs_lookup() should have a vop_cachedlookup_t prototype an correspondingPoul-Henning Kamp2004-12-011-2/+2
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-19/+19
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-151-3/+3
* Refuse attemps to mount root filesystemPoul-Henning Kamp2004-11-091-0/+2
* Move HPFS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-293-33/+26
* Eliminate unnecessary KASSERTs.Poul-Henning Kamp2004-10-271-2/+0
* Use bufdone(), not biodone().Poul-Henning Kamp2004-08-081-2/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-11/+12
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-1/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-3/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-163-9/+9
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* DuH!Poul-Henning Kamp2003-10-181-1/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.Poul-Henning Kamp2003-10-181-0/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsPoul-Henning Kamp2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-25/+19
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-043-4/+4
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-193-6/+6
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberJeff Roberson2003-02-091-36/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-213-6/+6