| Age | Commit message (Expand) | Author |
| 2013-10-19 | use 64bit arithmetic to compute sectors-per-unit | mlelstv |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2013-02-09 | printflike maintenance. | christos |
| 2010-10-14 | add some (uint64_t) casts so avoid 32 bit overflows. this fixes my | mrg |
| 2009-11-28 | When truncating a request in bounds_check_with_mediasize() multiply | dsl |
| 2009-11-27 | u_short -> uint16_t, some KNF. | tsutsui |
| 2009-05-20 | On second thought, let's call disk_predetach() disk_begindetach(). | dyoung |
| 2009-05-19 | Encapsulate the checks that I do before detaching a disk(9) provider | dyoung |
| 2009-04-04 | Add disk_isbusy(), iostat_isbusy(). | ad |
| 2009-01-22 | malloc -> kmem_alloc | yamt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-28 | constify dkdriver | matt |
| 2008-01-31 | Constify both struct disk->dk_name and the `name' argument to | dyoung |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-21 | Replace some uses of lockmgr(). | ad |
| 2007-06-24 | Extract common code from i386, xen, and sparc64, creating | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-03-01 | Split the disklabel checksum function into two, so we can pass the | martin |
| 2006-11-25 | Replace the myriad copies of bounds_check_with_label() with a single MI | scw |
| 2006-10-25 | - Add a new disk ioctl (DIOCGDISKINFO) to get the disk-info dictionary | thorpej |
| 2006-09-22 | - Define disk information, disk geometry, and disk partition dictionary | thorpej |
| 2006-08-23 | Change iostat_alloc() to take the parent pointer and the name directly, so | christos |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-04-21 | iostat_find/disk_find: constify and simplify. | yamt |
| 2006-04-21 | remove some unnecessary #include. | yamt |
| 2006-04-21 | whitespace. | yamt |
| 2006-04-20 | Prefix iostat structure elements with io_ | blymn |
| 2006-04-14 | Make i/o statistics collection more generic, include tape drives and | blymn |
| 2005-12-26 | u_intN_t -> uintN_t | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-08-20 | introduce a variant of disk_attach/detach, for pseudo disks | yamt |
| 2005-05-29 | - add const. | christos |
| 2005-03-31 | introduce a function to drain bufq and use it where appropriate. | yamt |
| 2005-02-08 | Change the 'sz' variable in bounds_check_* to int64_t to avoid overflows | fvdl |
| 2005-02-06 | Change an if/panic statement to a KASSERT and disable a chatty printf. | christos |
| 2004-11-25 | lookup bufq using link_set rather than a switch statement. | yamt |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-10-15 | - Eliminate the need to call disk_init(). | thorpej |
| 2004-10-14 | move i/o schedulers to their own files. | yamt |
| 2004-09-25 | Work-in-progress implementation of "wedges", a new way to represent | thorpej |
| 2004-03-09 | - add a function prototype. | yamt |
| 2004-02-28 | change the way to handle NEW_BUFQ_STRATEGY option. | yamt |
| 2004-01-10 | add a new bufq strategy, BUFQ_PRIOCSCAN (per-priority CSCAN). | yamt |
| 2003-12-06 | rev.1.55 didn't handle BUFQ_SORT_CYLINDER case correctly. | yamt |
| 2003-12-06 | Make sure buf_inorder() returns a value under all conditions. | he |
| 2003-12-05 | buf_inorder: deal with 64-bit daddr_t correctly. | yamt |
| 2003-12-04 | Dynamic sysctl. | atatat |