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
*
zed: add hotplug support for spare vdevs
Ameer Hamza
2023-01-09
1
-0
/
+2
*
Remove some dead ARC code. (#14340)
Alexander Motin
2023-01-09
1
-74
/
+26
*
linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2
Coleman Kane
2023-01-06
2
-1
/
+13
*
Linux 6.1 compat: open inside tmpfile()
Antonio Russo
2023-01-06
1
-0
/
+15
*
Illumos #15286: do_composition() needs sign awareness
Richard Yao
2023-01-05
1
-6
/
+15
*
FreeBSD: catch up to 1400077
Mateusz Guzik
2023-01-05
1
-0
/
+3
*
Hide b_freeze_* under ZFS_DEBUG
Alexander Motin
2023-01-05
1
-6
/
+27
*
Implement uncached prefetch
Alexander Motin
2023-01-04
6
-131
/
+211
*
arc_read()/arc_access() refactoring and cleanup
Alexander Motin
2022-12-22
3
-288
/
+267
*
FreeBSD: Fix potential boot panic with bad label
Ryan Moeller
2022-12-22
1
-0
/
+2
*
deadlock between spa_errlog_lock and dp_config_rwlock
Matthew Ahrens
2022-12-22
4
-175
/
+109
*
FreeBSD: Remove stray debug printf
Doug Rabson
2022-12-13
1
-5
/
+2
*
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
*
Skip permission checks for extended attributes
Ameer Hamza
2022-12-12
3
-6
/
+3
*
Restrict visibility of per-dataset kstats inside FreeBSD jails
Allan Jude
2022-12-09
1
-10
/
+79
*
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
*
Linux: Cleanup unnecessary NULL check in __vdev_disk_physio()
Richard Yao
2022-12-08
1
-1
/
+1
*
Remove duplicate statically allocated variable
Richard Yao
2022-12-08
1
-1
/
+0
*
Micro-optimize fletcher4 calculations
Richard Yao
2022-12-05
6
-68
/
+36
*
FreeBSD: zfs_register_callbacks() must implement error check correctly
Richard Yao
2022-12-05
1
-1
/
+1
*
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
6
-2
/
+21
*
Fix GCC 12 compilation errors
szubersk
2022-11-30
3
-2
/
+20
*
zstd: Refactor prefetching for the decoding loop
Yann Collet
2022-11-29
1
-22
/
+28
*
zstd: [superblock] Add defensive assert and bounds check
Nick Terrell
2022-11-29
1
-6
/
+10
*
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
4
-5
/
+5
*
Lua: Fix bad bitshift in lua_strx2number()
Richard Yao
2022-11-29
1
-1
/
+1
*
Remove few pointer dereferences in dbuf_read()
Alexander Motin
2022-11-29
2
-13
/
+4
*
FreeBSD: stop using buffer cache-only routines on sync
Mateusz Guzik
2022-11-29
2
-5
/
+0
*
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
5
-11
/
+17
*
Avoid a null pointer dereference in zfs_mount() on FreeBSD
Allan Jude
2022-11-28
1
-1
/
+2
*
Remove atomics from zh_refcount
Alexander Motin
2022-11-28
1
-8
/
+6
*
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
*
Cleanup: Suppress Coverity dereference before/after NULL check reports
Richard Yao
2022-11-10
1
-1
/
+1
*
Fix potential NULL pointer dereference regression
Richard Yao
2022-11-10
1
-1
/
+1
*
Allow to control failfast
Mariusz Zaborski
2022-11-10
3
-2
/
+63
*
quota: disable quota check for ZVOL
Mariusz Zaborski
2022-11-08
1
-4
/
+18
[next]