aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/specfs
Commit message (Expand)AuthorAgeFilesLines
* Add debug.doslowdown to enable/disable niced slowdown on I/O. DefaultKirk McKusick2002-11-041-1/+5
* Put a KASSERT in specfs::strategy() to check that the incoming bufferPoul-Henning Kamp2002-11-011-2/+8
* Within ufs, the ffs_sync and ffs_fsync functions did not alwaysKirk McKusick2002-10-251-4/+14
* This checkin reimplements the io-request priority hack in a wayKirk McKusick2002-10-221-1/+24
* Fix comments and one resulting code confusion about the type of thePoul-Henning Kamp2002-10-161-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* I misplaced a local variable yesterday.Poul-Henning Kamp2002-09-281-1/+1
* Add a D_NOGIANT flag which can be set in a struct cdevsw to indicatePoul-Henning Kamp2002-09-271-13/+76
* I hate it when patch gives me .rej files.Poul-Henning Kamp2002-09-261-0/+1
* Return ENOTTY on unhandled ioctls.Poul-Henning Kamp2002-09-261-2/+5
* - Fix a botch in previous commit; oldvp should not be unconditionallyJeff Roberson2002-09-261-2/+3
* - Lock access to the buf lists in spec_sync()Jeff Roberson2002-09-251-7/+15
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+2
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-8/+19
* - Explicitly state that specfs does not support locking by usingJeff Roberson2002-07-271-0/+3
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().Alan Cox2002-07-271-1/+2
* Remove a check of blocknumbers/offsets which will be pointless withPoul-Henning Kamp2002-05-181-12/+0
* Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-161-2/+2
* Remove __P.Alfred Perlstein2002-03-191-15/+15
* If in strategy we find that we have no devsw on the device anymore wePoul-Henning Kamp2002-03-051-3/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-4/+4
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-2/+11
* Various nit-picking, mostly of style(9) character.Poul-Henning Kamp2002-02-101-43/+41
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-5/+4
* o Modify generic specfs device open access control checks to useRobert Watson2001-09-261-4/+8
* KSE Milestone 2Julian Elischer2001-09-121-25/+25
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-3/+2
* Don't acquire/release Giant around some of the places that need it inJohn Baldwin2001-05-231-2/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+4
* Backed out previous commit. It cause massive filesystem corruption,Bruce Evans2001-04-301-0/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-1/+0
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Fixes to track snapshot copy-on-write checking in the specinfoKirk McKusick2001-03-071-2/+2
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-0/+19
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Add a BUF_KERNPROC() in the BIO_DELETE path.Poul-Henning Kamp2001-01-301-0/+1
* This patch reestablishes the spec_fsync() guarentee that synchronousMatthew Dillon2001-01-291-7/+16
* Fix a lockup problem that occurs with 'cvs update'. specfs's fsync canMatthew Dillon2000-12-301-0/+13
* This implements a better launder limiting solution. There was a solutionMatthew Dillon2000-12-261-0/+2
* Take VBLK devices further out of their missery.Poul-Henning Kamp2000-11-021-9/+2
* Blow away the v_specmountpoint define, replacing it with what it wasEivind Eklund2000-10-091-5/+5
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-241-3/+11
* Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp2000-08-181-15/+1
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-241-2/+4
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-4/+18
* Pull the rug under block mode devices. they return ENXIO on open(2) now.Poul-Henning Kamp2000-07-031-3/+3
* Virtualizes & untangles the bioops operations vector.Poul-Henning Kamp2000-06-161-3/+2
* before this commit, specfs reported disk partitionsJonathan M. Bresler2000-06-121-1/+1
* Change the "bdev-whiner" to whine when open is attempted and extendPoul-Henning Kamp2000-05-091-0/+9