aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r267961, r267973:Glen Barber2014-06-271-4/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+4
* Reintroduce priority for the TRIM ZIOs instead of using the "NOW" prioritySteven Hartland2014-04-301-21/+21
* Eliminate duplicate checks in vdev_geom_io_intr error handlingSteven Hartland2014-04-241-26/+30
* sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.cAlan Somers2013-12-121-9/+1
* Don't even try to read vdev labels from devices smaller then SPA_MINDEVSIZEAlexander Motin2013-12-101-2/+8
* Improve ZFS N-way mirror read performance by using load and localitySteven Hartland2013-10-231-0/+35
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-221-0/+1
* Enhance the ZFS vdev layer to maintain both a logical and a physicalJustin T. Gibbs2013-08-211-3/+7
* Partially close race between calls of orphan() method from GEOM and close()Alexander Motin2013-07-281-0/+3
* Fixed import of destroyed ZFS pools failing due to vdev_geom incorrectlySteven Hartland2013-06-211-2/+1
* zfs: solaris doesn't have KM_ZERO, kmem_zalloc should be used insteadAndriy Gapon2012-12-231-2/+2
* zfs roopool: add support for multi-vdev configurationsAndriy Gapon2012-11-241-27/+71
* s/dettach/detach/gXin LI2012-10-301-3/+3
* zfs: fix label validation code in vdev_geom_read_configAndriy Gapon2012-10-261-3/+5
* zfs_mount: taste geom providers for root pool configAndriy Gapon2012-10-061-33/+151
* Add TRIM support.Pawel Jakub Dawidek2012-09-231-15/+41
* Import illumos changeset 13570:3411fd5f1589Martin Matuska2012-05-271-2/+5
* Eliminate the zfsdev_state_lock entirely and replace it with thePawel Jakub Dawidek2011-08-121-13/+1
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-271-68/+103
* vdev's sectorsize should not be greater than 8 Kbytes and alsoAndrey V. Elsukov2011-02-041-1/+13
* Undo r216230: the interaction between saved ashift in metadata andIvan Voras2010-12-071-4/+1
* Use GEOM stripesize field when calculating ashift. This will enable correctIvan Voras2010-12-061-1/+4
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.Justin T. Gibbs2010-09-021-0/+1
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedMartin Matuska2010-07-121-1/+1
* Fix panic when reading label from provider with non power of 2 sector size.Pawel Jakub Dawidek2010-05-311-3/+4
* The whole point of having dedicated worker thread for each leaf VDEV was toPawel Jakub Dawidek2010-05-161-105/+22
* Eventhough r203504 eliminates taste traffic provoked by vdev_geom.c,Pawel Jakub Dawidek2010-05-111-1/+10
* Add missing new line characters to the warnings.Pawel Jakub Dawidek2010-05-111-2/+2
* The same code is used to import and to create pool.Pawel Jakub Dawidek2010-03-191-10/+20
* Open provider for writting when we find the right one. Opening too muchPawel Jakub Dawidek2010-02-041-17/+27
* We have to eventually look for provider without checking guid as this is needPawel Jakub Dawidek2009-12-051-3/+5
* Fix deadlock when ZVOLs are present and we are replacing dead component orPawel Jakub Dawidek2009-12-051-1/+6
* Always check guid when opening by path, because we may end up with providerPawel Jakub Dawidek2009-12-051-5/+3
* Avoid using additional variable for storing an error if we are not goingPawel Jakub Dawidek2009-12-051-3/+2
* On FreeBSD it is enough to report provider removal when orphan event isPawel Jakub Dawidek2009-10-071-20/+0
* Fix white-spaces.Pawel Jakub Dawidek2009-10-071-6/+6
* - Hide ZFS kernel threads under zfskern process.Pawel Jakub Dawidek2009-08-231-3/+3
* Set priority of vdev_geom threads and zvol threads to PRIBIO.Pawel Jakub Dawidek2009-08-231-0/+4
* IFp4: Don't rely on disk IDs and always use vdev guids, which means always lookPawel Jakub Dawidek2008-11-221-219/+69
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-93/+352
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Increase debug level - this message is not that important.Pawel Jakub Dawidek2007-05-091-1/+1
* Use provider's ident to handle situations when disks are moved aroundPawel Jakub Dawidek2007-05-061-10/+161
* Fix two use-after-free cases.Pawel Jakub Dawidek2007-04-291-2/+2
* Please welcome ZFS - The last word in file systems.Pawel Jakub Dawidek2007-04-061-0/+432