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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Optionally skip zil_close during zvol_create_minor_impl
Alan Somers
2022-11-08
3
-11
/
+20
*
Support idmapped mount in user namespace
youzhongyang
2022-11-08
11
-56
/
+146
*
dsl_prop_known_index(): check for invalid prop
Damian Szuberski
2022-11-08
2
-1
/
+28
*
freebsd: add ifdefs around legacy ioctl support
Brooks Davis
2022-11-07
2
-2
/
+16
*
freebsd: remove no-op vn_renamepath()
Brooks Davis
2022-11-07
1
-5
/
+0
*
zed: Prevent special vdev to be replaced by hot spare
Ameer Hamza
2022-11-04
1
-2
/
+4
*
icp: fix all !ENDBR objtool warnings in x86 Asm code
Alexander Lobakin
2022-11-04
10
-50
/
+41
*
icp: fix rodata being marked as text in x86 Asm code
Alexander Lobakin
2022-11-04
3
-5
/
+6
*
icp: properly fix all RETs in x86_64 Asm code
Alexander Lobakin
2022-11-04
4
-18
/
+28
*
FreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_legacy()
Richard Yao
2022-11-04
1
-1
/
+1
*
Expose zfs_vdev_open_timeout_ms as a tunable
Serapheim Dimitropoulos
2022-11-03
1
-1
/
+4
*
Allow mounting snapshots in .zfs/snapshot as a regular user
Allan Jude
2022-11-03
2
-16
/
+274
*
Cleanup: Remove branches that always evaluate the same way
Richard Yao
2022-11-03
2
-2
/
+1
*
Remove an unused variable
Brooks Davis
2022-11-03
1
-2
/
+0
*
Address warnings about possible division by zero from clangsa
Richard Yao
2022-11-03
1
-1
/
+2
*
Deny receiving into encrypted datasets if the keys are not loaded
Attila Fülöp
2022-11-03
1
-1
/
+1
*
lua: cast through uintptr_t when return a pointer
Brooks Davis
2022-11-03
1
-1
/
+1
*
Use intptr_t when storing an integer in a pointer
Brooks Davis
2022-11-03
1
-1
/
+1
*
zfs_onexit_add_cb: make action_handle point to a uintptr_t
Brooks Davis
2022-11-03
1
-2
/
+2
*
acl: use uintptr_t for ace walker cookies
Brooks Davis
2022-11-03
3
-10
/
+10
*
zil: Relax assertion in zil_parse
Ryan Moeller
2022-11-01
1
-5
/
+11
*
Avoid null pointer dereference in dsl_fs_ss_limit_check()
Allan Jude
2022-10-29
1
-13
/
+12
*
Introduce kmem_scnprintf()
Richard Yao
2022-10-29
6
-35
/
+71
*
Fix too few arguments to formatting function
Richard Yao
2022-10-29
1
-3
/
+3
*
Revert "Cleanup: Delete dead code from send_merge_thread()"
Brian Behlendorf
2022-10-28
1
-2
/
+3
*
quota: extend quota for dataset
Mariusz Zaborski
2022-10-28
1
-1
/
+11
*
Fix ARC target collapse when zfs_arc_meta_limit_percent=100
shodanshok
2022-10-28
1
-1
/
+1
*
Propagate extent_bytes change to autotrim thread
vaclavskala
2022-10-28
1
-3
/
+2
*
zfs_rename: support RENAME_* flags
Aleksa Sarai
2022-10-28
9
-58
/
+395
*
zfs_rename: restructure to have cleaner fallbacks
Aleksa Sarai
2022-10-28
2
-76
/
+138
*
Remove zpl_revalidate: fix snapshot rollback
Pavel Snajdr
2022-10-28
4
-48
/
+1
*
Fix multiplication converted to larger type
Andrew Innes
2022-10-28
1
-1
/
+1
*
Convert enum zio_flag to uint64_t
Richard Yao
2022-10-27
9
-30
/
+31
*
Aligned free for aligned alloc
Andrew Innes
2022-10-26
1
-2
/
+2
*
Linux: Upgrade random_get_pseudo_bytes() to xoshiro256++ 1.0
Richard Yao
2022-10-20
1
-25
/
+61
*
Optimize microzaps
Alexander Motin
2022-10-20
3
-120
/
+175
*
Add defensive assertion to vdev_queue_aggregate()
Richard Yao
2022-10-19
1
-0
/
+1
*
abd_return_buf() should call zfs_refcount_remove_many() early
Richard Yao
2022-10-19
1
-3
/
+3
*
crypto_get_ptrs() should always write to *out_data_2
Richard Yao
2022-10-19
1
-1
/
+3
*
Silence static analyzer warnings about spa_sync_props()
Richard Yao
2022-10-19
1
-28
/
+28
*
Add options to zfs redundant_metadata property
Akash B
2022-10-19
4
-7
/
+116
*
Fix sequential resilver drive failure race condition
samwyc
2022-10-19
1
-1
/
+13
*
Support idmapped mount
youzhongyang
2022-10-19
16
-143
/
+228
*
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
*
Cleanup: Simplify userspace abd_free_chunks()
Richard Yao
2022-10-18
1
-4
/
+2
*
Fix possible NULL pointer dereference in sha2_mac_init()
Richard Yao
2022-10-18
1
-5
/
+8
[prev]
[next]