]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dsl_dataset.c
Fix a potential use-after-free in zfs_setsecattr()
[mirror_zfs.git] / module / zfs / dsl_dataset.c
2023-11-06 ednadolski-ixImprove ZFS objset sync parallelism
2023-06-09 Alexander MotinUse list_remove_head() where possible.
2023-03-14 Richard Yaonvpair: Constify string functions
2023-02-28 George AmanakisRevert zfeature_active() to static
2023-02-24 George AmanakisMove dmu_buf_rele() after dsl_dataset_sync_done()
2023-02-21 George AmanakisPartially revert eee9362a7
2023-02-14 George AmanakisFix a race condition in dsl_dataset_sync() when activat...
2023-01-12 George AmanakisActivate filesystem features only in syncing context
2022-12-08 Richard YaoRemove duplicate statically allocated variable
2022-11-18 George AmanakisFix setting the large_block feature after receiving...
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-09-30 Richard YaoFix potential NULL pointer dereference in dsl_dataset_p...
2022-09-27 Richard YaoFix unsafe string operations
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-27 Richard YaoCleanup: Remove ineffective unsigned comparisons against 0
2022-09-23 Richard YaoFix unchecked return values and unused return values
2022-09-14 Richard YaoAdd assertion to dsl_dataset_set_compression_sync
2022-09-02 Andriy GaponAdd zfs.sync.snapshot_rename
2022-08-25 Brian BehlendorfRevert "Avoid panic with recordsize > 128k, raw sending...
2022-08-22 Paul DagneliePrevent zevent list from consuming all of kernel memory
2022-08-02 Umer SaleemAdd snapshots_changed as property
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'
next