aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
Commit message (Expand)AuthorAgeFilesLines
* If the autoexpand pool property is turned on and vdev is healthy try toPawel Jakub Dawidek2019-03-301-0/+24
* MFV/ZoL: Disable LBA weighting on files and SSDsAlexander Motin2019-03-081-3/+3
* The way ZFS searches for its vdevs is the following: first it looks forPawel Jakub Dawidek2019-02-191-0/+6
* In the vdev_geom_open_by_path() function we assume that vdev path startsPawel Jakub Dawidek2019-02-191-1/+1
* Remove BIO_ORDERED flag from BIO_FLUSH sent by ZFS.Alexander Motin2019-01-301-1/+0
* Fix an nvpair leak in vdev_geom_read_config().Mark Johnston2018-09-171-9/+12
* MFV r336991, r337001:Alexander Motin2018-07-311-0/+1
* This originated from ZFS On Linux, asSean Eric Fagan2018-06-081-0/+1
* MFV r329762: 8961 SPA load/import should tell us why it failedAlexander Motin2018-02-221-0/+2
* MFV r329502: 7614 zfs device evacuation/removalAlexander Motin2018-02-211-0/+1
* zfs: fix formatting in a log statementAlan Somers2018-02-161-1/+1
* Fix assertion when ZFS fails to open certain devicesAlan Somers2017-11-301-27/+30
* vdev_geom_close: close errored consumer even if vdev_reopening is setAndriy Gapon2017-10-311-3/+8
* Fix the error message when creating a zpool on a too-small deviceAlan Somers2017-10-231-17/+19
* fix memory leak in g_bio zone introduced in r320452, another ABD falloutAndriy Gapon2017-09-201-7/+18
* Fix some ZFS debugging messagesAlan Somers2017-08-151-4/+4
* fix a regression in r320452, ZFS ABD importAndriy Gapon2017-07-181-0/+8
* fix an architectural problem introduced in r320156, ZFS ABD importAndriy Gapon2017-06-281-7/+10
* MFV r318946: 8021 ARC buf data scatter-izationAndriy Gapon2017-06-201-2/+16
* vdev_geom may associate multiple vdevs per g_consumerAlan Somers2017-05-111-49/+65
* Fix vdev_geom_attach_by_guids for partitioned disksAlan Somers2017-04-131-31/+44
* Add vdev_reopening support to vdev_geom.Alexander Motin2016-10-281-1/+12
* Matching GUIDs, handle possible race on vdev detach.Alexander Motin2016-10-281-56/+63
* Improve few debugging log messages.Alexander Motin2016-10-281-3/+3
* fix zfs pool creation accidentally broken by r305331Andriy Gapon2016-09-061-1/+2
* Fix uninitialized variable from r300881Alan Somers2016-06-211-1/+1
* Avoid issuing spa config updates for physical path when not necessaryAlan Somers2016-05-271-21/+42
* Speed up vdev_geom_open_by_guidsAlan Somers2016-05-171-43/+87
* Fix a use-after-free when "zpool import" failsAlan Somers2016-04-291-4/+2
* Refactor vdev_geom_attach and friends to reduce code duplicationAlan Somers2016-04-291-119/+97
* Don't corrupt ZFS label's physpath attribute when booting while a disk is mis...Alan Somers2016-04-151-3/+4
* Add more debugging statements in vdev_geom.cAlan Somers2016-04-141-5/+22
* Update a debugging message in vdev_geom_open_by_guids for consistency withAlan Somers2016-04-141-1/+2
* Fix rare double free in vdev_geom_attrchangedAlan Somers2016-04-121-16/+3
* Alike to r293708 relax pool check in vdev_geom_open_by_path().Alexander Motin2016-04-071-1/+9
* Make ZFS ignore stripe sizes above SPA_MAXASHIFT (8KB).Alexander Motin2016-03-101-1/+1
* Make ZFS more picky to GEOM stripe sizes and offsets.Alexander Motin2016-03-101-1/+2
* MFV r296505: 6531 Provide mechanism to artificially limit disk performanceAlexander Motin2016-03-081-1/+2
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-171-1/+1
* Quell harmless CID about unchecked return value in nvlist_get_guids.Alan Somers2016-01-191-2/+2
* Disallow zvol-backed ZFS poolsAlan Somers2016-01-191-4/+15
* Fix race condition involving ZFS remove eventsAlan Somers2016-01-141-1/+0
* Fix importing l2arc device by guidAlan Somers2016-01-111-1/+9
* Record physical path information in ZFS VdevsAlan Somers2016-01-111-32/+98
* Change an important error message from ZFS_LOG to printfAlan Somers2015-12-111-1/+1
* During vdev_geom_open, require that the vdev guids match the device's labelAlan Somers2015-12-101-39/+55
* Disable TRIM on file backed ZFS vdevs and fix TRIM on initSteven Hartland2014-11-171-0/+5
* MFV r274272 and diff reduction with upstream.Xin LI2014-11-091-8/+8
* Don't return ZIO_PIPELINE_CONTINUE from vdev_op_io_start methodsSteven Hartland2014-08-011-27/+25
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-6/+4