summaryrefslogtreecommitdiffstats
path: root/sys/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-2/+2
* 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
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-4/+2
* - Correct the dprintf format int the _lookup routine.jeff2005-03-281-1/+1
* - Garbage collect an unused variable.jeff2005-03-281-5/+1
* - hpfs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-11/+6
* - 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
* Remove unused filephk2005-03-161-183/+0
* XXX: unnecessary pointer in inode.phk2005-03-161-1/+1
* Don't hold a reference on the disk vnode for each inode.phk2005-03-153-9/+1
* 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-144-66/+33
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-2/+0
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Introduce and use g_vfs_close().phk2005-01-251-2/+2
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-1/+1
* Whitespace in vop_vector{} initializations.phk2005-01-131-22/+22
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Convert to nmount. Add backwards compat cmount method.phk2004-12-063-47/+81
* 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-013-33/+25
* hpfs_lookup() should have a vop_cachedlookup_t prototype an correspondingphk2004-12-011-2/+2
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-19/+19
* Make VOP_BMAP return a struct bufobj for the underlying storage devicephk2004-11-151-3/+3
* Refuse attemps to mount root filesystemphk2004-11-091-0/+2
* Move HPFS to GEOM backing instead of DEVFS.phk2004-10-293-33/+26
* Eliminate unnecessary KASSERTs.phk2004-10-271-2/+0
* Use bufdone(), not biodone().phk2004-08-081-2/+2
* 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
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-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-163-9/+9
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* DuH!phk2003-10-181-1/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-181-0/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-1/+0
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
OpenPOWER on IntegriCloud