aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
...
* o Add additional comment describing vaccess() behavior.Robert Watson2000-09-201-0/+7
* Rename lminor() to dev2unit(). This function gives a linear unit numberPoul-Henning Kamp2000-09-191-2/+2
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.Boris Popov2000-09-121-71/+11
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+4
* o Synchronize vaccess() capability access control checks with TrustedBSDRobert Watson2000-09-061-4/+4
* Move extern declaration of dead_vnodeop_p to a .h file.Poul-Henning Kamp2000-09-051-3/+5
* o Restructure vaccess() so as to check for DAC permission to modify theRobert Watson2000-08-291-40/+92
* Fix typo in last commit.Poul-Henning Kamp2000-08-201-2/+1
* Centralize the canonical vop_access user/group/other check in vaccess().Poul-Henning Kamp2000-08-201-0/+54
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-241-3/+33
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-3/+26
* Fix support for more than 256 simultaneous mounts. Theoretical limitBoris Popov2000-07-071-2/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-3/+3
* Simplify and rationalise the management of the vnode free listKirk McKusick2000-07-041-74/+30
* If a buffer flush fails when trying to reclaim a vnode, it is tooKirk McKusick2000-07-041-4/+10
* Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,Poul-Henning Kamp2000-07-031-0/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-4/+4
* Move prtactive to vfs from ufs. It is used all over the place.Poul-Henning Kamp2000-06-271-0/+1
* Virtualizes & untangles the bioops operations vector.Poul-Henning Kamp2000-06-161-2/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Fix the rootmount code for now.Jeroen Ruigrok van der Werven2000-05-141-1/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-3/+3
* In vn_isdisk(), check whether vp->v_rdev is NULL. If it is, thenChris Costello2000-03-181-0/+5
* Eliminate the undocumented, experimental, non-delivering and highlyPoul-Henning Kamp2000-03-161-6/+0
* Don't try so hard to make the lower 16 bits of fsids unique. It tendedBruce Evans2000-03-141-22/+13
* Try harder to make the lower 16 bits of fsids unique. The vfs typeBruce Evans2000-03-121-15/+25
* Do refcounting of open devices (more) correctly.Søren Schmidt2000-02-071-0/+16
* Remove static qualifier from vgonel, as it is needed by the Arla folkRobert Watson2000-02-021-2/+1
* This patch fixes a locking bug that can result in deadlock ifRobert Watson2000-01-291-2/+17
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-6/+18
* Remove the P_BUFEXHAUST flag from the syncer process (leavingKirk McKusick2000-01-101-2/+0
* Change NDFREE() from a macro to a function for the time being; the macroEivind Eklund2000-01-081-0/+34
* Introduce a mechanism to suspend/resume system processes. Suspend syncerLuoqi Chen2000-01-071-7/+14
* Enhance reassignbuf(). When a buffer cannot be time-optimally insertedMatthew Dillon2000-01-051-2/+19
* Prettyness police: Identify flags in b_xflags with BX_ to distinguishKirk McKusick1999-12-221-17/+19
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC toMatthew Dillon1999-12-121-1/+1
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-3/+3
* Remove vfs_getrootfsid() function (a temporary hack added a few monthsMatthew Dillon1999-11-291-17/+0
* Convert various pieces of code to use vn_isdisk() rather than checkingPoul-Henning Kamp1999-11-221-3/+4
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-14/+14
* Commit the remaining part of PR14914:Poul-Henning Kamp1999-11-161-19/+18
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* Move the buffered read/write code out of spec_{read|write} and intoPoul-Henning Kamp1999-10-041-3/+0
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-291-1/+1
* Final commit to remove vnode->v_lastr. vm_fault now handles readMatthew Dillon1999-09-211-1/+0
* Initialize vp->v_maxio to its default in getnetvnode() rather thanPoul-Henning Kamp1999-09-201-1/+1