| Commit message (Expand) | Author | Age | Files | Lines |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Fixed handling of short reads in readdisklabel() and writedisklabel(). | bde | 2002-03-30 | 1 | -0/+6 |
* | GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED. | phk | 2002-02-22 | 1 | -2/+1 |
* | Fix typo so that the delay code introduced in revision 1.60 actually | mckusick | 2002-01-12 | 1 | -1/+1 |
* | Add disk I/O scheduling for positively niced processes. | mckusick | 2001-12-14 | 1 | -0/+25 |
* | FreeBSD/tahoe is not likely for a while. | peter | 2001-11-03 | 1 | -3/+0 |
* | Create a general facility for making dev_t's depend on another | phk | 2001-05-26 | 1 | -2/+0 |
* | Use the name given to the dev_t, rather than creating our own. | phk | 2001-05-25 | 1 | -1/+2 |
* | A bit of sanity-checking in bioqdisksort(): panic if we recurse. | phk | 2001-01-14 | 1 | -0/+9 |
* | Make diskerr() always log with printf. | phk | 2000-11-26 | 1 | -18/+11 |
* | Turn dkcksum() into an __inline function. | phk | 2000-09-16 | 1 | -17/+0 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 1 | -4/+4 |
* | Retire bufqdisksort(), all drivers use bioqdisksort now. | phk | 2000-04-18 | 1 | -98/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -11/+11 |
* | Clone bio versions of certain bits of infrastructure: | phk | 2000-04-02 | 1 | -0/+98 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+1 |
* | diff, patch and cvs didn't like these three last time around, try again. | phk | 2000-03-20 | 1 | -3/+3 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -6/+6 |
* | Removed diskerr()'s unused d_name arg and updated callers. This fixes | bde | 1999-09-13 | 1 | -2/+2 |
* | We don't need to pass the diskname argument all over the diskslice/label | phk | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -9/+7 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -5/+5 |
* | Fix -Wuninitialized warning regarding zero-length var-args ctl element. | dillon | 1998-12-14 | 1 | -2/+2 |
* | Use only the correct raw partition for writing labels. Don't use the | bde | 1998-10-17 | 1 | -9/+4 |
* | fixup for alpha. | jkh | 1998-10-16 | 1 | -1/+4 |
* | When a buffer is removed from a buffer queue, remember it's block number | gibbs | 1998-09-15 | 1 | -26/+52 |
* | Used daddr_t's, not ints, to store disk block numbers. Updated printf | bde | 1998-07-28 | 1 | -9/+11 |
* | Don't depend on "implicit int". | bde | 1998-02-20 | 1 | -2/+2 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+1 |
* | Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flag | gibbs | 1997-09-21 | 1 | -77/+56 |
* | Use the correct size for a sector in the search for a label in | bde | 1997-07-13 | 1 | -3/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Removed all references to b_cylinder (aka b_cylin). It was evil and | bde | 1996-12-01 | 1 | -9/+1 |
* | This update adds the support for != 512 byte sector SCSI devices to | sos | 1996-12-01 | 1 | -3/+3 |
* | Don't include <sys/conf.h> for the kernel in disk-related headers. | bde | 1996-09-20 | 1 | -1/+2 |
* | Clean up various compiler warnings. Most (if not all) were benign | gpalmer | 1996-05-08 | 1 | -2/+2 |
* | disksort() is gone, all drivers now use tqdisksort(). | phk | 1996-05-03 | 1 | -72/+1 |
* | Yet more b_flags fixes. The previous ones broke the clearing of B_DONE | bde | 1996-04-19 | 1 | -1/+5 |
* | More b_flags fixes. | dyson | 1996-03-02 | 1 | -4/+4 |
* | Fix a bug that b_flags was getting unnecessarily modified by | dyson | 1996-03-01 | 1 | -3/+3 |
* | Update the wd.c driver to use the new TAILQ scheme for device | dyson | 1995-11-23 | 1 | -1/+94 |
* | Remove transitory labelling code. Labels are now handled by essentially | bde | 1995-09-16 | 1 | -287/+16 |
* | Fix correct_writedisklabel() and writedisklabel(). Their setting of | bde | 1995-08-28 | 1 | -11/+14 |
* | On closer inspection, it turns out that all of the callers of disksort | dg | 1995-08-07 | 1 | -5/+1 |
* | Since buffers can be pulled off of the disk queue at interrupt time and | dg | 1995-08-07 | 1 | -2/+7 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -5/+5 |