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
...
*
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
*
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
[prev]
[next]