Fix range locking in ZIL commit codepath
[freebsd.git] / module / zfs / zvol.c
2017-08-21 LOLiFix range locking in ZIL commit codepath
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-09 Boris Protopopovzv_suspend_lock in zvol_open()/zvol_release()
2017-07-31 LOLiFix volmode=none property behavior at import time
2017-07-12 LOLiAdd port of FreeBSD 'volmode' property
2017-07-06 Arkadiusz BubałaReschedule processes on -ERESTARTSYS
2017-07-04 Matthew AhrensOpenZFS 8378 - crash due to bp in-memory modification...
2017-06-28 Tony HutterGCC 7.1 fixes
2017-06-27 Boris ProtopopovRefine use of zv_state_lock.
2017-06-15 Boris ProtopopovAvoid 'queue not locked' warning at pool import.
2017-06-15 LOLiFix zvol_state_t->zv_open_count race
2017-06-13 Richard YaoFix zvol_init error handling
2017-06-13 Richard YaoMake zvol operations use _by_dnode routines
2017-06-09 Giuseppe Di NataleOpenZFS 7578 - Fix/improve some aspects of ZIL writing
2017-06-02 LOLiFix "snapdev" property issues
2017-05-31 LOLiFix memory leak in zvol_set_volsize()
2017-05-27 Boris ProtopopovFix ida leak in zvol_create_minor_impl
2017-05-26 Brian BehlendorfRevert "Fix "snapdev" property inheritance behaviour"
2017-05-25 LOLiFix "snapdev" property inheritance behaviour
2017-05-16 Boris ProtopopovIntroduce zv_state_lock
2017-05-16 Boris ProtopopovRevert commit 1ee159f4
2017-05-04 Brian BehlendorfDefault to zvol_request_async=0
2017-05-04 Richard YaoEnable Linux read-ahead for a single page on ZVOLs
2017-05-04 RageLtManDisable write merging on ZVOLs
2017-04-26 Chunwei ChenReinstate zvol_taskq to fix aio on zvol
2017-03-10 Brian BehlendorfFix ZVOL BLKFLSBUF ioctl
2017-02-08 Matthew AhrensAllow c99 code to compile
2017-01-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2017-01-19 Chunwei ChenSuspend/resume zvol for recv and rollback
2017-01-03 ka7Fix spelling
2016-12-14 Chunwei ChenAdd ida_destroy in zvol_fini to fix memleak
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-02 Chunwei Chenzvol_remove_minors do parallel zvol_free
2016-12-02 Chunwei Chenzpool_create_minors parallel prefetch
2016-12-01 Chunwei Chenzvol: reduce linear list search
2016-11-02 Brian BehlendorfFix 32-bit maximum volume size
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-10-26 Hajo MöllerFix lookup_bdev() on Ubuntu
2016-08-11 Brian BehlendorfLinux 4.8 compat: Fix removal of bio->bi_rw member
2016-07-29 Chunwei ChenLinux 4.8 compat: REQ_OP and bio_set_op_attrs()
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-28 Matthew AhrensOpenZFS 2605, 6980, 6902
2016-05-20 Chunwei ChenLinux 4.7 compat: replace blk_queue_flush with blk_queu...
2016-05-17 Chunwei ChenRemove dummy znode from zvol_state
2016-03-10 Boris ProtopopovFix lock order inversion with zvol_open()
2016-03-10 Boris ProtopopovAdd support for asynchronous zvol minor operations
2016-02-29 ab-oeMake zvol update volsize operation synchronous.
2016-02-24 Boris ProtopopovMake zvol minor functionality more robust
2016-02-18 Richard YaoCall dmu_read_uio_dbuf() in zvol_read()
2016-02-18 Richard YaoClean up zvol request processing to pass uio and fix...
2016-01-26 Dan McDonaldLog zvol truncate/discard operations
2016-01-22 Matthew AhrensIllumos 4950 - files sometimes can't be removed from...
2016-01-15 George WilsonIllumos 3557, 3558, 3559, 3560
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-12-16 Chunwei ChenUse uio for zvol_{read,write}
2015-12-02 Chunwei ChenLinux 4.4 compat: make_request_fn returns blk_qc_t
2015-09-30 Richard YaoRemove obsolete zv_lock
2015-09-25 Lukas WunnerLinux 4.3 compat: bio_end_io_t / BIO_UPTODATE
2015-09-19 Richard YaoDiscard on zvols should not exceed the length of a...
2015-09-09 Brian BehlendorfPrefetch start and end of volumes
2015-09-09 Richard YaoReintroduce IO accounting on zvols on Linux 3.19+
2015-09-04 Brian BehlendorfMerge branch 'zvol'
2015-09-04 Richard YaoSupport secure discard on zvols
2015-09-04 Richard Yaozvol processing should use struct bio
2015-08-30 Richard YaoClear QUEUE_FLAG_ADD_RANDOM on zvols
2015-08-28 Brian BehlendorfCheck large block feature flag on volumes
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
next