aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-242-6/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Remove explicit calling of lockmgr() with the NULL argument.Attilio Rao2008-01-081-2/+4
* g_vfs_close() wants the sx topology lock held while executing, so justAttilio Rao2008-01-071-0/+8
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-3/+3
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-2/+10
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-152-18/+20
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-5/+6
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+4
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* I ran into an nfs client panic a couple of times in a row over theAlfred Perlstein2006-01-171-1/+5
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-2/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.Suleiman Souhlal2005-09-031-1/+0
* Unbreak the build.Suleiman Souhlal2005-09-031-2/+4
* *_mountfs() (if the filesystem mounts from a device) needs devvp to beSuleiman Souhlal2005-09-021-9/+5
* - 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