summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* - As this is presently the one and only place where duplicate acquires ofjeff2005-04-221-1/+1
* Disable negative name caching for msdosfs to work around a bug.das2005-04-161-0/+7
* Fix mbnambuf support for multi-byte characters. If a substring is largernjl2005-04-161-19/+29
* Correct typo.brueffer2005-04-141-1/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-1310-39/+17
* - Clear VI_OWEINACT before calling vget() with no lock type. We knowjeff2005-04-111-0/+7
* - Honor the flags argument passed to null_root(). The filesystem belowjeff2005-04-111-1/+1
* Initialize vp before using it. Failing to do this can cause instantdelphij2005-04-101-0/+1
* Give msdosfs a unique inode number which is really the byteoffset ofphk2005-04-072-9/+26
* - Fix union's assumptions about when the dvp is unlocked. It is onlyjeff2005-04-041-3/+3
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-312-0/+2
* cdev (still) needs per instance uid/gid/modephk2005-03-311-3/+3
* Rename dev_ref() to dev_refl()phk2005-03-311-1/+1
* - LK_NOPAUSE is a nop now.jeff2005-03-311-1/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-292-8/+6
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-7/+1
* - cache_lookup() now locks the new vnode for us to prevent some races.jeff2005-03-291-57/+37
* - Correct the dprintf format int the _lookup routine.jeff2005-03-282-2/+2
* - Garbage collect an unused variable.jeff2005-03-282-9/+2
* - Don't panic if we can't lock a child in lookup, return an error instead.jeff2005-03-281-5/+4
* - Remove unnecessary LOCKPARENT manipulation.jeff2005-03-281-20/+0
* - nwfs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-26/+10
* - hpfs_lookup() is no longer responsible for unlocking the dvp, this isjeff2005-03-281-11/+6
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-286-113/+16
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-7/+5
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-54/+21
* - Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert().jeff2005-03-251-1/+2
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-242-2/+4
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-2415-19/+29
* Use subr_unitphk2005-03-194-146/+10
* Also remember to set the fsid here.phk2005-03-171-0/+1
* Forgot to replace code to set fsid in vop_getattr.phk2005-03-171-0/+1
* Prepare for the final onslaught on devices:phk2005-03-171-3/+3
* - Lock the clearing of v_data so it is safe to inspect it with thejeff2005-03-171-1/+7
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-164-8/+9
* Remove unused filephk2005-03-161-183/+0
* Remove inode fields previously used for private inode hash tables.phk2005-03-162-2/+0
* XXX: unnecessary pointer in inode.phk2005-03-161-1/+1
* Don't store the disk cdev in all inodes.phk2005-03-163-3/+0
* Don't hold a reference to the disk vnode for each inode.phk2005-03-153-11/+1
* Eliminate cdev pointer in inodes, they're not used or needed.phk2005-03-153-5/+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-154-11/+3
* - Assume that all lower filesystems now support proper locking. Assertjeff2005-03-153-190/+63
* Disable two users of findcdev. They do the wrong thing now and willphk2005-03-151-0/+4
* - We have to transfer lockers after reseting our vnlock pointer.jeff2005-03-151-0/+5
* Don't export major,minor, instead export tty name.phk2005-03-151-3/+3
* Print devtoname() instead of minor().phk2005-03-151-2/+2
* Fix typo: pointers are not boolean in style(9).phk2005-03-151-1/+1
* Simplify the vfs_hash calling convention.phk2005-03-154-80/+9
OpenPOWER on IntegriCloud