summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc,des2005-03-141-21/+14
* Fix two long-standing bugs in pfs_readdir():des2005-03-141-11/+13
* If PSEUDOFS_TRACE is defined, create a sysctl knob to enable / disabledes2005-03-141-6/+14
* fbsdidize.des2005-03-144-8/+20
* Use vfs_hash instead of home-rolled.phk2005-03-144-66/+33
* Use vfs_hash instead of home-rolled.phk2005-03-145-135/+26
* Use vfs_hash instead of home-rolled.phk2005-03-143-112/+52
* Use vfs_hash instead of home-rolling.phk2005-03-144-127/+27
* - VOP_INACTIVE should no longer drop the vnode lock.jeff2005-03-131-1/+0
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-1316-46/+17
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-132-10/+3
* - The c_lock in the coda node does not offer any features over the standardjeff2005-03-132-16/+8
* - Deadfs may now use the standard vop lock, get rid of dead_lock().jeff2005-03-131-40/+0
* Used unsigned version.obrien2005-03-121-1/+1
* Fix kernel build on 64-bit machines.obrien2005-03-121-1/+1
* Correct a last-minute thinko. Instead of copying the nul with the string,njl2005-03-111-1/+1
* The mbnambuf routines combine multiple substrings into a singlenjl2005-03-111-36/+41
* One more bit of the major/minor patch to make ttyname happy as well.phk2005-03-101-2/+11
OpenPOWER on IntegriCloud