summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Commit the remaining part of PR14914:phk1999-11-161-19/+18
* Next step in the device cleanup process.phk1999-11-091-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* Move the buffered read/write code out of spec_{read|write} and intophk1999-10-041-3/+0
* Remove v_maxio from struct vnode.phk1999-09-291-1/+1
* Final commit to remove vnode->v_lastr. vm_fault now handles readdillon1999-09-211-1/+0
* Initialize vp->v_maxio to its default in getnetvnode() rather thanphk1999-09-201-1/+1
* Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapsedillon1999-09-191-21/+37
* Add vfs.enable_userblk_io sysctl to control whether user reads and writesdillon1999-09-171-0/+3
* Add dev_t freeing code. Controlled by sysctl debug.free_devt, defaultphk1999-08-291-1/+2
* remove unused variables.phk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-218/+57
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-9/+20
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.julian1999-08-251-3/+2
* Support full-precision file timestamps. Until now, only the secondsjdp1999-08-221-1/+43
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-2/+2
* s/v_specinfo/v_rdev/phk1999-08-131-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-4/+2
* Add sysctl and support code to allow directories to be VMIO'd. The defaultalc1999-07-261-3/+3
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-51/+38
* [click] Now all dev_t's in the kernel have their char device major.phk1999-07-191-2/+4
* Introduce the vn_todev(struct vnode*) function, which returns the dev_tphk1999-07-181-1/+13
* Fix 2nd arg to udev2dev().phk1999-07-171-2/+2
* I have not one single time remembered the name of this function correctlyphk1999-07-171-4/+4
* Correct a couple of spelling errors in comments.kris1999-07-121-3/+3
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-081-2/+2
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-041-10/+42
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-4/+5
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+4
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-28/+23
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-4/+4
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-151-6/+36
* Simplify cdevsw registration.phk1999-05-311-9/+7
* Remove the test for bdevsw(dev) == NULL from bdevvp() because it failsjb1999-05-241-2/+2
* Legally acquire a major number for mfs.luoqi1999-05-141-5/+2
* Previously directories were sync'ed every 10 seconds while bitmaps &mckusick1999-05-141-3/+3
* Fix (?) SPECHASH dev_t/major/minor/etc argspeter1999-05-121-2/+2
* Don't peek into dev_tphk1999-05-121-2/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-10/+13
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-3/+3
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-7/+7
* Continue where Julian left off in July 1998:phk1999-05-071-5/+5
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-2/+3
* Reviewed by: Many at differnt times in differnt parts,julian1999-03-121-12/+23
* Reviewed by: Julian Elischer <julian@whistle.com>dillon1999-02-251-7/+29
* Protect vn worklist and vn->v_{clean,dirty}blkhd at splbio().dillon1999-02-191-9/+17
* vp->v_object must be valid after normal flow of vfs_object_create()dillon1999-02-041-3/+9
* More const fixes for -Wall, -Wcast-qualdillon1999-01-291-2/+2
OpenPOWER on IntegriCloud