summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* In vn_isdisk(), check whether vp->v_rdev is NULL. If it is, thenchris2000-03-181-0/+5
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-6/+0
* Don't try so hard to make the lower 16 bits of fsids unique. It tendedbde2000-03-141-22/+13
* Try harder to make the lower 16 bits of fsids unique. The vfs typebde2000-03-121-15/+25
* Do refcounting of open devices (more) correctly.sos2000-02-071-0/+16
* Remove static qualifier from vgonel, as it is needed by the Arla folkrwatson2000-02-021-2/+1
* This patch fixes a locking bug that can result in deadlock ifrwatson2000-01-291-2/+17
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-6/+18
* Remove the P_BUFEXHAUST flag from the syncer process (leavingmckusick2000-01-101-2/+0
* Change NDFREE() from a macro to a function for the time being; the macroeivind2000-01-081-0/+34
* Introduce a mechanism to suspend/resume system processes. Suspend syncerluoqi2000-01-071-7/+14
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-051-2/+19
* Prettyness police: Identify flags in b_xflags with BX_ to distinguishmckusick1999-12-221-17/+19
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-121-1/+1
* Lock reporting and assertion changes.eivind1999-12-111-3/+3
* Remove vfs_getrootfsid() function (a temporary hack added a few monthsdillon1999-11-291-17/+0
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-221-3/+4
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-14/+14
* 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
OpenPOWER on IntegriCloud