]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs/zvol.c
Add createtxg sort support for simple snapshot iterator
[FreeBSD/FreeBSD.git] / module / zfs / zvol.c
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-05-02 Jitendra PatidarAdd missing replay entry in zvol_replay_vector for...
2022-02-18 набmodule: mark arguments used
2022-02-07 Christian Schwarzzvol: make calls to platform ops static
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2022-01-06 набzvol: remove unused variable
2021-12-02 Brian BehlendorfLinux 5.13 compat: retry zvol_open() when contended
2021-10-27 Fedor UporovRemove unused function zvol_set_volblocksize()
2021-09-13 Jorgen LundmanIterate encrypted clones at zvol_create_minor
2021-07-20 Kevin JinAdd Module Parameter Regarding Log Size Limit
2021-07-20 AlexanderA few fixes of callback typecasting (for the upcoming...
2021-07-19 Ryan MoellerRemove unused fields from zvol_task_t
2021-04-15 набmodule/zfs/zvol.c: purge unused zvol_volmode_cb_arg
2021-03-20 Chunwei ChenFix zfs_get_data access to files with wrong generation
2021-03-07 Christian Schwarzzvol: call zil_replaying() during replay
2020-11-17 Matthew MacyFix problems in zvol_set_volmode_impl
2020-11-10 Matthew MacyFix dnode refcount tracking
2020-06-10 Andrea GelminiFix typos
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2019-10-25 Matthew MacyMove final zvol_remove_minors to common code
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2019-10-03 Matthew MacyRename rangelock_ functions to zfs_rangelock_
2019-10-01 Prakash SuryaTimeout waiting for ZVOL device to be created
2019-09-25 Matthew MacyOpenZFS restructuring - zvol
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-06-21 Paul DagnelieAdd SCSI_PASSTHROUGH to zvols to enable UNMAP support
2019-06-10 Matthew Ahrensmake zil max block size tunable
2019-05-08 Brian BehlendorfFix errant EFAULT during writes (#8719)
2019-05-04 John GallagherImprove rate at which new zvols are processed
2019-02-22 loli10Kzvol: allow rename of in use ZVOL dataset
2019-02-20 Tomohiro KusumiDon't enter zvol's rangelock for read bio with size 0
2019-02-14 Tomohiro KusumiFix obsolete comment on rangelock
2019-01-23 Tom CaputiFix bad kmem_free() in zvol_rename_minors_impl()
2018-12-07 Prakash SuryaOpenZFS 9962 - zil_commit should omit cache thrash
2018-10-11 Matt AhrensOpenZFS 9689 - zfs range lock code should not be zpl...
2018-08-27 Tom CaputiAlways wait for txg sync when umounting dataset
2018-08-20 Serapheim Dimitrop... Introduce read/write kstats per dataset
2018-06-15 Brian BehlendorfLinux compat 4.18: check_disk_size_change()
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-10 Giuseppe Di NataleLinux compat 4.16: blk_queue_flag_{set,clear}
2018-03-05 Giuseppe Di NataleLinux 4.16 compat: get_disk_and_module()
2018-02-21 Tom CaputiZIL claiming should not start user accounting
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2017-12-05 Prakash SuryaOpenZFS 8585 - improve batching done in zil_commit()
2017-11-18 Brian BehlendorfUpdate for cppcheck v1.80
2017-10-27 Brian BehlendorfOpenZFS 8081 - Compiler warnings in zdb
2017-09-16 Giuseppe Di NataleLinux 3.14 compat: IO acct, global_page_state, etc
2017-09-08 Brian BehlendorfFix volume WR_INDIRECT log replay
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
next