| Commit message (Expand) | Author | Age | Files | Lines |
* | make cluster_callback() static | phk | 2005-02-10 | 1 | -1/+2 |
* | - Remove GIANT_REQUIRED where giant is no longer required. | jeff | 2005-01-24 | 1 | -6/+0 |
* | Eliminate (now) unnecessary acquisition and release of the global page | alc | 2004-12-29 | 1 | -4/+0 |
* | Don't manually set b_bufobj, pbgetvp() does this for us. | phk | 2004-11-15 | 1 | -1/+0 |
* | Explicitly call pbrelvp() | phk | 2004-11-15 | 1 | -0/+1 |
* | Retire b_magic now, we have the bufobj containing the same hint. | phk | 2004-11-04 | 1 | -1/+0 |
* | Lock bp->b_bufobj->b_object instead of bp->b_object | phk | 2004-10-28 | 1 | -8/+8 |
* | Avoid using bp->b_vp when we already have the vnode by other means. | phk | 2004-10-27 | 1 | -6/+5 |
* | Synchronize access to the vm page's PG_BUSY flag using the containing vm | alc | 2004-10-27 | 1 | -4/+4 |
* | Move the buffer method vector (buf->b_op) to the bufobj. | phk | 2004-10-24 | 1 | -5/+2 |
* | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | phk | 2004-10-22 | 1 | -4/+5 |
* | Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT | phk | 2004-10-21 | 1 | -3/+1 |
* | Give cluster_write() an explicit vnode argument. | phk | 2004-09-27 | 1 | -6/+1 |
* | Eliminate unused second argument to reassignbuf() and simplify it | phk | 2004-07-25 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Update the statfs structure with 64-bit fields to allow | mckusick | 2003-11-12 | 1 | -2/+2 |
* | Initialize the buf's b_object in pbgetvp(). Clear it in pbrelvp(). (This | alc | 2003-10-20 | 1 | -1/+0 |
* | - Synchronize access to a vm page's valid field using the containing | alc | 2003-10-20 | 1 | -4/+10 |
* | DuH! | phk | 2003-10-18 | 1 | -2/+2 |
* | Initialize bp->b_offset before calling VOP_STRATEGY() | phk | 2003-10-18 | 1 | -0/+2 |
* | - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field. | jeff | 2003-08-28 | 1 | -7/+11 |
* | Revert stuff which accidentally ended up in the previous commit. | phk | 2003-07-22 | 1 | -2/+2 |
* | Don't attempt to inline large functions mb_alloc() and mb_free(), | phk | 2003-07-22 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent | phk | 2003-05-31 | 1 | -1/+1 |
* | In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before calling | iedowse | 2003-05-28 | 1 | -1/+3 |
* | - Lock the vm_object when performing vm_object_pip_add(). | alc | 2003-04-20 | 1 | -0/+8 |
* | - We are not guaranteed that read ahead blocks are not in memory already. | jeff | 2003-03-30 | 1 | -1/+9 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | - Unlock the target bp and not the pager buf bp in a failure case in | jeff | 2003-03-17 | 1 | -1/+1 |
* | - Tune down read_max. For single disks we get no gain out of reading more | jeff | 2003-03-13 | 1 | -1/+1 |
* | - Regularize variable usage in cluster_read(). | jeff | 2003-03-11 | 1 | -92/+62 |
* | - Hold the buf lock while manipulating and inspecting its fields. | jeff | 2003-03-04 | 1 | -56/+70 |
* | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 1 | -4/+4 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | jeff | 2003-02-25 | 1 | -3/+5 |
* | Remove duplicate includes. | cognet | 2003-02-20 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | - Use %j to print intmax_t values. | jhb | 2002-11-07 | 1 | -3/+4 |
* | - Use incore() where no other interlock locking is necessary. | jeff | 2002-09-25 | 1 | -2/+6 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -3/+3 |
* | o Lock page accesses by vm_page_io_start() with the page queues lock. | alc | 2002-07-31 | 1 | -1/+4 |
* | Replace the global buffer hash table with per-vnode splay trees using a | dillon | 2002-07-10 | 1 | -4/+8 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -8/+7 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 1 | -3/+3 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -3/+3 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -3/+3 |
* | Document all functions, global and static variables, and sysctls. | eivind | 2002-03-05 | 1 | -3/+11 |
* | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | dillon | 2001-11-05 | 1 | -1/+1 |
* | In cluster_rbuild(), 'size' had better match buf->b_bcount and buf->b_bufsize | dillon | 2001-10-25 | 1 | -2/+14 |