| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent | Poul-Henning Kamp | 2003-05-31 | 1 | -1/+1 |
| * | In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before calling | Ian Dowse | 2003-05-28 | 1 | -1/+3 |
| * | - Lock the vm_object when performing vm_object_pip_add(). | Alan Cox | 2003-04-20 | 1 | -0/+8 |
| * | - We are not guaranteed that read ahead blocks are not in memory already. | Jeff Roberson | 2003-03-30 | 1 | -1/+9 |
| * | Including <sys/stdint.h> is (almost?) universally only to be able to use | Poul-Henning Kamp | 2003-03-18 | 1 | -1/+0 |
| * | - Unlock the target bp and not the pager buf bp in a failure case in | Jeff Roberson | 2003-03-17 | 1 | -1/+1 |
| * | - Tune down read_max. For single disks we get no gain out of reading more | Jeff Roberson | 2003-03-13 | 1 | -1/+1 |
| * | - Regularize variable usage in cluster_read(). | Jeff Roberson | 2003-03-11 | 1 | -92/+62 |
| * | - Hold the buf lock while manipulating and inspecting its fields. | Jeff Roberson | 2003-03-04 | 1 | -56/+70 |
| * | - Add a new 'flags' parameter to getblk(). | Jeff Roberson | 2003-03-04 | 1 | -4/+4 |
| * | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | Jeff Roberson | 2003-02-25 | 1 | -3/+5 |
| * | Remove duplicate includes. | Olivier Houchard | 2003-02-20 | 1 | -1/+0 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | - Use %j to print intmax_t values. | John Baldwin | 2002-11-07 | 1 | -3/+4 |
| * | - Use incore() where no other interlock locking is necessary. | Jeff Roberson | 2002-09-25 | 1 | -2/+6 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -3/+3 |
| * | o Lock page accesses by vm_page_io_start() with the page queues lock. | Alan Cox | 2002-07-31 | 1 | -1/+4 |
| * | Replace the global buffer hash table with per-vnode splay trees using a | Matthew Dillon | 2002-07-10 | 1 | -4/+8 |
| * | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 1 | -8/+7 |
| * | Make daddr_t and u_daddr_t 64bits wide. | Poul-Henning Kamp | 2002-05-14 | 1 | -3/+3 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -3/+3 |
| * | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 1 | -3/+3 |
| * | Document all functions, global and static variables, and sysctls. | Eivind Eklund | 2002-03-05 | 1 | -3/+11 |
| * | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | Matthew Dillon | 2001-11-05 | 1 | -1/+1 |
| * | In cluster_rbuild(), 'size' had better match buf->b_bcount and buf->b_bufsize | Matthew Dillon | 2001-10-25 | 1 | -2/+14 |
| * | Syntax cleanup and documentation, no operational changes. | Matthew Dillon | 2001-10-21 | 1 | -10/+55 |
| * | Change the kernel's ucred API as follows: | John Baldwin | 2001-10-11 | 1 | -4/+2 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -10/+6 |
| * | This patch implements O_DIRECT about 80% of the way. It takes a patchset | Matthew Dillon | 2001-05-24 | 1 | -0/+9 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+10 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | This patch removes the VOP_BWRITE() vector. | Poul-Henning Kamp | 2001-04-17 | 1 | -0/+2 |
| * | Fix lockup for loopback NFS mounts. The pipelined I/O limitations could be | Matthew Dillon | 2001-02-28 | 1 | -6/+0 |
| * | Fix typo: teh -> the. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 |
| * | Do not cluster with B_LOCKED buffers. | Matthew Dillon | 2001-01-19 | 1 | -4/+20 |
| * | This implements a better launder limiting solution. There was a solution | Matthew Dillon | 2000-12-26 | 1 | -2/+10 |
| * | Implement a low-memory deadlock solution. | Matthew Dillon | 2000-11-18 | 1 | -0/+6 |
| * | Don't attempt to cluster write buffers where the VMIO flag isn't set. | Tor Egge | 2000-11-17 | 1 | -1/+2 |
| * | Virtualizes & untangles the bioops operations vector. | Poul-Henning Kamp | 2000-06-16 | 1 | -3/+2 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
| * | s/biowait/bufwait/g | Poul-Henning Kamp | 2000-04-29 | 1 | -1/+1 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 1 | -1/+1 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -6/+10 |
| * | Change the write-behind code to take more care when starting | Matthew Dillon | 2000-04-02 | 1 | -8/+29 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -12/+18 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Remove v_maxio from struct vnode. | Poul-Henning Kamp | 1999-09-29 | 1 | -4/+4 |