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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
2
-2
/
+4
*
Miscellaneous ZTS fixes
Richard Yao
2022-09-29
8
-12
/
+36
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
24
-51
/
+395
*
Bring per_txg_dirty_frees_percent back to 30
Mateusz Guzik
2022-09-27
2
-2
/
+2
*
btree_test: smatch did detect few issues
Toomas Soome
2022-09-27
1
-7
/
+13
*
DMU_BACKUP_FEATURE: indicate that bit 28 and 29 are reserved
Christian Schwarz
2022-09-27
1
-0
/
+7
*
DMU_BACKUP_FEATURE: remove unused BLAKE3 feature
Christian Schwarz
2022-09-27
1
-2
/
+1
*
PAM: Fix uninitialized value read
Richard Yao
2022-09-27
1
-1
/
+3
*
Fix unsafe string operations
Richard Yao
2022-09-27
13
-37
/
+43
*
Cleanup spa_export_common()
Richard Yao
2022-09-27
1
-8
/
+6
*
LUA: Fix CVE-2014-5461
Richard Yao
2022-09-27
1
-1
/
+1
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
47
-438
/
+463
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
22
-55
/
+49
*
Enforce "-F" flag on resuming recv of full/newfs on existing dataset
Jitendra Patidar
2022-09-27
9
-3
/
+127
*
Fix bad free in skein code
Richard Yao
2022-09-27
1
-3
/
+14
*
Fix userspace memory leaks found by Clang Static Analzyer
Richard Yao
2022-09-26
4
-2
/
+11
*
Update zfs-mount to load before fstab, matches systemd service.
Chris Zubrzycki
2022-09-26
2
-3
/
+4
*
Cleanup: Remove ineffective unsigned comparisons against 0
Richard Yao
2022-09-26
8
-9
/
+5
*
Linux: Fix uninitialized variable usage in zio_do_crypt_data()
Richard Yao
2022-09-26
1
-3
/
+3
*
Fix double declaration of getauxval() for FreeBSD PPC
Tino Reichardt
2022-09-26
2
-3
/
+6
*
Fix userland resource leaks
Richard Yao
2022-09-23
8
-8
/
+22
*
Fix unchecked return values and unused return values
Richard Yao
2022-09-23
14
-28
/
+51
*
set_global_var_parse_kv() should pass the pointer from strdup()
Richard Yao
2022-09-23
1
-2
/
+3
*
zpool: Don't print "repairing" on force faulted drives
Tony Hutter
2022-09-23
1
-2
/
+9
*
ZTS: fallocate tests fail with hard coded values
John Wren Kennedy
2022-09-22
2
-54
/
+71
*
Dynamically size dbuf hash mutex array
Brian Behlendorf
2022-09-22
3
-34
/
+64
*
Revert "Reduce dbuf_find() lock contention"
Brian Behlendorf
2022-09-22
3
-18
/
+19
*
Cleanup: Change 1 used in bitshifts to 1ULL
Richard Yao
2022-09-22
3
-7
/
+7
*
Retire ZFS_TEARDOWN_TRY_ENTER_READ
Mateusz Guzik
2022-09-20
2
-9
/
+0
*
Add membar_sync
Mateusz Guzik
2022-09-20
4
-0
/
+15
*
Fix minor issues in namespace delegation support
youzhongyang
2022-09-20
3
-3
/
+3
*
FreeBSD: handle V_PCATCH
Mateusz Guzik
2022-09-20
1
-0
/
+4
*
FreeBSD: catch up to 1400068
Mateusz Guzik
2022-09-20
1
-11
/
+30
*
Call va_end() before return in zpool_standard_error_fmt()
Richard Yao
2022-09-20
1
-1
/
+1
*
Fix potential NULL pointer dereference in zfsdle_vdev_online()
Richard Yao
2022-09-20
1
-1
/
+1
*
Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receive
Ameer Hamza
2022-09-20
2
-0
/
+23
*
FreeBSD: Cleanup zfs_readdir()
Richard Yao
2022-09-20
5
-138
/
+16
*
FreeBSD: Fix uninitialized pointer read in spa_import_rootpool()
Richard Yao
2022-09-20
1
-1
/
+1
*
Cleanup: Remove unused uu_pname code
Richard Yao
2022-09-19
4
-309
/
+0
*
Fix usage of zed_log_msg() and zfs_panic_recover()
Richard Yao
2022-09-19
6
-7
/
+7
*
Linux: Fix use-after-free in zfsvfs_create()
Richard Yao
2022-09-19
1
-3
/
+2
*
FreeBSD: fix static module build broken in 7bb707ffa
Martin Matuška
2022-09-19
3
-4
/
+38
*
FreeBSD: stop passing LK_INTERLOCK to VOP_LOCK
Mateusz Guzik
2022-09-19
1
-1
/
+2
*
Add PPC cpu feature tests for FreeBSD and Linux
Tino Reichardt
2022-09-16
6
-113
/
+200
*
Add zfs_blake3_impl to zfs.4
Tino Reichardt
2022-09-16
1
-0
/
+14
*
Fix BLAKE3 tuneable and module loading on Linux and FreeBSD
Tino Reichardt
2022-09-16
10
-191
/
+267
*
zfs_enter rework followup
Brian Behlendorf
2022-09-16
1
-3
/
+3
*
Fix null pointer dereferences in PAM
Richard Yao
2022-09-16
1
-1
/
+4
*
Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"
наб
2022-09-16
2
-0
/
+7
[prev]
[next]