summaryrefslogtreecommitdiffstats
path: root/sys/fs/specfs
Commit message (Expand)AuthorAgeFilesLines
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberjeff2003-02-091-81/+2
* Don't override the vop_lock, vop_unlock and vop_isunlocked methods.phk2003-01-051-3/+0
* Don't take the detour over VOP_STRATEGY from spec_getpages, call ourphk2003-01-051-1/+1
* Split out the vnode and buf arguments to the internal strategy workerphk2003-01-051-13/+3
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-041-2/+39
* resort vnode ops listphk2003-01-041-3/+3
* Replace spec_bmap() with vop_panic: We should never BMAP a device backedphk2003-01-041-35/+1
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* Remove unused second argument from DEV_STRATEGY().phk2003-01-031-3/+3
* Add debug.doslowdown to enable/disable niced slowdown on I/O. Defaultmckusick2002-11-041-1/+5
* Put a KASSERT in specfs::strategy() to check that the incoming bufferphk2002-11-011-2/+8
* Within ufs, the ffs_sync and ffs_fsync functions did not alwaysmckusick2002-10-251-4/+14
* This checkin reimplements the io-request priority hack in a waymckusick2002-10-221-1/+24
* Fix comments and one resulting code confusion about the type of thephk2002-10-161-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* I misplaced a local variable yesterday.phk2002-09-281-1/+1
* Add a D_NOGIANT flag which can be set in a struct cdevsw to indicatephk2002-09-271-13/+76
* I hate it when patch gives me .rej files.phk2002-09-261-0/+1
* Return ENOTTY on unhandled ioctls.phk2002-09-261-2/+5
* - Fix a botch in previous commit; oldvp should not be unconditionallyjeff2002-09-261-2/+3
* - Lock access to the buf lists in spec_sync()jeff2002-09-251-7/+15
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+2
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-8/+19
* - Explicitly state that specfs does not support locking by usingjeff2002-07-271-0/+3
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().alc2002-07-271-1/+2
* Remove a check of blocknumbers/offsets which will be pointless withphk2002-05-181-12/+0
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-2/+2
* Remove __P.alfred2002-03-191-15/+15
* If in strategy we find that we have no devsw on the device anymore wephk2002-03-051-3/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-4/+4
* Lock struct pgrp, session and sigio.tanimura2002-02-231-2/+11
* Various nit-picking, mostly of style(9) character.phk2002-02-101-43/+41
* Change the kernel's ucred API as follows:jhb2001-10-111-5/+4
* o Modify generic specfs device open access control checks to userwatson2001-09-261-4/+8
* KSE Milestone 2julian2001-09-121-25/+25
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-3/+2
* Don't acquire/release Giant around some of the places that need it injhb2001-05-231-2/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+4
* Backed out previous commit. It cause massive filesystem corruption,bde2001-04-301-0/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-1/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-2/+2
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+19
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Add a BUF_KERNPROC() in the BIO_DELETE path.phk2001-01-301-0/+1
* This patch reestablishes the spec_fsync() guarentee that synchronousdillon2001-01-291-7/+16
* Fix a lockup problem that occurs with 'cvs update'. specfs's fsync candillon2000-12-301-0/+13
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-0/+2
* Take VBLK devices further out of their missery.phk2000-11-021-9/+2
OpenPOWER on IntegriCloud