| Age | Commit message (Expand) | Author |
| 2005-03-31 | introduce a function to drain bufq and use it where appropriate. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-10-26 | Implement the DIOCCACHESYNC ioctl; we simply pass it through to each | thorpej |
| 2004-09-18 | change some members of struct buf from long to int. | yamt |
| 2004-08-23 | Remove a comment that doesn't really make sense. | thorpej |
| 2004-08-23 | Use ANSI function decls and more use of static. | thorpej |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2004-01-25 | Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. | hannken |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2003-10-26 | don't print an uninitialized variable. | chs |
| 2003-10-17 | Add user flag CCDF_NOLABEL to prevent the on-disk label from being read | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-17 | Use a buffer queue. Primary advantage here is robustness in the face | thorpej |
| 2003-05-17 | Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn). | thorpej |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-03-21 | Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL | dsl |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-01-25 | Fix further printf format warnings for DEBUG, in the wake of daddr_t | kleink |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-01-13 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-08-05 | change ccio_ndisks and sc_nccdisks of struct ccd_ioctl from int to u_int | jdolecek |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 2000-04-05 | Introduce new filesystem type FS_CCD so that an operator can mark the | enami |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-16 | On initialization failure, free all the storage allocated to store | enami |
| 2000-02-08 | Since we now only allocate this one, no longer necessary to check and free(). | enami |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-11-03 | from jason: | chs |
| 1999-08-11 | We really only need *one* componenet buffer pool... | thorpej |
| 1999-03-04 | a kindler gentler fix | mjacob |
| 1999-03-04 | adjust format args for compiler changes | mjacob |
| 1999-02-12 | Fix some printf format problems on Alpha. | thorpej |
| 1999-01-21 | Fix a st00p1d bug I introduced in rev 1.57, which would cause any activity | thorpej |
| 1999-01-12 | Make this compile again with -DDEBUG | christos |
| 1999-01-12 | Whole lotta cleanup wrt. how configuration data is stored internally, and | thorpej |
| 1998-11-13 | Handle the case where ccdbuffer() fails due to memory shortage. Build | thorpej |
| 1998-11-13 | Simplify calling of ccdbuffer() now that the mirroring code is nuked. | thorpej |
| 1998-11-13 | Return EINVAL if invalid flags are passed. | thorpej |