| Commit message (Expand) | Author | Age | Files | Lines |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -0/+1 |
* | For reasons now lost in historical fog, the bounds_check_with_label() | phk | 2002-09-20 | 1 | -0/+58 |
* | Make FreeBSD "struct disklabel" agnostic, step 312 of 723: | phk | 2002-09-20 | 1 | -151/+0 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | phk | 2002-09-20 | 1 | -57/+0 |
* | more caddr_t removal. | alfred | 2002-06-29 | 1 | -1/+1 |
* | More 64 bits platforms warning fixes. | mux | 2002-06-23 | 1 | -3/+3 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -5/+6 |
* | Comment out Kirks io-request priority hack until we can do this in a | phk | 2002-04-22 | 1 | -0/+5 |
* | 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 |