Limit max_hw_sectors_kb to 16M
[freebsd.git] / module / zfs / zvol.c
2015-08-28 Brian BehlendorfLimit max_hw_sectors_kb to 16M
2015-07-29 Brian BehlendorfBound zvol_threads module option
2015-07-13 Brian BehlendorfFix switch-bool warning
2015-06-25 Brian BehlendorfUpdate all default taskq settings
2015-03-25 Tim ChaseSet the maximum ZVOL transfer size correctly
2015-01-30 Brian BehlendorfHandle closing an unopened ZVOL
2015-01-30 Brian BehlendorfAdd zvol_open() error handling for readonly property
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-16 Brian BehlendorfMark IO pipeline with PF_FSTRANS
2014-01-14 Brian BehlendorfUse long holds in zvol_set_volsize()
2013-12-16 Brian Behlendorfcstyle: zvol.c
2013-12-16 Brian BehlendorfRemove ZFC_IOC_*_MINOR ioctl()s
2013-11-05 George WilsonIllumos #3236
2013-10-31 Matthew AhrensIllumos #3598
2013-09-04 Matthew AhrensIllumos #3464
2013-07-08 Chris Dunlop3.10 API change: block_device_operations->release(...
2013-07-03 Brian BehlendorfOpen pools asynchronously after module load
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-18 Brian BehlendorfMerge branch 'zpl'
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...