aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Under some condition vnode can reference itself.Boris Popov1999-10-142-1/+5
* Isolate old constant NCP_VOLNAME_LEN.Boris Popov1999-10-141-1/+3
* Remove unnessary includes.Boris Popov1999-10-126-32/+0
* remove unused #includesPoul-Henning Kamp1999-10-111-1/+0
* Add a couple of strategic KASSERTsPoul-Henning Kamp1999-10-081-0/+6
* Add back sysctl vfs.enable_userblk_ioPoul-Henning Kamp1999-10-081-0/+7
* Put back cn_namelen initialization. Removed by phk in rev 1.2.Boris Popov1999-10-071-0/+1
* Warn once per driver about dev_t's not registered with make_dev().Poul-Henning Kamp1999-10-041-0/+9
* Move the buffered read/write code out of spec_{read|write} and intoPoul-Henning Kamp1999-10-041-181/+210
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-033-12/+1
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-0210-0/+3730
* Remove the D_NOCLUSTER[RW] options which were added because vn hadPoul-Henning Kamp1999-09-301-8/+0
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-291-7/+0
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-292-25/+50
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromMatthew Dillon1999-09-282-4/+8
* This is a major fixup of unionfs. At least 30 serious bugs have beenMatthew Dillon1999-09-264-860/+1259
* Remove a warning check which was too general.Poul-Henning Kamp1999-09-251-3/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-252-7/+2
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-7/+22
* Kill the cdevsw->d_maxio field.Poul-Henning Kamp1999-09-221-8/+10
* More removals of vnode->v_lastr, replaced by preexisting seqcountMatthew Dillon1999-09-203-7/+12
* Fix handling of a device EOF that occurs in the middle of a block. TheMatthew Dillon1999-09-201-7/+66
* Step one of replacing devsw->d_maxio with si_bsize_max.Poul-Henning Kamp1999-09-201-3/+9
* Add vfs.enable_userblk_io sysctl to control whether user reads and writesMatthew Dillon1999-09-171-4/+9
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-1110-43/+94
* Changes to centralise the default blocksize behaviour.Julian Elischer1999-09-091-2/+8
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-078-321/+62
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asBruce Evans1999-09-044-20/+14
* Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTICBruce Evans1999-09-042-5/+3
* Print out the device name when there is an uninitialised IO size or IO errorJulian Elischer1999-09-031-2/+3
* Add a catchall to set default blocksize values for disk like devices.Julian Elischer1999-09-031-5/+13
* Revert a bunch of contraversial changes by PHK. AfterJulian Elischer1999-09-031-44/+33
* Fix the sense of the vn_isdisk() check.Poul-Henning Kamp1999-09-011-1/+1
* Set the buffersize for non BSDFFS labeled partitions toPoul-Henning Kamp1999-08-311-4/+4
* Make buffered acces to bdevs from userland controllable withPoul-Henning Kamp1999-08-311-8/+18
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-301-29/+30
* Converted the silly SAFTEY option into a new-style option by renaming it toBruce Evans1999-08-302-5/+4
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfBruce Evans1999-08-292-12/+11
* Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUGBruce Evans1999-08-293-41/+43
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2892-93/+93
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-262-21/+4
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-253-18/+6
* Fix comment to match reality..Julian Elischer1999-08-251-1/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-232-4/+4
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-35/+1
* Let processes retrieve their argv through procfs. Revert to the originalMarcel Moolenaar1999-08-191-8/+41
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-3/+3
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-3/+3
* Add support for device drivers which want to track all open/closePoul-Henning Kamp1999-08-131-59/+18