summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Fix early kernel dump via dumpdev envsmh2015-11-171-5/+22
* Remove compatibility shims for legacy ATA device names.mav2015-10-111-27/+3
* geom_dev: Use kenv 'dumpdev' in the same way as rc/etc.d/dumponcem2015-09-231-1/+8
* Fix panic triggered by code like this:trasz2015-08-041-0/+7
* Fix panic that would happen on forcibly unmounting devfs (note thattrasz2015-08-031-0/+14
* Remove sleeps from geom_up thread on device destruction.mav2015-04-091-1/+1
* Add devd(8) notifications for creation and destruction of GEOM devices.trasz2015-01-141-1/+9
* Add missing privilege check when setting the dump device. Before that change itpjd2014-11-111-7/+7
* Add to CTL support for logical block provisioning threshold notifications.mav2014-11-061-0/+10
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-2/+2
* Add an ability to set dumpdev via loader(8) tunable.ae2014-10-081-14/+62
* Fix a bug in r272297 which prevented dumpdev from setting.hrs2014-10-031-1/+1
* Be prepared that set_dumper() might fail even when resetting it or prefixpjd2014-09-301-3/+2
* Style fixes.pjd2014-09-301-10/+8
* Deal explicitly with possible failures of make_dev_alias_p() in GEOM.scottl2014-08-181-3/+5
* Fix bug introduced at r256607. We have to recalculate bp_resid here sincemav2013-12-121-1/+1
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-221-0/+1
* MFprojects/camlock r256371:mav2013-10-161-5/+5
* Change the way that unmapped I/O capability is advertised.ken2013-08-151-1/+3
* Added a sysctl (kern.geom.dev.delete_max_sectors) to control the maximumsmh2013-04-261-5/+22
* Make it possible to submit FLUSH bios through geom_dev strategy. Thistrasz2013-04-061-1/+2
* Do not pass unmapped buffers to drivers that cannot handle themkan2013-03-261-1/+1
* Fix long known deadlock between geom dev destruction and d_close() call.mav2013-03-241-71/+129
* - Don't pass geom and provider names as format strings.jh2012-11-201-1/+1
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-3/+3
* Remove unneeded G_PF_CANDELETE flag.ed2012-08-281-4/+0
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-4/+16
* Fix typo in the comment.trasz2012-07-061-1/+1
* Temporary revert r227009 to fix freeze on UP systems without PREEMPTION.mav2011-11-141-27/+12
* Make orphan() method in geom_dev asynchronous using destroy_dev_sched_cb()mav2011-11-011-12/+27
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-141-1/+51
* Use make_dev_alias_p() added in r221397 to create alias dev entry.mav2011-05-031-1/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-2/+26
* MFgraid/head r217827:mav2011-03-241-2/+5
* Use make_dev_p(9) with the MAKEDEV_CHECKNAME flag instead of make_dev(9)jh2010-10-191-2/+10
* fix a few cases where a string is passed via format argument instead ofavg2010-06-111-1/+1
* Add BIO_DELETE support to ada(4):mav2009-12-281-2/+2
* Add two disk ioctls, giving user-level tools information about disk/arraymav2009-12-241-1/+6
* Do not check proper request alignment here in geom_dev in production.mav2009-09-081-2/+2
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-081-12/+0
* Provide compatibility symlink for logical partitions:marcel2009-02-201-0/+12
* Remove unused unrhdr from GEOM character device module.ed2009-01-241-17/+1
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* - Add a new ioctl for getting the provider name of a geom provider.lulf2008-09-071-0/+7
* Remove the distinction between device minor and unit numbers.ed2008-05-291-1/+1
* Chop DIOCGDELETE from userland up in 1024 sector chunks to give geom_diskphk2007-12-161-2/+18
* Don't limit BIO_DELETE requests to MAXPHYS, they perform no dataphk2007-12-161-2/+1
* Implement three new ioctls that can be used with GEOM provider:pjd2007-05-051-0/+20
* make_dev(9) can be (and is) called without Giant, so there is no need tokris2007-03-261-8/+0
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-3/+3
OpenPOWER on IntegriCloud