summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't allow reads past the end of a file.scottl2005-01-121-1/+1
* Silently ignore forced argument to unmount.phk2005-01-111-2/+0
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-114-4/+4
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-117-18/+12
* whitespacephk2005-01-101-1/+1
* Annotate that pfs_exit() always acquires and releases two mutexes forrwatson2005-01-081-0/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0667-68/+70
* Start each of the license/copyright comments with /*-imp2005-01-0519-27/+27
* Unsupport forceful unmounts of DEVFS.phk2005-01-041-1/+1
* Be consistent about flag values passed to device drivers read/writephk2004-12-221-11/+4
* Shuffle numeric values of the IO_* flags to match the O_* flags fromphk2004-12-221-0/+13
* We can only ever get to vgonechrl() from a devfs vnode, so we do notphk2004-12-201-1/+2
* Add a couple of KASSERTS to try to diagnose a problem reported.phk2004-12-201-1/+5
* Be a bit more assertive about vnode bypass.phk2004-12-141-16/+17
* Exporting of NTFS filesystem broke in rev 1.70. Fix it.ssouhlal2004-12-131-7/+4
* Don't forget to bypass vnodes in corner cases.phk2004-12-131-8/+6
* Another FNONBLOCK -> O_NONBLOCK.phk2004-12-131-2/+2
* Use O_NONBLOCK instead of FNONBLOCK alias.phk2004-12-131-1/+1
* Explicit panic in vop_read/vop_write for devicesphk2004-12-131-0/+2
* Explicitly panic vop_read/vop_write on fifos.phk2004-12-131-0/+2
* Don't deref NULL if no charset-conversion is specified.phk2004-12-122-2/+10
* Handle MNT_UPDATE export requests first and return so we do notphk2004-12-111-14/+14
* typophk2004-12-111-1/+1
OpenPOWER on IntegriCloud