aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-286-113/+16
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-7/+5
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-54/+21
* - Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert().Jeff Roberson2005-03-251-1/+2
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-242-2/+4
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-2415-19/+29
* Use subr_unitPoul-Henning Kamp2005-03-194-146/+10
* Also remember to set the fsid here.Poul-Henning Kamp2005-03-171-0/+1
* Forgot to replace code to set fsid in vop_getattr.Poul-Henning Kamp2005-03-171-0/+1
* Prepare for the final onslaught on devices:Poul-Henning Kamp2005-03-171-3/+3
* - Lock the clearing of v_data so it is safe to inspect it with theJeff Roberson2005-03-171-1/+7
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-164-8/+9
* Remove unused filePoul-Henning Kamp2005-03-161-183/+0
* Remove inode fields previously used for private inode hash tables.Poul-Henning Kamp2005-03-162-2/+0
* XXX: unnecessary pointer in inode.Poul-Henning Kamp2005-03-161-1/+1
* Don't store the disk cdev in all inodes.Poul-Henning Kamp2005-03-163-3/+0
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-153-11/+1
* Eliminate cdev pointer in inodes, they're not used or needed.Poul-Henning Kamp2005-03-153-5/+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-154-11/+3
* - Assume that all lower filesystems now support proper locking. AssertJeff Roberson2005-03-153-190/+63
* Disable two users of findcdev. They do the wrong thing now and willPoul-Henning Kamp2005-03-151-0/+4
* - We have to transfer lockers after reseting our vnlock pointer.Jeff Roberson2005-03-151-0/+5
* Don't export major,minor, instead export tty name.Poul-Henning Kamp2005-03-151-3/+3
* Print devtoname() instead of minor().Poul-Henning Kamp2005-03-151-2/+2
* 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-154-80/+9
* Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc,Dag-Erling Smørgrav2005-03-141-21/+14
* Fix two long-standing bugs in pfs_readdir():Dag-Erling Smørgrav2005-03-141-11/+13
* If PSEUDOFS_TRACE is defined, create a sysctl knob to enable / disableDag-Erling Smørgrav2005-03-141-6/+14
* fbsdidize.Dag-Erling Smørgrav2005-03-144-8/+20
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-144-66/+33
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-145-135/+26
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-143-112/+52
* Use vfs_hash instead of home-rolling.Poul-Henning Kamp2005-03-144-127/+27
* - VOP_INACTIVE should no longer drop the vnode lock.Jeff Roberson2005-03-131-1/+0
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-1316-46/+17
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-132-10/+3
* - The c_lock in the coda node does not offer any features over the standardJeff Roberson2005-03-132-16/+8
* - Deadfs may now use the standard vop lock, get rid of dead_lock().Jeff Roberson2005-03-131-40/+0
* Used unsigned version.David E. O'Brien2005-03-121-1/+1
* Fix kernel build on 64-bit machines.David E. O'Brien2005-03-121-1/+1
* Correct a last-minute thinko. Instead of copying the nul with the string,Nate Lawson2005-03-111-1/+1
* The mbnambuf routines combine multiple substrings into a singleNate Lawson2005-03-111-35/+40
* One more bit of the major/minor patch to make ttyname happy as well.Poul-Henning Kamp2005-03-101-2/+11
* Try to fix the mess I made of devname, with the minimal subset of thePoul-Henning Kamp2005-03-102-5/+64
* Remove kernelside support for devfs rules filtering on major numbers.Poul-Henning Kamp2005-03-082-5/+0
* Avoid a couple of mutex operations in the process exit path for thePoul-Henning Kamp2005-03-011-0/+2
* Remove debug printout of major/minor numbers, print name instead.Poul-Henning Kamp2005-02-271-1/+2
* remove dead codeSam Leffler2005-02-221-3/+0