summaryrefslogtreecommitdiff
path: root/sys/dev/ldvar.h
AgeCommit message (Expand)Author
2021-06-21Pull up following revision(s) (requested by riastradh in ticket #1304):martin
2019-03-19Let backend provide a disk type. The information can be queried throughmlelstv
2017-08-20make the sc_discard interface for the ld backend asynchronous andmlelstv
2017-08-09While ld(4) is MP safe, many backends are not.mlelstv
2017-04-27do not attach nvme ld as randomness source - device is too fast, it overwhelmsjdolecek
2017-02-27refactor the ld(4) DIOCCACHESYNC hook into general ioctl hook, so that attach...jdolecek
2016-09-16modify ldattach() to have default strategy as a parameterjdolecek
2015-08-28move entropy gathering into dksubr.mlelstv
2015-08-17Add support for implementing discard functionality with ld(4)jakllsch
2015-08-16replace spl and tsleep with mutex and condvar.mlelstv
2015-07-26Whitespaceskrll
2015-05-02Merge dk_intf and dkdriver interfaces.mlelstv
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-05-03use uint64_t for sc_disksize512.bsh
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2010-09-20Check disk bounds, in RAW_PART.kiyohara
2009-12-18Use "rnd.h" and <sys/rnd.h> to ensure that struct ld_softcjakllsch
2009-05-07struct device * -> device_t, no functional changes intended.cegger
2008-09-09Complete device_t/softc split for the ld(4) attachments. This shouldtron
2008-08-11Add a flags argument to the ld(4) flush handlers, and call these with asimonb
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-02-09Merge newlock2 to head.ad
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2004-09-25Add support for wedges to the logical disk driver.thorpej
2004-07-20use uint64 instead of int for sc_secperunitdbj
2003-05-17Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn).thorpej
2002-07-20Convert to new device buffer queue interface.hannken
2001-06-10Centralise the geometry fudge.ad
2001-02-04Allow for draining/adjusting the queue.ad
2001-01-03Make dumps work, and put the first part of detach into ld.c.ad
2000-12-03Make it possible to detach ld devices.ad
2000-11-26lsu -> ld, by popular request.ad