| Commit message (Expand) | Author | Age | Files | Lines |
* | Within ufs, the ffs_sync and ffs_fsync functions did not always | mckusick | 2002-10-25 | 1 | -4/+14 |
* | This checkin reimplements the io-request priority hack in a way | mckusick | 2002-10-22 | 1 | -1/+24 |
* | Fix comments and one resulting code confusion about the type of the | phk | 2002-10-16 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | I misplaced a local variable yesterday. | phk | 2002-09-28 | 1 | -1/+1 |
* | Add a D_NOGIANT flag which can be set in a struct cdevsw to indicate | phk | 2002-09-27 | 1 | -13/+76 |
* | I hate it when patch gives me .rej files. | phk | 2002-09-26 | 1 | -0/+1 |
* | Return ENOTTY on unhandled ioctls. | phk | 2002-09-26 | 1 | -2/+5 |
* | - Fix a botch in previous commit; oldvp should not be unconditionally | jeff | 2002-09-26 | 1 | -2/+3 |
* | - Lock access to the buf lists in spec_sync() | jeff | 2002-09-25 | 1 | -7/+15 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+2 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -8/+19 |
* | - Explicitly state that specfs does not support locking by using | jeff | 2002-07-27 | 1 | -0/+3 |
* | o Lock page queue accesses by vm_page_activate() and vm_page_deactivate(). | alc | 2002-07-27 | 1 | -1/+2 |
* | Remove a check of blocknumbers/offsets which will be pointless with | phk | 2002-05-18 | 1 | -12/+0 |
* | Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -2/+2 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -15/+15 |
* | If in strategy we find that we have no devsw on the device anymore we | phk | 2002-03-05 | 1 | -3/+6 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -4/+4 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -2/+11 |
* | Various nit-picking, mostly of style(9) character. | phk | 2002-02-10 | 1 | -43/+41 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -5/+4 |
* | o Modify generic specfs device open access control checks to use | rwatson | 2001-09-26 | 1 | -4/+8 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -25/+25 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -3/+2 |
* | Don't acquire/release Giant around some of the places that need it in | jhb | 2001-05-23 | 1 | -2/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+4 |
* | Backed out previous commit. It cause massive filesystem corruption, | bde | 2001-04-30 | 1 | -0/+1 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -1/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Fixes to track snapshot copy-on-write checking in the specinfo | mckusick | 2001-03-07 | 1 | -2/+2 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -0/+19 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Add a BUF_KERNPROC() in the BIO_DELETE path. | phk | 2001-01-30 | 1 | -0/+1 |
* | This patch reestablishes the spec_fsync() guarentee that synchronous | dillon | 2001-01-29 | 1 | -7/+16 |
* | Fix a lockup problem that occurs with 'cvs update'. specfs's fsync can | dillon | 2000-12-30 | 1 | -0/+13 |
* | This implements a better launder limiting solution. There was a solution | dillon | 2000-12-26 | 1 | -0/+2 |
* | Take VBLK devices further out of their missery. | phk | 2000-11-02 | 1 | -9/+2 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -5/+5 |
* | Fix panic when removing open device (found by bp@) | phk | 2000-08-24 | 1 | -3/+11 |
* | Introduce vop_stdinactive() and make it the default if no vop_inactive | phk | 2000-08-18 | 1 | -15/+1 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -2/+4 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -4/+18 |
* | Pull the rug under block mode devices. they return ENXIO on open(2) now. | phk | 2000-07-03 | 1 | -3/+3 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 1 | -3/+2 |
* | before this commit, specfs reported disk partitions | jmb | 2000-06-12 | 1 | -1/+1 |
* | Change the "bdev-whiner" to whine when open is attempted and extend | phk | 2000-05-09 | 1 | -0/+9 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+1 |