summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Try to fix the mess I made of devname, with the minimal subset of thephk2005-03-102-5/+64
* Remove kernelside support for devfs rules filtering on major numbers.phk2005-03-082-5/+0
* Avoid a couple of mutex operations in the process exit path for thephk2005-03-011-0/+2
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-271-1/+2
* remove dead codesam2005-02-221-3/+0
* We may not have an actual cdev at this point.phk2005-02-221-0/+3
* Reap more benefits from DEVFS:phk2005-02-222-16/+18
* vp->v_id is a private field for the vfs namecache and it is a big mistakephk2005-02-222-36/+34
* Use vn_printf() instead of home-rolling.phk2005-02-221-10/+2
* Make dev_ref() require the dev_lock() to be held and use it fromphk2005-02-221-1/+1
* Replace the workaround for a deadlock bug in Coda with a differentdas2005-02-202-16/+4
* Remove basically unused root_vp pointer in udfmount.rwatson2005-02-182-2/+0
* Conditionalize cd9660 chattiness regarding the nature of the file systemrwatson2005-02-181-3/+7
* Introduce vx_wait{l}() and use it instead of home-rolled versions.phk2005-02-173-36/+9
* Make a SYSCTL_NODE staticphk2005-02-101-1/+1
* make M_NTFSMNT and ntfs_calccfree() staticphk2005-02-102-3/+3
* Make fdesc_root staticphk2005-02-102-2/+2
* Make smbfs_debuglevel private.phk2005-02-102-4/+1
* don't call vprint with NULL.phk2005-02-101-1/+1
* Statize malloc types.phk2005-02-101-3/+3
* Statize devfs_ops_fphk2005-02-101-1/+1
* Make a bunch of malloc types static.phk2005-02-102-2/+2
* Unroll the loop for calculating the 8.3 filename checksum. In testingnjl2005-02-081-5/+14
* Remove vop_destroyvobject()phk2005-02-071-27/+1
* Deimplement vop_destroyvobject()phk2005-02-072-15/+1
* Remove vop_destroyvobject() initialization.phk2005-02-071-1/+0
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingpeadar2005-01-294-2/+40
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-2811-0/+11
* Remove unused argument to vrecycle()phk2005-01-285-5/+5
* Make NTFS at least minimally usable after bufobj and GEOM fallout.peadar2005-01-273-5/+35
* Introduce and use g_vfs_close().phk2005-01-255-10/+10
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-253-33/+0
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemphk2005-01-252-19/+0
* Don't implement vop_createvobject(), vop_open() and vop_close() managesphk2005-01-241-19/+0
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thephk2005-01-243-42/+0
* Add null_open() and null_close() which calls null_bypass() and managedphk2005-01-241-0/+29
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-244-1/+4
* Kill the VV_OBJBUF and test the v_object for NULL instead.phk2005-01-242-5/+2
* Remove "register" keywords.phk2005-01-241-2/+2
* Style: Remove the commented out vop_foo_args replicas.phk2005-01-241-103/+15
* whitespace nitphk2005-01-191-1/+1
* Remove unused coda_fbsd_getpages()phk2005-01-192-68/+0
* Fix an incorrect cast.scottl2005-01-181-1/+1
OpenPOWER on IntegriCloud