]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs/dsl_dataset.c
Add createtxg sort support for simple snapshot iterator
[FreeBSD/FreeBSD.git] / module / zfs / dsl_dataset.c
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набEnable -Wwrite-strings
2022-06-27 George AmanakisAvoid panic with recordsize > 128k, raw sending and...
2022-04-28 Rich ErcolaniDefault zfs_max_recordsize to 16M
2022-04-26 George AmanakisImprove zpool status output, list all affected datasets
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-14 Rich ErcolaniSilence uninitialized warnings in dsl_dataset.c
2022-02-08 Tomohiro KusumiRemove unneeded "extern inline" function declarations
2022-02-02 Ryan MoellerSimplify resume token generation
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-07-16 Alexander MotinIntroduce dsl_dir_diduse_transfer_space()
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-06-10 Alexander MotinRe-embed multilist_t storage
2021-01-28 Mark MaybeeRevert special case code from pre-hashtable nvlist era
2020-12-11 Matthew AhrensImprove zfs receive performance with lightweight write
2020-08-20 Michael NiewöhnerAdd zstd support to zfs
2020-08-17 Ryan MoellerFreeBSD: fix the build with Clang 11
2020-07-31 Matthew Ahrenszfs promote does not delete livelist of origin
2020-07-12 Matthew Ahrensfilesystem_limit/snapshot_limit is incorrectly enforced...
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-04-01 Paul DagnelieAdd 'zfs wait' command
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2019-12-09 Matthew MacyMark dsl_dataset_deactivate_feature_impl static
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2019-09-12 Matthew MacyEnable compiler to typecheck logging
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-14 Allan JudeMark dsl_livelist_should_disable() static
2019-07-26 Sara HartseFast Clone Deletion
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-03-21 Jorgen LundmanMutex leak in dsl_dataset_hold_obj()
2019-03-13 Tom CaputiDetect and prevent mixed raw and non-raw sends
2019-03-11 mzhivichFix lockdep between ds_lock and dd_lock in dsl_dataset_...
2018-10-16 Paul DagnelieAdd types to featureflags in zfs
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file
2018-10-03 Tom CaputiRefcounted DSL Crypto Key Mappings
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-08-27 Tom CaputiAlways wait for txg sync when umounting dataset
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-06-18 Tom CaputiAdd ASSERT to debug encryption key mapping issues
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-02-20 Don BradyFix coverity defects: zfs channel programs
2018-02-09 Andriy GaponOpenZFS 8520 - lzc_rollback
2018-02-08 Chris WilliamsonOpenZFS 8600 - ZFS channel programs - snapshot
2018-02-08 Brad LewisOpenZFS 8592 - ZFS channel programs - rollback
2018-02-08 Chris WilliamsonOpenZFS 7431 - ZFS Channel Programs
2018-02-02 Tom CaputiChange os->os_next_write_raw to work per txg
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-07-04 Andriy GaponOpenZFS 7600 - zfs rollback should pass target snapshot...
2017-03-21 Matthew AhrensOpenZFS 7968 - multi-threaded spa_sync()
2017-03-07 Brian BehlendorfOpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_...
2017-03-07 Brian BehlendorfOpenZFS 7843 - get_clones_stat() is suboptimal for...
2017-02-24 Andriy GaponOpenZFS 7199 - dsl_dataset_rollback_sync may try to...
2017-02-08 Matthew AhrensAllow c99 code to compile
2017-02-02 George MelikovOpenZFS 1300 - filename normalization doesn't work...
2017-01-27 George MelikovOpenZFS 7254 - ztest failed assertion in ztest_dataset_...
2017-01-26 George MelikovOpenZFS 6676 - Race between unique_insert() and unique_...
2017-01-19 Chunwei ChenSuspend/resume zvol for recv and rollback
2017-01-17 George MelikovOpenZFS 7235 - remove unused func dsl_dataset_set_blkptr
2017-01-12 George MelikovOpenZFS 6328 - Fix cstyle errors in zfs codebase
2017-01-03 ka7Fix spelling
2016-12-09 Chunwei ChenDon't count '@' for dataset namelen if not a snapshot
2016-10-04 Brian BehlendorfMerge OpenZFS 4185
2016-10-03 Tony HutterOpenZFS 4185 - add new cryptographic checksums to ZFS...
2016-09-30 caoFix coverity defects: CID 147563, 147560
2016-09-29 caoFix coverity defects: 147658, 147652, 147651
2016-09-13 Dan KimmelDLPX-40252 integrate EP-476 compressed zfs send/receive
2016-08-16 Gvozden NeskovicRework of fletcher_4 module
2016-08-09 Gvozden NeskovicBuild user-space with different gcc optimization levels
2016-07-27 Colin Ian Kingvoid integer overflow on computation of refquota_slack
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-28 Igor KozhukhovOpenZFS 6314 - buffer overflow in dsl_dataset_name
2016-06-28 Dan McDonaldOpenZFS 6562 - Refquota on receive doesn't account...
2016-06-28 Matthew AhrensOpenZFS 2605, 6980, 6902
2016-06-07 Brian BehlendorfAdd `zfs allow` and `zfs unallow` support
2016-03-10 Boris ProtopopovAdd support for asynchronous zvol minor operations
2016-01-12 Justin T. GibbsIllumos 6171 - dsl_prop_unregister() slows down dataset...
2016-01-11 Brian BehlendorfFix 'prevsnap property' build failure
2016-01-11 Matthew AhrensIllumos 4929 - want prevsnap property
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-12-04 Matthew AhrensIllumos 5959 - clean up per-dataset feature count code
2015-08-28 Tim ChaseAllow recovery from corrupted snapshot maps
2015-07-06 Andriy GaponIllumos 5909 - ensure that shared snap names don't...
2015-05-13 Justin T. GibbsIllumos 5393 - spurious failures from dsl_dataset_hold_...
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-05-04 Matthew AhrensIllumos 4951 - ZFS administrative commands should use...
2015-04-28 Justin T. GibbsIllumos 5592 - NULL pointer dereference in dsl_prop_not...
2015-04-28 Justin T. GibbsIllumos 5531 - NULL pointer dereference in dsl_prop_get...
2015-04-28 Justin T. GibbsIllumos 5056 - ZFS deadlock on db_mtx and dn_holds
2015-04-28 Justin T. GibbsIllumos 5314 - Remove "dbuf phys" db->db_data pointer...
2015-04-28 Justin T. GibbsIllumos 5310 - Remove always true tests for non-NULL...
2015-04-28 Jorgen LundmanIllumos 4975 - missing mutex_destroy() calls in zfs
next