summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r318189:asomers2017-05-301-49/+65
* MFC r316760:asomers2017-05-301-31/+44
* MFC r308055: Add vdev_reopening support to vdev_geom.mav2016-11-121-1/+12
* MFC r308051: Matching GUIDs, handle possible race on vdev detach.mav2016-11-121-56/+63
* MFC r308049: Improve few debugging log messages.mav2016-11-121-3/+3
* MFC r300881, r302058 (by asomers):mav2016-10-281-21/+42
* MFC r300059 (by asomers): Speed up vdev_geom_open_by_guidsmav2016-10-281-43/+87
* MFC r298814 (by asomers): Fix a use-after-free when "zpool import" failsmav2016-10-281-4/+2
* MFC r298786 (by asomers):mav2016-10-281-119/+97
* MFC r294329 (by asomers): Disallow zvol-backed ZFS poolsmav2016-10-281-4/+15
* MFC r305456 (by avg): fix zfs pool creation accidentally broken by r305331mav2016-10-141-1/+2
* MFC r298072asomers2016-05-161-3/+4
* MFC r297986, r298017 to vdev_geom.casomers2016-05-121-6/+24
* MFC 297868asomers2016-05-101-16/+3
* MFC r297672: Alike to r293708 relax pool check in vdev_geom_open_by_path().mav2016-04-141-1/+9
* MFC r296615: Make ZFS ignore stripe sizes above SPA_MAXASHIFT (8KB).mav2016-03-211-1/+1
* MFC r296613: Make ZFS more picky to GEOM stripe sizes and offsets.mav2016-03-211-1/+2
* MFC r296510, r296563, r296567: MFV r296505:mav2016-03-211-1/+2
* MFC r293677 (by asomers): Record physical path information in ZFS Vdevsmav2016-03-201-33/+98
* MFC r274304 (by delphij): MFV r274272 and diff reduction with upstream.mav2016-03-201-8/+8
* 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
OpenPOWER on IntegriCloud