summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r292066, r292069, r293708, r294027, and r294358, mostly to vdev_geom.casomers2016-01-261-40/+64
* MFC r274619:smh2014-11-211-0/+5
* MFC r256956:smh2014-09-071-0/+35
* MFC r265152 - Reintroduce priority for the TRIM ZIOs instead of using the "NO...smh2014-08-211-41/+39
* MFC r264885smh2014-05-261-26/+30
* MFC 259240asomers2014-01-101-9/+1
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-0/+1
* MFC r259168:mav2014-01-051-2/+8
* Enhance the ZFS vdev layer to maintain both a logical and a physicalgibbs2013-08-211-3/+7
* Partially close race between calls of orphan() method from GEOM and close()mav2013-07-281-0/+3
* Fixed import of destroyed ZFS pools failing due to vdev_geom incorrectlysmh2013-06-211-2/+1
* zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used insteadavg2012-12-231-2/+2
* zfs roopool: add support for multi-vdev configurationsavg2012-11-241-27/+71
* s/dettach/detach/gdelphij2012-10-301-3/+3
* zfs: fix label validation code in vdev_geom_read_configavg2012-10-261-3/+5
* zfs_mount: taste geom providers for root pool configavg2012-10-061-33/+151
* Add TRIM support.pjd2012-09-231-15/+41
* Import illumos changeset 13570:3411fd5f1589mm2012-05-271-2/+5
* Eliminate the zfsdev_state_lock entirely and replace it with thepjd2011-08-121-13/+1
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-68/+103
* vdev's sectorsize should not be greater than 8 Kbytes and alsoae2011-02-041-1/+13
* Undo r216230: the interaction between saved ashift in metadata andivoras2010-12-071-4/+1
* Use GEOM stripesize field when calculating ashift. This will enable correctivoras2010-12-061-1/+4
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-0/+1
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedmm2010-07-121-1/+1
* Fix panic when reading label from provider with non power of 2 sector size.pjd2010-05-311-3/+4
* The whole point of having dedicated worker thread for each leaf VDEV was topjd2010-05-161-105/+22
* Eventhough r203504 eliminates taste traffic provoked by vdev_geom.c,pjd2010-05-111-1/+10
* Add missing new line characters to the warnings.pjd2010-05-111-2/+2
* The same code is used to import and to create pool.pjd2010-03-191-10/+20
* Open provider for writting when we find the right one. Opening too muchpjd2010-02-041-17/+27
* We have to eventually look for provider without checking guid as this is needpjd2009-12-051-3/+5
* Fix deadlock when ZVOLs are present and we are replacing dead component orpjd2009-12-051-1/+6
* Always check guid when opening by path, because we may end up with providerpjd2009-12-051-5/+3
* Avoid using additional variable for storing an error if we are not goingpjd2009-12-051-3/+2
* On FreeBSD it is enough to report provider removal when orphan event ispjd2009-10-071-20/+0
* Fix white-spaces.pjd2009-10-071-6/+6
* - Hide ZFS kernel threads under zfskern process.pjd2009-08-231-3/+3
* Set priority of vdev_geom threads and zvol threads to PRIBIO.pjd2009-08-231-0/+4
* IFp4: Don't rely on disk IDs and always use vdev guids, which means always lookpjd2008-11-221-219/+69
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-93/+352
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Increase debug level - this message is not that important.pjd2007-05-091-1/+1
* Use provider's ident to handle situations when disks are moved aroundpjd2007-05-061-10/+161
* Fix two use-after-free cases.pjd2007-04-291-2/+2
* Please welcome ZFS - The last word in file systems.pjd2007-04-061-0/+432
OpenPOWER on IntegriCloud