summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Commit message (Expand)AuthorAgeFilesLines
* Plug open count leak on zvol rename.mav2016-03-301-0/+5
* Switch from using make_dev_p() to make_dev_s() to close races.mav2016-03-301-29/+28
* Pass through error code from make_dev_p().mav2016-03-281-3/+4
* Unify ignoring EEXIST from zvol_create_minor().mav2016-03-241-1/+2
* MFV r296518: 5027 zfs large block support (add copyright)mav2016-03-081-0/+1
* Add a sysctl to allow ZFS pools backed by zvolsasomers2016-01-291-7/+29
* Disallow zvol-backed ZFS poolsasomers2016-01-191-24/+16
* MFV r289185: 6250 zvol_dump_init() can hold txg openmav2015-10-121-44/+63
* MFV r286704: 5960 zfs recv should prefetch indirect blocksmav2015-08-121-1/+1
* Allow zvol_geom_worker to process BIO_DELETE'ssmh2015-03-141-0/+4
* Make DIOCGATTR in device mode handle "GEOM::candelete".mav2015-03-121-1/+3
* Use new optimized dmu_read_uio_dbuf() for ZVOLs in device mode.mav2015-01-101-1/+1
* Fix panic when resizing ZFS zvol'ssmh2014-12-221-80/+301
* Refactor zvol locking to minimise diff with upstreamsmh2014-12-221-60/+76
* Standardise on illumos for #ifdef's in zvol.csmh2014-12-221-34/+32
* Add GET LBA STATUS command support to CTL.mav2014-12-041-0/+13
* MFV r274273:delphij2014-11-101-5/+6
* Add to CTL support for logical block provisioning threshold notifications.mav2014-11-061-1/+53
* Add a new sysctl, vfs.zfs.vol.unmap_enabled, which allows the systemdelphij2014-10-041-0/+14
* Diff reduction with upstream. The code change is not really applicabledelphij2014-10-041-3/+3
* Fix various issues with zvolssmh2014-10-031-5/+13
* Make ZVOL writes in device mode support IO_SYNC flag.mav2014-09-091-1/+1
* MFV r268455:delphij2014-07-091-1/+2
* MFV r268452:delphij2014-07-091-0/+2
* Fix bug in sync control in new "dev" mode of ZVOL (r265678).mav2014-07-021-0/+4
* MFV r268119:delphij2014-07-011-3/+3
* MFV r267565:delphij2014-07-011-0/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* In addition to r264077, tell GEOM that we do support BIO_DELETE now.mav2014-04-061-0/+3
* Add property and sysctl to control how ZVOLs are exposed to OS.mav2014-04-051-117/+351
* MFV r258922:mav2014-04-031-31/+52
* Add BIO_DELETE support to ZVOL.mav2014-04-031-4/+70
* Report ZVOL block size as GEOM stripesize.mav2014-03-131-5/+9
* MFV r259170:delphij2014-01-011-1/+2
* MFV r258374:delphij2013-12-241-7/+5
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-221-9/+22
* MFV r254750:delphij2013-09-211-22/+107
* MFV r248217:mm2013-04-061-47/+106
* Call dmu_snapshot_list_next() in zvol.c with dsl_pool_config lock heldmm2013-04-011-0/+2
* Release hold on pool before calling zvol_create_minor()mm2013-03-201-1/+4
* MFV r247580:mm2013-03-191-2/+12
* WiP merge of libzfs_core (MFV r238590, r238592)mm2013-03-051-2/+3
* MFV r246392:mm2013-02-111-1/+1
* MFV r243013 and r243267:mm2012-11-251-0/+7
* zvol: set mediasize in geom provider right upon its creationavg2012-10-061-0/+12
* zfs: allow a zvol to be used as a pool vdev, againavg2012-09-221-15/+33
* Merge recent vendor changes:mm2012-08-281-0/+10
* Make ZVOL resizing ('zfs set volsize') properly resize the GEOM provider.trasz2012-07-201-9/+3
OpenPOWER on IntegriCloud