| Commit message (Expand) | Author | Age | Files | Lines |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -2/+2 |
* | Do not call lockdestroy() for v_vnlock, which may point to a lock in a | jasone | 2000-10-06 | 1 | -4/+1 |
* | Style fixes based on comments by bde | eivind | 2000-10-05 | 1 | -20/+31 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -53/+58 |
* | Move KASSERTs which checks value of v_usecount after vnode locking, so | bp | 2000-10-02 | 1 | -2/+4 |
* | Do the right thing if bdevvp is called twice for the same device. | mckusick | 2000-09-27 | 1 | -0/+2 |
* | Add a lock structure to vnode structure. Previously it was either allocated | bp | 2000-09-25 | 1 | -4/+5 |
* | Style fixes: | eivind | 2000-09-22 | 1 | -52/+107 |
* | Staticize addalias() | eivind | 2000-09-22 | 1 | -1/+2 |
* | comment vfs_export functions, requested by: eivind | alfred | 2000-09-21 | 1 | -1/+12 |
* | o Add additional comment describing vaccess() behavior. | rwatson | 2000-09-20 | 1 | -0/+7 |
* | Rename lminor() to dev2unit(). This function gives a linear unit number | phk | 2000-09-19 | 1 | -2/+2 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -71/+11 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -0/+4 |
* | o Synchronize vaccess() capability access control checks with TrustedBSD | rwatson | 2000-09-06 | 1 | -4/+4 |
* | Move extern declaration of dead_vnodeop_p to a .h file. | phk | 2000-09-05 | 1 | -3/+5 |
* | o Restructure vaccess() so as to check for DAC permission to modify the | rwatson | 2000-08-29 | 1 | -40/+92 |
* | Fix typo in last commit. | phk | 2000-08-20 | 1 | -2/+1 |
* | Centralize the canonical vop_access user/group/other check in vaccess(). | phk | 2000-08-20 | 1 | -0/+54 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -3/+33 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -3/+26 |
* | Fix support for more than 256 simultaneous mounts. Theoretical limit | bp | 2000-07-07 | 1 | -2/+4 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -3/+3 |
* | Simplify and rationalise the management of the vnode free list | mckusick | 2000-07-04 | 1 | -74/+30 |
* | If a buffer flush fails when trying to reclaim a vnode, it is too | mckusick | 2000-07-04 | 1 | -4/+10 |
* | Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES, | phk | 2000-07-03 | 1 | -0/+3 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -4/+4 |
* | Move prtactive to vfs from ufs. It is used all over the place. | phk | 2000-06-27 | 1 | -0/+1 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 1 | -2/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -4/+4 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -4/+4 |
* | Fix the rootmount code for now. | asmodai | 2000-05-14 | 1 | -1/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -3/+3 |
* | In vn_isdisk(), check whether vp->v_rdev is NULL. If it is, then | chris | 2000-03-18 | 1 | -0/+5 |
* | Eliminate the undocumented, experimental, non-delivering and highly | phk | 2000-03-16 | 1 | -6/+0 |
* | Don't try so hard to make the lower 16 bits of fsids unique. It tended | bde | 2000-03-14 | 1 | -22/+13 |
* | Try harder to make the lower 16 bits of fsids unique. The vfs type | bde | 2000-03-12 | 1 | -15/+25 |
* | Do refcounting of open devices (more) correctly. | sos | 2000-02-07 | 1 | -0/+16 |
* | Remove static qualifier from vgonel, as it is needed by the Arla folk | rwatson | 2000-02-02 | 1 | -2/+1 |
* | This patch fixes a locking bug that can result in deadlock if | rwatson | 2000-01-29 | 1 | -2/+17 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -6/+18 |
* | Remove the P_BUFEXHAUST flag from the syncer process (leaving | mckusick | 2000-01-10 | 1 | -2/+0 |
* | Change NDFREE() from a macro to a function for the time being; the macro | eivind | 2000-01-08 | 1 | -0/+34 |
* | Introduce a mechanism to suspend/resume system processes. Suspend syncer | luoqi | 2000-01-07 | 1 | -7/+14 |
* | Enhance reassignbuf(). When a buffer cannot be time-optimally inserted | dillon | 2000-01-05 | 1 | -2/+19 |
* | Prettyness police: Identify flags in b_xflags with BX_ to distinguish | mckusick | 1999-12-22 | 1 | -17/+19 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -1/+1 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -3/+3 |
* | Remove vfs_getrootfsid() function (a temporary hack added a few months | dillon | 1999-11-29 | 1 | -17/+0 |