| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Convert various pieces of code to use vn_isdisk() rather than checking | phk | 1999-11-22 | 1 | -3/+4 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -14/+14 |
* | Commit the remaining part of PR14914: | phk | 1999-11-16 | 1 | -19/+18 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -1/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | Move the buffered read/write code out of spec_{read|write} and into | phk | 1999-10-04 | 1 | -3/+0 |
* | Remove v_maxio from struct vnode. | phk | 1999-09-29 | 1 | -1/+1 |
* | Final commit to remove vnode->v_lastr. vm_fault now handles read | dillon | 1999-09-21 | 1 | -1/+0 |
* | Initialize vp->v_maxio to its default in getnetvnode() rather than | phk | 1999-09-20 | 1 | -1/+1 |
* | Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapse | dillon | 1999-09-19 | 1 | -21/+37 |
* | Add vfs.enable_userblk_io sysctl to control whether user reads and writes | dillon | 1999-09-17 | 1 | -0/+3 |
* | Add dev_t freeing code. Controlled by sysctl debug.free_devt, default | phk | 1999-08-29 | 1 | -1/+2 |
* | remove unused variables. | phk | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -218/+57 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -9/+20 |
* | Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw. | julian | 1999-08-25 | 1 | -3/+2 |
* | Support full-precision file timestamps. Until now, only the seconds | jdp | 1999-08-22 | 1 | -1/+43 |