aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zvol.c
Commit message (Expand)AuthorAgeFilesLines
* Illumos #3236George Wilson2013-11-051-2/+11
* Illumos #3598Matthew Ahrens2013-10-311-21/+21
* Illumos #3464Matthew Ahrens2013-09-041-6/+11
* 3.10 API change: block_device_operations->release() returns voidChris Dunlop2013-07-081-0/+6
* Open pools asynchronously after module loadBrian Behlendorf2013-07-031-2/+0
* Cleanup zvol initialization codeRichard Yao2013-07-031-10/+18
* kmem_zalloc(..., KM_SLEEP) will never failshenyan12013-07-011-3/+1
* Add snapdev=[hidden|visible] dataset propertyEric Dillmann2013-03-051-3/+59
* Merge zvol.c changes from PSARC 2010/306 Read-only ZFS poolsGeorge Wilson2013-03-041-5/+8
* Constify structures containing function pointersRichard Yao2013-03-041-14/+14
* Fix zpool on zvol deadlockMassimo Maggi2013-01-181-13/+13
* Fix zpool on zvol lock inversion deadlockBrian Behlendorf2012-12-201-0/+28
* Fix using zvol as slog deviceJorgen Lundman2012-12-181-0/+23
* Fix NULL deref when zvol_alloc() failsBrian Behlendorf2012-11-271-1/+1
* Set default zvol elevator to noopBrian Behlendorf2012-10-051-0/+10
* Align DISCARD requests on zvols.Etienne Dechamps2012-10-041-9/+18
* Illumos #3100: zvol rename fails with EBUSY when dirty.Matthew Ahrens2012-10-031-0/+10
* zvol_probe should return NULL when the device isn't found.Chris Wedgwood2012-10-031-1/+1
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-1/+1
* Annotate KM_PUSHPAGE call paths with PF_NOFSBrian Behlendorf2012-08-271-4/+24
* Set zvol discard_granularity to the volblocksize.Etienne Dechamps2012-08-071-0/+1
* Limit the number of blocks to discard at once.Etienne Dechamps2012-07-311-1/+6
* Add zvol_inhibit_dev module option.Darik Horn2012-06-131-0/+10
* Honor logbias when writing to ZVOLs.Etienne Dechamps2012-06-111-2/+6
* Revert "Disable direct reclaim on zvols"Brian Behlendorf2012-04-301-7/+1
* Disable direct reclaim on zvolsRichard Yao2012-04-301-1/+7
* Add support for DISCARD to ZVOLs.Etienne Dechamps2012-02-091-0/+47
* Use 32 as the default number of zvol threads.Etienne Dechamps2012-02-081-4/+1
* Improve ZVOL queue behavior.Etienne Dechamps2012-02-071-0/+9
* Fix synchronicity for ZVOLs.Etienne Dechamps2012-02-071-3/+27
* Support "sync=always" for ZVOLs.Etienne Dechamps2012-02-071-1/+1
* Set zvol_major/zvol_threads permissionsBrian Behlendorf2011-12-071-2/+2
* Fix 'zfs set volsize=N pool/dataset'Brian Behlendorf2011-05-021-11/+19
* Use udev to create /dev/zvol/[dataset_name] linksFajar A. Nugraha2011-02-251-6/+10
* Linux 2.6.x compat, blkdev_compat.hBrian Behlendorf2011-02-231-0/+1
* Create minors for all zvolsBrian Behlendorf2011-02-161-1/+2
* Add zp->z_is_zvol flagBrian Behlendorf2011-02-101-0/+2
* Fix panic mounting unformatted zvolNed Bass2010-10-291-0/+4
* Add linux kernel disk supportBrian Behlendorf2010-08-311-0/+1337
* Remove zvol.c when updating in update-zfs.sh Linux version available.Brian Behlendorf2009-11-151-1835/+0
* Rebase master to b117Brian Behlendorf2009-07-021-20/+123
* Rebase master to b108Brian Behlendorf2009-02-181-1/+3
* Rebase master to b105Brian Behlendorf2009-01-151-4/+12
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+1722