Cleanup zvol initialization code
[zfs.git] / module / zfs / zvol.c
2013-07-03 Richard YaoCleanup zvol initialization code
2013-07-01 shenyan1kmem_zalloc(..., KM_SLEEP) will never fail
2013-03-05 Eric DillmannAdd snapdev=[hidden|visible] dataset property
2013-03-04 George WilsonMerge zvol.c changes from PSARC 2010/306 Read-only...
2013-03-04 Richard YaoConstify structures containing function pointers
2013-01-18 Massimo MaggiFix zpool on zvol deadlock
2012-12-20 Brian BehlendorfFix zpool on zvol lock inversion deadlock
2012-12-18 Jorgen LundmanFix using zvol as slog device
2012-11-27 Brian BehlendorfFix NULL deref when zvol_alloc() fails
2012-10-05 Brian BehlendorfSet default zvol elevator to noop
2012-10-04 Etienne DechampsAlign DISCARD requests on zvols.
2012-10-03 Matthew AhrensIllumos #3100: zvol rename fails with EBUSY when dirty.
2012-10-03 Chris Wedgwoodzvol_probe should return NULL when the device isn't...
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Brian BehlendorfAnnotate KM_PUSHPAGE call paths with PF_NOFS
2012-08-07 Etienne DechampsSet zvol discard_granularity to the volblocksize.
2012-07-31 Etienne DechampsLimit the number of blocks to discard at once.
2012-06-14 Darik HornAdd zvol_inhibit_dev module option.
2012-06-11 Etienne DechampsHonor logbias when writing to ZVOLs.
2012-04-30 Brian BehlendorfRevert "Disable direct reclaim on zvols"
2012-04-30 Richard YaoDisable direct reclaim on zvols
2012-02-10 Etienne DechampsAdd support for DISCARD to ZVOLs.
2012-02-08 Etienne DechampsUse 32 as the default number of zvol threads.
2012-02-08 Etienne DechampsImprove ZVOL queue behavior.
2012-02-08 Etienne DechampsFix synchronicity for ZVOLs.
2012-02-08 Etienne DechampsSupport "sync=always" for ZVOLs.
2011-12-07 Brian BehlendorfSet zvol_major/zvol_threads permissions
2011-05-02 Brian BehlendorfFix 'zfs set volsize=N pool/dataset'
2011-02-25 Fajar A. NugrahaUse udev to create /dev/zvol/[dataset_name] links
2011-02-23 Brian BehlendorfLinux 2.6.x compat, blkdev_compat.h
2011-02-16 Brian BehlendorfCreate minors for all zvols
2011-02-10 Brian BehlendorfAdd zp->z_is_zvol flag
2010-10-29 Ned BassFix panic mounting unformatted zvol
2010-08-31 Brian BehlendorfAdd linux kernel disk support
2009-11-16 Brian BehlendorfRemove zvol.c when updating in update-zfs.sh Linux...
2009-07-02 Brian BehlendorfRebase master to b117
2009-02-18 Brian BehlendorfRebase master to b108
2009-01-15 Brian BehlendorfRebase master to b105
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...