index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support idmapped mount
youzhongyang
2022-10-19
2
-9
/
+9
*
Fix memory leaks in dmu_send()/dmu_send_obj()
Richard Yao
2022-10-18
1
-0
/
+8
*
Cleanup: Remove NULL pointer check from dmu_send_impl()
Richard Yao
2022-10-18
1
-2
/
+1
*
Cleanup: Delete dead code from send_merge_thread()
Richard Yao
2022-10-18
1
-3
/
+2
*
Cleanup: zvol_add_clones() should not NULL check dp
Richard Yao
2022-10-18
1
-2
/
+1
*
Cleanup: metaslab_alloc_dva() should not NULL check mg->mg_next
Richard Yao
2022-10-18
1
-2
/
+1
*
Fix NULL pointer dereference in spa_open_common()
Richard Yao
2022-10-18
1
-1
/
+1
*
Fix NULL pointer passed to strlcpy from zap_lookup_impl()
Richard Yao
2022-10-18
1
-2
/
+4
*
fm_fmri_hc_create() must call va_end() before returning
Richard Yao
2022-10-18
1
-0
/
+1
*
Fix declarations of non-global variables
Tino Reichardt
2022-10-18
2
-2
/
+2
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
9
-15
/
+14
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
22
-140
/
+130
*
Add defensive assertions
Richard Yao
2022-10-12
11
-1
/
+14
*
Stop ganging due to past vdev write errors
Serapheim Dimitropoulos
2022-10-11
1
-3
/
+2
*
Fix uninitialized value read in vdev_prop_set()
Richard Yao
2022-10-11
1
-1
/
+1
*
Avoid unnecessary metaslab_check_free calling
Finix1979
2022-10-04
1
-1
/
+1
*
Fix potential NULL pointer dereference in dsl_dataset_promote_check()
Richard Yao
2022-09-30
1
-5
/
+3
*
Fix double const qualifier declarations
Tino Reichardt
2022-09-30
5
-6
/
+6
*
Fix panic in dsl_process_sub_livelist for EINTR
Serapheim Dimitropoulos
2022-09-29
1
-1
/
+6
*
Fix unchecked return values
Richard Yao
2022-09-29
1
-1
/
+1
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
6
-10
/
+94
*
Bring per_txg_dirty_frees_percent back to 30
Mateusz Guzik
2022-09-27
1
-1
/
+1
*
Fix unsafe string operations
Richard Yao
2022-09-27
2
-1
/
+5
*
Cleanup spa_export_common()
Richard Yao
2022-09-27
1
-8
/
+6
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
27
-271
/
+292
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
6
-12
/
+9
*
Enforce "-F" flag on resuming recv of full/newfs on existing dataset
Jitendra Patidar
2022-09-27
1
-0
/
+11
*
Fix userspace memory leaks found by Clang Static Analzyer
Richard Yao
2022-09-26
1
-0
/
+1
*
Cleanup: Remove ineffective unsigned comparisons against 0
Richard Yao
2022-09-26
4
-5
/
+2
*
Fix unchecked return values and unused return values
Richard Yao
2022-09-23
5
-10
/
+15
*
Dynamically size dbuf hash mutex array
Brian Behlendorf
2022-09-22
1
-30
/
+53
*
Revert "Reduce dbuf_find() lock contention"
Brian Behlendorf
2022-09-22
2
-15
/
+15
*
Cleanup: Change 1 used in bitshifts to 1ULL
Richard Yao
2022-09-22
2
-4
/
+4
*
Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receive
Ameer Hamza
2022-09-20
1
-0
/
+15
*
Fix usage of zed_log_msg() and zfs_panic_recover()
Richard Yao
2022-09-19
1
-1
/
+1
*
Fix BLAKE3 tuneable and module loading on Linux and FreeBSD
Tino Reichardt
2022-09-16
1
-9
/
+11
*
zfs recv hangs if max recordsize is less than received recordsize
Ameer Hamza
2022-09-16
1
-10
/
+13
*
zfs_enter rework
Chunwei Chen
2022-09-16
1
-33
/
+35
*
Add zfs_btree_verify_intensity kernel module parameter
Richard Yao
2022-09-15
1
-1
/
+7
*
Fix incorrect size given to bqueue_enqueue() call in dmu_redact.c
Richard Yao
2022-09-15
1
-2
/
+2
*
Add assertion to dsl_dataset_set_compression_sync
Richard Yao
2022-09-14
1
-0
/
+1
*
Fix theoretical "use-after-free" in dbuf_prefetch_indirect_done()
Richard Yao
2022-09-13
1
-2
/
+6
*
Cleanup: Make memory barrier definitions consistent across kernels
Richard Yao
2022-09-13
1
-1
/
+1
*
Cleanup dead spa_boot code
Richard Yao
2022-09-13
2
-51
/
+0
*
vdev_draid_lookup_map() should not iterate outside draid_maps
Richard Yao
2022-09-12
1
-1
/
+1
*
Fix use-after-free in btree code
Richard Yao
2022-09-12
1
-2
/
+2
*
Cleanup: Use OpenSolaris functions to call scheduler
Richard Yao
2022-09-12
4
-7
/
+7
*
Improve too large physical ashift handling
Alexander Motin
2022-09-08
4
-9
/
+57
*
Cleanup Raid-Z Typo fixes
Richard Yao
2022-09-06
1
-3
/
+3
*
Add DD_FIELD string for snapshots_changed property
Umer Saleem
2022-09-02
1
-2
/
+2
[next]