| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the D_NOCLUSTER[RW] options which were added because vn had | phk | 1999-09-30 | 1 | -15/+0 |
* | Remove v_maxio from struct vnode. | phk | 1999-09-29 | 2 | -2/+5 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -3/+6 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 1 | -78/+11 |
* | Fix a harmless bug I introduced, simplify a bit more while here. | phk | 1999-09-20 | 1 | -6/+4 |
* | Step one of replacing devsw->d_maxio with si_bsize_max. | phk | 1999-09-20 | 2 | -37/+6 |
* | Removed diskerr()'s unused d_name arg and updated callers. This fixes | bde | 1999-09-13 | 1 | -2/+2 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 5 | -25/+40 |
* | Changes to centralise the default blocksize behaviour. | julian | 1999-09-09 | 1 | -2/+2 |
* | Revert a bunch of contraversial changes by PHK. After | julian | 1999-09-03 | 1 | -0/+2 |
* | Make bdev userland access work like cdev userland access unless | phk | 1999-08-30 | 1 | -2/+0 |
* | remove unused variables. | phk | 1999-08-28 | 1 | -1/+1 |
* | We don't need to pass the diskname argument all over the diskslice/label | phk | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 29 | -29/+29 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 2 | -22/+4 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -6/+2 |
* | Initialize the si_bsize fields for the MFS bogodevices. | phk | 1999-08-24 | 1 | -2/+13 |
* | Fix bug introduced in rev 1.28, which causes kernel build to break for | sheldonh | 1999-08-24 | 1 | -2/+4 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 2 | -20/+23 |
* | Support full-precision file timestamps. Until now, only the seconds | jdp | 1999-08-22 | 1 | -10/+19 |
* | Add the (inline) function vm_page_undirty for clearing the dirty bitmask | alc | 1999-08-17 | 1 | -2/+2 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -9/+7 |
* | Move the special-casing of stat(2)->st_blksize for device files | phk | 1999-08-13 | 1 | -15/+2 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 2 | -12/+12 |
* | s/v_specinfo/v_rdev/ | phk | 1999-08-13 | 1 | -4/+4 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 6 | -15/+10 |
* | Move the memory access behavior information provided by madvise | alc | 1999-08-01 | 1 | -5/+4 |
* | Fixed access timestamp bugs: | bde | 1999-07-25 | 1 | -5/+17 |
* | Now a dev_t is a pointer to struct specinfo which is shared by all specdev | phk | 1999-07-20 | 1 | -3/+26 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 1 | -2/+2 |
* | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has | mckusick | 1999-07-13 | 6 | -37/+47 |
* | Use the fsid from the superblock, unless it looks bogus or has already | phk | 1999-07-11 | 1 | -6/+6 |
* | These changes appear to give us benefits with both small (32MB) and | mckusick | 1999-07-08 | 1 | -4/+8 |
* | Add $Id$ | roberto | 1999-07-07 | 1 | -0/+1 |
* | Update pathnames for new location of soft-updates sources. | jdp | 1999-07-03 | 1 | -4/+4 |
* | No longer need to set B_ASYNC flag since BUF_KERNPROC now | mckusick | 1999-06-29 | 1 | -2/+1 |
* | Keep the inlines for <sys/buf.h> happy.. | peter | 1999-06-27 | 1 | -3/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 4 | -22/+28 |
* | On our final pass through ffs_fsync, do all I/O synchronously so that | mckusick | 1999-06-18 | 1 | -7/+8 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 3 | -18/+20 |
* | Get rid of the global variable rushjob and replace it with a function in | mckusick | 1999-06-15 | 1 | -41/+45 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -3/+2 |
* | - Back out Luoqi's cdevsw stuff. It panics on my system and is not required. | jb | 1999-05-24 | 1 | -7/+10 |
* | Cosmetic changes to make it compile without errors in gcc -Wall | julian | 1999-05-22 | 1 | -10/+17 |
* | Legally acquire a major number for mfs. | luoqi | 1999-05-14 | 1 | -2/+7 |
* | Add a hook to ffs_fsync to allow soft updates to get first chance at doing | mckusick | 1999-05-14 | 4 | -30/+113 |
* | Try and fix a dev_t/major/minor etc nit. | peter | 1999-05-12 | 1 | -3/+3 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 3 | -7/+7 |