aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Commit message (Expand)AuthorAgeFilesLines
* MFV r348578: 9962 zil_commit should omit cache thrashAlexander Motin2019-06-031-3/+1
* MFV r348550: 1700 Add SCSI UNMAP supportAlexander Motin2019-06-031-29/+52
* 9539 Make zvol operations use _by_dnode routinesAlexander Motin2018-08-021-15/+13
* MFV r324198: 8081 Compiler warnings in zdbAlexander Motin2018-02-211-3/+7
* MFV r323535: 8585 improve batching done in zil_commit()Andriy Gapon2017-09-261-6/+9
* MFV r323917: 8648 Fix range locking in ZIL commit codepathAndriy Gapon2017-09-221-3/+12
* MFV r322223: 8378 crash due to bp in-memory modification of nopwrite blockAndriy Gapon2017-08-081-7/+2
* Do not invoke the resize event when previous provider's size was zero.Andrey V. Elsukov2017-03-011-1/+10
* MFV 314276Josh Paetzel2017-02-251-20/+26
* Postpone ZVOL media/block size caching till first open.Alexander Motin2016-12-111-11/+15
* After some ZIL changes 6 years ago zil_slog_limit got partially brokenAlexander Motin2016-11-171-30/+20
* Fix ZIL records ordering when ZVOL opened both with and without FSYNC.Alexander Motin2016-11-011-2/+12
* Pass to zvol_log_truncate() same sync values as to zvol_log_write().Alexander Motin2016-11-011-5/+7
* Add sysctls for zfs_immediate_write_sz and zvol_immediate_write_sz.Alexander Motin2016-10-291-0/+4
* Fix panic after ZVOL renamed to name invalid for DEVFS.Alexander Motin2016-10-241-10/+12
* Plug open count leak on zvol rename.Alexander Motin2016-03-301-0/+5
* Switch from using make_dev_p() to make_dev_s() to close races.Alexander Motin2016-03-301-29/+28
* Pass through error code from make_dev_p().Alexander Motin2016-03-281-3/+4
* Unify ignoring EEXIST from zvol_create_minor().Alexander Motin2016-03-241-1/+2
* MFV r296518: 5027 zfs large block support (add copyright)Alexander Motin2016-03-081-0/+1
* Add a sysctl to allow ZFS pools backed by zvolsAlan Somers2016-01-291-7/+29
* Disallow zvol-backed ZFS poolsAlan Somers2016-01-191-24/+16
* MFV r289185: 6250 zvol_dump_init() can hold txg openAlexander Motin2015-10-121-44/+63
* MFV r286704: 5960 zfs recv should prefetch indirect blocksAlexander Motin2015-08-121-1/+1
* Allow zvol_geom_worker to process BIO_DELETE'sSteven Hartland2015-03-141-0/+4
* Make DIOCGATTR in device mode handle "GEOM::candelete".Alexander Motin2015-03-121-1/+3
* Use new optimized dmu_read_uio_dbuf() for ZVOLs in device mode.Alexander Motin2015-01-101-1/+1
* Fix panic when resizing ZFS zvol'sSteven Hartland2014-12-221-80/+301
* Refactor zvol locking to minimise diff with upstreamSteven Hartland2014-12-221-60/+76
* Standardise on illumos for #ifdef's in zvol.cSteven Hartland2014-12-221-34/+32
* Add GET LBA STATUS command support to CTL.Alexander Motin2014-12-041-0/+13
* MFV r274273:Xin LI2014-11-101-5/+6
* Add to CTL support for logical block provisioning threshold notifications.Alexander Motin2014-11-061-1/+53
* Add a new sysctl, vfs.zfs.vol.unmap_enabled, which allows the systemXin LI2014-10-041-0/+14
* Diff reduction with upstream. The code change is not really applicableXin LI2014-10-041-3/+3
* Fix various issues with zvolsSteven Hartland2014-10-031-5/+13
* Make ZVOL writes in device mode support IO_SYNC flag.Alexander Motin2014-09-091-1/+1
* MFV r268455:Xin LI2014-07-091-1/+2
* MFV r268452:Xin LI2014-07-091-0/+2
* Fix bug in sync control in new "dev" mode of ZVOL (r265678).Alexander Motin2014-07-021-0/+4
* MFV r268119:Xin LI2014-07-011-3/+3
* MFV r267565:Xin LI2014-07-011-0/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* In addition to r264077, tell GEOM that we do support BIO_DELETE now.Alexander Motin2014-04-061-0/+3
* Add property and sysctl to control how ZVOLs are exposed to OS.Alexander Motin2014-04-051-117/+351
* MFV r258922:Alexander Motin2014-04-031-31/+52
* Add BIO_DELETE support to ZVOL.Alexander Motin2014-04-031-4/+70
* Report ZVOL block size as GEOM stripesize.Alexander Motin2014-03-131-5/+9