| Age | Commit message (Expand) | Author |
| 2013-12-29 | Modularize net/zlib so it can be used by the vnd module (and, eventually, | pgoyette |
| 2013-09-15 | Remove unused variable | martin |
| 2013-06-09 | Never return ENXIO in ioctl anymore. We don't have a fixed number of vnd's | christos |
| 2013-06-03 | widen the operation on the RHS as suggested in the PR. | christos |
| 2013-06-03 | PR/47879: Takahiro HAYASHI: vnd cannot handle disk image larger than 2TiB | christos |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2012-06-09 | autodiscover wedges | mlelstv |
| 2012-03-26 | When backed by a sparse file limit the number of pending requests. | hannken |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-06-29 | Make vnd(4) work on sparse files: | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-23 | Don't use the device name as format string. | joerg |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-09-19 | actually, put the old definitions back into vndvar.h, under _KERNEL, | mrg |
| 2010-09-19 | fix the vnd_osize changes on 32 bit platforms with 64 bit alignment for | mrg |
| 2010-09-19 | add support for COMPAT_50 ioctls. struct vnd_user has a dev_t component | mrg |
| 2010-06-24 | Add wedge (dk(4)) support to vnd(4) devices. | riz |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 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 |