summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* NULL-terminate the . and .. directory entries. Apparently some tools ignorescottl2005-01-141-0/+2
* Replace the min() macro with a test that doesn't truncate the 64-bit valuesscottl2005-01-141-1/+4
* Eliminate unused and constant arguments to smbfs_vinvalbuf()phk2005-01-144-26/+13
* Eliminate constant and unused arguments to nwfs_vinvalbuf()phk2005-01-144-25/+14
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-144-6/+6
* Whitespace in vop_vector{} initializations.phk2005-01-1314-54/+63
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-134-15/+14
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-134-25/+25
* Use off_t when passing and calculating file offsets. While a singlescottl2005-01-121-6/+11
OpenPOWER on IntegriCloud