Age | Commit message (Expand) | Author |
2011-06-19 | Use disk_lock_nointr() in the xxclose() routines so that they cannot | Theo de Raadt |
2011-06-19 | Use disk_lock/disk_unlock directly and in the same way in these drivers, | Theo de Raadt |
2011-06-19 | and in debug code, too | Theo de Raadt |
2011-06-19 | stop trying to be clever with the softc name | Theo de Raadt |
2011-06-09 | shorted code with a lovely goto | Theo de Raadt |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-06-02 | No need to set error to 0, when it is still 0 from the start of the function. | Theo de Raadt |
2011-06-02 | The vndbufpl is no longer used. | Theo de Raadt |
2011-06-02 | Initialize the dv_xname at attach time, so that we don't have to do | Theo de Raadt |
2011-06-02 | In vndclear(), clear all the flag bits. Leaving around a VNF_WLABEL bit | Theo de Raadt |
2011-06-02 | Initialize the dv_unit, because disk_attach will want it later. Before | Theo de Raadt |
2011-06-02 | Do not bzero the softc when doing VNDIOCCLR, because that trashes the | Theo de Raadt |
2011-06-02 | device_ref() by hand, since this is a pseudo-device and was not attached | Theo de Raadt |
2011-05-31 | Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd) | Matthew Dempsky |
2011-05-30 | Remove vndshutdown. It is unused. | Owain Ainsworth |
2011-04-25 | Remove backwards compatibility for svnd. All new operations must use the | Theo de Raadt |
2011-04-23 | Remove now unused vndiodone(). ok deraadt@ | Miod Vallat |
2011-04-23 | The previous code only prevented the vnd from being opened for write in | Joel Sing |
2011-04-23 | backout the miod change since it is wrong | Theo de Raadt |
2011-04-22 | Fix regression in vndopen() behaviour introduced in previous commit. | Miod Vallat |
2011-04-18 | remove the old style by-pass-the-buffer-cache vnd code. | Thordur I. Bjornsson |
2011-04-02 | Remove bufqs from vnds, as the disk that houses the image | Thordur I. Bjornsson |
2011-02-15 | A vnd buf doesn't only go through the vnd bufq but also the bufq | Thordur I. Bjornsson |
2011-01-06 | init and destory the bufq in the ioctl handler, as | Thordur I. Bjornsson |
2011-01-05 | cut vnd over to using bufq's again. | Thordur I. Bjornsson |
2010-12-22 | When configuring a vnd(4) disk, populate the disk name based on the mode | Joel Sing |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-07-22 | Instead of trying to biowait on a buf that has errored, do the | Thordur I. Bjornsson |
2010-07-01 | leases have expired. (remove a comment). | Thordur I. Bjornsson |
2010-07-01 | for the allocated buf, set the b_bq flag to NULL so we do not | Thordur I. Bjornsson |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2009-08-24 | - fix format strings for values that are daddr64_t | Jasper Lievisse Adriaanse |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-06-17 | Revert bufq's. this is inline with the major midlayer reverts that | Thordur I. Bjornsson |
2009-06-04 | Add DIOCRLDINFO to those drivers previously deprived. | Kenneth R Westerback |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2008-09-03 | Replace -s (sector size) option with more general -t (disktype) | Kenneth R Westerback |
2008-08-14 | Allow the sector size to be specified by the user when configuring a | Joel Sing |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |
2008-07-20 | Add DIOCGPDINFO support. 'disklabel -d svnd0' now works. | Kenneth R Westerback |
2008-06-29 | Use DEV_BSIZE (defined as 512) instead of 512 when initializing the | Kenneth R Westerback |
2008-03-24 | Change XXgetdisklabel() to the 'normal' four parameter model to | Kenneth R Westerback |
2007-10-15 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-09-29 | make safe vnds work on block devices. | Felix Kronlage |
2007-09-12 | There is no such word as `detatch'. | Michael Knudsen |
2007-09-11 | KNF | Gilles Chehade |