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
*
Implement uncached prefetch
Alexander Motin
2023-01-04
5
-129
/
+196
*
arc_read()/arc_access() refactoring and cleanup
Alexander Motin
2022-12-22
3
-288
/
+267
*
deadlock between spa_errlog_lock and dp_config_rwlock
Matthew Ahrens
2022-12-22
4
-175
/
+109
*
Zero end of embedded block buffer in dump_write_embedded()
Richard Yao
2022-12-13
1
-1
/
+7
*
Cache dbuf_hash() calculation
Richard Yao
2022-12-13
2
-17
/
+24
*
zfs list: Allow more fields in ZFS_ITER_SIMPLE mode
Allan Jude
2022-12-13
1
-3
/
+2
*
Bypass metaslab throttle for removal allocations
Serapheim Dimitropoulos
2022-12-09
2
-5
/
+14
*
Fix dereference after null check in enqueue_range
Richard Yao
2022-12-08
1
-1
/
+3
*
Remove duplicate statically allocated variable
Richard Yao
2022-12-08
1
-1
/
+0
*
zio can deadlock during device removal
George Wilson
2022-12-02
1
-2
/
+5
*
nopwrites on dmu_sync-ed blocks can result in a panic
George Wilson
2022-12-02
1
-8
/
+10
*
Bump checksum error counter before reporting to ZED
Rob Wing
2022-12-02
3
-12
/
+12
*
Fix Clang 15 compilation errors
szubersk
2022-11-30
1
-0
/
+4
*
Fix NULL pointer dereference in dbuf_prefetch_indirect_done()
Richard Yao
2022-11-29
1
-2
/
+2
*
Cleanup: Delete dead code from send_merge_thread()
Richard Yao
2022-11-29
1
-2
/
+0
*
Fix the last two CFI callback prototype mismatches
Alexander
2022-11-29
1
-2
/
+2
*
Remove few pointer dereferences in dbuf_read()
Alexander Motin
2022-11-29
2
-13
/
+4
*
Switch dnode stats to wmsums
Alexander Motin
2022-11-29
1
-0
/
+127
*
Micro-optimize zrl_remove()
Alexander Motin
2022-11-29
1
-4
/
+4
*
zed: unclean disk attachment faults the vdev
Ameer Hamza
2022-11-29
1
-2
/
+2
*
Convert some sprintf() calls to kmem_scnprintf()
Richard Yao
2022-11-28
1
-2
/
+4
*
zed: post a udev change event from spa_vdev_attach()
Ameer Hamza
2022-11-18
1
-1
/
+1
*
Fix setting the large_block feature after receiving a snapshot
George Amanakis
2022-11-18
1
-0
/
+15
*
Handle and detect #13709's unlock regression (#14161)
Rich Ercolani
2022-11-15
1
-2
/
+16
*
Fix arc_p aggressive increase
shodanshok
2022-11-11
1
-2
/
+3
*
Fix potential NULL pointer dereference regression
Richard Yao
2022-11-10
1
-1
/
+1
*
Allow to control failfast
Mariusz Zaborski
2022-11-10
1
-0
/
+46
*
quota: disable quota check for ZVOL
Mariusz Zaborski
2022-11-08
1
-4
/
+18
*
Optionally skip zil_close during zvol_create_minor_impl
Alan Somers
2022-11-08
1
-5
/
+10
*
Support idmapped mount in user namespace
youzhongyang
2022-11-08
2
-1
/
+46
*
dsl_prop_known_index(): check for invalid prop
Damian Szuberski
2022-11-08
1
-1
/
+2
*
zed: Prevent special vdev to be replaced by hot spare
Ameer Hamza
2022-11-04
1
-2
/
+4
*
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
*
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
*
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
4
-32
/
+38
*
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
4
-18
/
+180
*
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
8
-29
/
+30
*
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
[next]