| Age | Commit message (Expand) | Author |
| 2010-03-02 | For the nfs throttling kludge, test against v_tag == VT_NFS instead | pooka |
| 2010-01-31 | Properly register blocksize with disk(9) framework. | mlelstv |
| 2010-01-23 | struct buf::b_iodone is not called at splbio() any more. | bouyer |
| 2009-12-06 | Make vnd_size (the returned size) 64 bit, keeping old field for ioctl | dsl |
| 2009-08-07 | Re-use DK_BUSY(). | dyoung |
| 2009-07-07 | At the bottom of vndclear(), clear VNF_CLEARING: it is no longer | dyoung |
| 2009-07-02 | In vndopen(), release the lock before returning ENXIO. | dyoung |
| 2009-05-07 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-05-06 | Unneeded LK_CANRECURSE. | ad |
| 2009-04-30 | Flesh out vnd_detach(). Let the system detach vnd(4) at shutdown. Stop | dyoung |
| 2009-04-30 | Fix spelling. if( -> if (. No functional change intended. | dyoung |
| 2009-04-30 | Use NULL instead of (type *)0. Delete extraneous parentheses. No | dyoung |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-14 | Add FSYNC_CACHE flag to the VOP_FSYNC() call for the DIOCCACHESYNC ioctl. | apb |
| 2009-03-14 | PR/41015: Alan Barrett: vnd driver does not implement DIOCCACHESYNC | christos |
| 2009-02-05 | Add support for the MODULAR framework to the vnd driver. Enable building of | haad |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2009-01-11 | make this compile | cegger |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-19 | Check that vnd is not NULL before using it, return ENXIO if it is. | bouyer |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-09-24 | PR kern/38872 vnconfig panics with rw lock error | ad |
| 2008-07-19 | buf_destroy() an embedded buffer before returning memory to pool | kardel |
| 2008-06-17 | Disable the check introduced in rev. 1.184. It works in first place, but not ... | cegger |
| 2008-06-14 | Checking if the underlying file system supports VOP_BMAP and VOP_STRATEGY doe... | cegger |
| 2008-06-14 | add closing bracket in debug message | cegger |
| 2008-06-10 | device_private(device_lookup()) -> device_lookup_private() | cegger |
| 2008-05-05 | Back out previous. It broke the build. | ad |
| 2008-05-04 | Move zlib out of net/ and into kern/. It would probably be better to use | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-09 | use aprint_*_dev and device_xname | cegger |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-03-04 | Split device_t/softc and other related cosmetic changes. | cube |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-18 | Add disk-info properties to vnd(4), for use by userland tools | riz |
| 2007-12-12 | Add power management hooks | smb |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 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-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-04-07 | Remove calls to now obsolete vn_start_write() and vn_finished_write(). | hannken |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-09 | use b_bcount where appropriate rather than keeping b_resid sync with it. | yamt |
| 2007-03-05 | Fix compression problem from Cliff Wright: | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-01-28 | don't print b_resid when it's not valid. | chs |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-11 | Do not mess with B_VFLUSH in the read/write case. Requested by yamt@. | jmmv |