aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_dataset.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-1/+2
* Fix potential NULL pointer dereference in dsl_dataset_promote_check()Richard Yao2022-09-301-5/+3
* Fix unsafe string operationsRichard Yao2022-09-271-0/+3
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-4/+4
* Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-261-2/+0
* Fix unchecked return values and unused return valuesRichard Yao2022-09-231-1/+4
* Add assertion to dsl_dataset_set_compression_syncRichard Yao2022-09-141-0/+1
* Add zfs.sync.snapshot_renameAndriy Gapon2022-09-021-10/+2
* Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"Brian Behlendorf2022-08-251-26/+20
* Prevent zevent list from consuming all of kernel memoryPaul Dagnelie2022-08-221-1/+7
* Add snapshots_changed as propertyUmer Saleem2022-08-021-2/+4
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-21/+22
* Avoid panic with recordsize > 128k, raw sending and no large_blocksGeorge Amanakis2022-06-271-20/+26
* Default zfs_max_recordsize to 16MRich Ercolani2022-04-281-12/+13
* Improve zpool status output, list all affected datasetsGeorge Amanakis2022-04-251-0/+40
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-7/+7
* Silence uninitialized warnings in dsl_dataset.cRich Ercolani2022-02-141-6/+6
* Remove unneeded "extern inline" function declarationsTomohiro Kusumi2022-02-081-2/+0
* Simplify resume token generationRyan Moeller2022-02-011-166/+135
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-3/+3
* module: zfs: fix unused, remove argsusedнаб2021-12-231-3/+1
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-07-161-6/+4
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-2/+2
* Re-embed multilist_t storageAlexander Motin2021-06-101-2/+1
* Revert special case code from pre-hashtable nvlist eraMark Maybee2021-01-271-12/+1
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-111-4/+2
* Add zstd support to zfsMichael Niewöhner2020-08-201-1/+84
* FreeBSD: fix the build with Clang 11Ryan Moeller2020-08-171-2/+2
* zfs promote does not delete livelist of originMatthew Ahrens2020-07-311-2/+2
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-6/+8
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-5/+9
* Add 'zfs wait' commandPaul Dagnelie2020-04-011-10/+18
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-2/+2
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-1/+7
* Mark dsl_dataset_deactivate_feature_impl staticMatthew Macy2019-12-091-1/+1
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-5/+5
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-4/+4
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-2/+2
* Make module tunables cross platformMatthew Macy2019-09-051-9/+7
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-4/+4
* Mark dsl_livelist_should_disable() staticAllan Jude2019-08-131-1/+1
* Fast Clone DeletionSara Hartse2019-07-261-13/+223
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-98/+312
* Mutex leak in dsl_dataset_hold_obj()Jorgen Lundman2019-03-211-0/+4
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-0/+31
* Fix lockdep between ds_lock and dd_lock in dsl_dataset_namelen()mzhivich2019-03-111-1/+1
* Add types to featureflags in zfsPaul Dagnelie2018-10-161-43/+188
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-091-1/+1