summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
Commit message (Expand)AuthorAgeFilesLines
* 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