summaryrefslogtreecommitdiff
path: root/sys/dev/ld.c
AgeCommit message (Expand)Author
2023-08-19Add logging for buf->b_cflags BC_BUSY changeslockdoc-10.99.5-vfs-0.3Merlin Scholz
2021-05-30ld(4): Block requests while suspended until resumed.riastradh
2020-08-02Remove unnecessary wait in ldbegindetach.riastradh
2020-04-13constifymaxv
2020-03-01Add a flag to dk_dump for virtual disk devices.riastradh
2020-02-10Reject open when attach didn't complete successfully.mlelstv
2019-10-06Don't attach disks with sector sizes we cannot handle.mlelstv
2019-03-19Let backend provide a disk type. The information can be queried throughmlelstv
2018-10-13take kernel lock for ioctl calls when backend isn't tagged MPSAFE.mlelstv
2017-10-28Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".riastradh
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-11-26size routine returns -1 on error, not an error code.mlelstv
2016-10-11do not try to flush device when rebooting with RB_NOSYNC, so that machinejdolecek
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-09-19fix DIOCCACHESYNC ioctl on ld(4) and raid(4) to work again; it got brokenjdolecek
2016-09-16modify ldattach() to have default strategy as a parameterjdolecek
2016-02-27dk_ioctl already calls disk_ioctl.mlelstv
2015-08-28move entropy gathering into dksubr.mlelstv
2015-08-27Make dksubr use a spin-mutex again, since some drivers still call dk_donemlelstv
2015-08-18Use ENODEV to show that an operation is not supported.mlelstv
2015-08-17Add support for implementing discard functionality with ld(4)jakllsch
2015-08-16Two changes to the dksubr interface.mlelstv
2015-08-16missed wakeup -> cv_broadcast conversion.mlelstv
2015-08-16use device_printfmlelstv
2015-08-16replace tsleep with condvarmlelstv
2015-08-16replace spl and tsleep with mutex and condvar.mlelstv
2015-07-22Trailing whitespace.skrll
2015-05-02Merge dk_intf and dkdriver interfaces.mlelstv
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-31Centralize wedge ioctls in disk_ioctl.christos
2014-11-04support DIOCMWEDGES ioctl.mlelstv
2014-10-11clamp total number of sectors to UINT32_MAX instead of providing themlelstv
2014-09-05Don't use new as a variable name.matt
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-05-29phase 1 of disk geometry cleanup:christos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-09-20Check disk bounds, in RAW_PART.kiyohara
2010-08-19flush cache on suspendjmcneill
2009-07-23Extract ldlastclose() and use it in ldclose(). At the top ofdyoung
2009-05-07struct device * -> device_t, no functional changes intended.cegger
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt