Age | Commit message (Expand) | Author |
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 |
2007-09-08 | more M_ZERO changes | Gilles Chehade |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-12 | Use VNDLABELDEV() and not DISKLABELDEV() in writedisklabel() since | Kenneth R Westerback |
2007-04-29 | Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and | Kenneth R Westerback |
2007-03-25 | include rwlock.h ourselves, better than depending on it getting picked | Ted Unangst |
2007-03-25 | use a rwlock instead of the homegrown approach | Ted Unangst |
2007-02-26 | Don't enforce RLIMIT_FSIZE on vnd(4) I/O operations, okay deraadt@ | Pedro Martelletto |
2007-02-21 | Don't use arbitrary 128 bytes as size of the blf key array if we know exactly | Alexander von Gernler |
2007-02-01 | Don't throttle and serialize I/O operations, okay miod@ krw@ | Pedro Martelletto |
2007-01-13 | Touch of clean up: | Thordur I. Bjornsson |
2006-12-24 | ansify, no binary change, from Bret Lambert | Pedro Martelletto |
2006-10-05 | Always allow read-only opens on (s)vnd devices, despite the | Thordur I. Bjornsson |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
2006-09-20 | Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@ | Pedro Martelletto |
2006-08-13 | fix a panic when trying to fdisk vnd devices (not svnd) wich | Thordur I. Bjornsson |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-04 | Disk interrupts can cause buffers to be returned to the vnd pool, so | Pedro Martelletto |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2005-12-29 | Correctly bounds check transfers passed to vndstrategy() | Pedro Martelletto |
2005-07-20 | change sc_keyctx from void * to blf_ctx *. there's no point for it to be | Ted Unangst |
2005-04-19 | use pool for struct vndbug; tested by many and pedro@ ok | Michael Shalayeff |
2005-04-12 | simplify vndopen() a bit. | Joris Vink |
2005-01-05 | copyoutstr doesn't work so well with the kernel addresses | Ted Unangst |
2004-06-30 | since we're not using 'len' for anything, nuke it and pass null to | Pedro Martelletto |
2004-06-30 | don't strlcpy() to user-space, use copyoutstr() instead. ok deraadt@ | Pedro Martelletto |