summaryrefslogtreecommitdiffstats
path: root/sys/fs/specfs
Commit message (Expand)AuthorAgeFilesLines
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-13/+13
* Nice, is a property of a process as a whole..julian2004-06-161-2/+2
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-061-2/+0
* Do not drop Giant around the poll method yet, we're not ready for it.phk2004-04-121-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* When I was a kid my work table was one cluttered mess an cleaning it upphk2004-03-111-20/+0
* Don't call devsw() more than we need to, and in particular do not exposephk2004-03-101-4/+4
* Do not attempt to open NODEVphk2004-02-241-0/+3
* Device megapatch 6/6:phk2004-02-211-9/+30
* Device megapatch 4/6:phk2004-02-211-8/+8
* Initialize b_iooffset correctly.phk2003-11-131-0/+1
* Initialize b_iooffset before calling strategyphk2003-10-181-0/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-181-1/+0
* Introduce a new optional memberfunction for cdevsw, fdopen() whichphk2003-10-151-2/+7
* Synchronize access to a page's valid field by using the lock from itsalc2003-10-041-1/+2
* The valid field in struct vm_page can be of type unsigned long whenmarcel2003-08-281-2/+2
* Use the requested page's object field instead of the vnode's. In somealc2003-08-221-2/+5
* Don't drop giant around ->d_strategy(), too much code explodes.phk2003-08-061-3/+3
* Only drop Giant around the drivers ->d_strategy() if the buffer is notphk2003-08-051-1/+1
* Lock the vm object when freeing a vm page.alc2003-06-191-0/+2
* In specfs::vop_specstratey(), assert that the vnode and buffer agree aboutphk2003-06-151-0/+4
* I have not had any reports of trouble for a long time, so remove thephk2003-06-151-26/+1
* Take 2: Remove _both_ KASSERTS.phk2003-06-151-2/+0
* Duh! I misread my handwritte notes: We do _not_ want to asser thatphk2003-06-151-2/+0
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+4
* - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races.jeff2003-03-131-17/+2
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-3/+2
* Make nokqfilter() return the correct return value.phk2003-03-031-2/+0
* Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flagphk2003-02-111-3/+1
* - 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
OpenPOWER on IntegriCloud