summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_rawread.c
Commit message (Expand)AuthorAgeFilesLines
* Do not remap usermode pages into KVA for physio.kib2013-03-191-2/+2
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-2/+2
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Add a third flags argument to ffs_syncvnode to avoid a possible conflictmckusick2012-03-251-1/+1
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-211-7/+8
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-16/+11
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-7/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-7/+7
* Call pbgetvp() and pbrelvp() instead of setting b_vp directly.tegge2007-02-041-3/+9
* Return error if vnode was reclaimed while it was temporarily unlocked.tegge2006-05-051-1/+11
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-1/+11
* Giant is no longer needed here.tegge2005-09-121-3/+0
* - Use bdone() directly instead of calling it indirectly throughjeff2005-04-301-11/+1
* - LK_NOPAUSE is a nop now.jeff2005-03-311-1/+1
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-081-1/+2
* Don't use VOP_GETVOBJECT, use vp->v_object directly.phk2005-01-251-5/+4
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()phk2005-01-111-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* Move UFS from DEVFS backing to GEOM backing.phk2004-10-291-5/+1
* Fix syntax errors introduced by last commit.phk2004-10-261-4/+3
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-261-1/+1
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-251-15/+15
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-211-5/+2
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-2/+2
* Send B_PHYS out to pasture, it no longer serves any function.phk2003-11-151-1/+1
* Initialize bp->b_offset to the physical offset in partitiontegge2003-10-221-6/+5
* The previous change necessitates the addition of a new #include. Otherwise,alc2003-08-181-0/+1
* Don't use a VOP_*() function on our own vnodes, go directly to thephk2003-08-171-4/+8
* Revision 1.44 of ufs/ufs/inode.h has made it necessary to add two newalc2003-08-161-0/+2
* Use __FBSDID().obrien2003-06-111-2/+3
* Lock the vm object when performing vm_object_page_clean().alc2003-05-181-1/+4
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Sufficient access checks are performed by vmapbuf() that calling useracc()alc2003-04-061-5/+0
* Check return value from vmapbuf instead of the function address.tegge2003-03-271-2/+1
* Eliminate a buffer sleep/wakeup race.tegge2003-03-271-7/+3
* Add support for reading directly from file to userland buffer when thetegge2003-03-261-0/+498
OpenPOWER on IntegriCloud