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
*
ZIL: Remove TX_CLONE_RANGE replay for ZVOLs.
Alexander Motin
2024-01-08
1
-59
/
+1
*
ZIO: Add overflow checks for linear buffers
Alexander Motin
2024-01-08
2
-2
/
+58
*
ZIL: Assert record sizes in different places
Alexander Motin
2024-01-08
6
-37
/
+115
*
L2ARC: Restrict write size to 1/4 of the device
Alexander Motin
2024-01-08
2
-40
/
+10
*
Linux: Reclaim unused spl_kmem_cache_reclaim
Alexander Motin
2024-01-08
3
-21
/
+0
*
FreeBSD: Optimize large kstat outputs
Alexander Motin
2024-01-08
1
-22
/
+16
*
Update the kstat dataset_name when renaming a zvol
Alan Somers
2024-01-08
4
-0
/
+16
*
ABD: Be more assertive in iterators
Alexander Motin
2024-01-08
1
-78
/
+26
*
spa: make read/write queues configurable
Rob Norris
2023-12-22
2
-1
/
+306
*
Linux 6.5 compat: check BLK_OPEN_EXCL is defined
Brian Behlendorf
2023-12-21
1
-6
/
+12
*
ZTS: Disable io_uring test on CentOS 9
Brian Behlendorf
2023-12-21
1
-0
/
+7
*
linux 6.7 compat: rework shrinker setup for heap allocations
Rob Norris
2023-12-21
5
-56
/
+189
*
linux 6.7 compat: handle superblock shrinker member change
Rob Norris
2023-12-21
2
-3
/
+42
*
linux 6.7 compat: use inode atime/mtime accessors
Rob Norris
2023-12-21
6
-35
/
+148
*
linux 6.7 compat: simplify current_time() check
Rob Norris
2023-12-21
1
-1
/
+4
*
Tag zfs-2.2.2
zfs-2.2.2
Tony Hutter
2023-11-29
1
-1
/
+1
*
FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visible
rmacklem
2023-11-29
3
-3
/
+11
*
ZIL: Call brt_pending_add() replaying TX_CLONE_RANGE
Alexander Motin
2023-11-29
4
-15
/
+12
*
zdb: fix printf() length for uint64_t devid
Martin Matuška
2023-11-29
1
-3
/
+3
*
Linux 6.6 compat: fix configure error with clang (#15558)
Jaron Kent-Dobias
2023-11-28
1
-1
/
+1
*
zfs-dkms: fix shell-init error message
AllKind
2023-11-28
1
-0
/
+1
*
FreeBSD: Fix the build on FreeBSD 12
Alan Somers
2023-11-28
5
-10
/
+25
*
dmu_buf_will_clone: fix race in transition back to NOFILL
Rob N
2023-11-28
1
-1
/
+9
*
zdb: Fix zdb '-O|-r' options with -e/exported zpool
Akash B
2023-11-28
1
-16
/
+23
*
zdb: show BRT statistics and dump its contents
Rob Norris
2023-11-28
3
-4
/
+99
*
brt: lift internal definitions into _impl header
Rob Norris
2023-11-28
3
-163
/
+201
*
ZTS: Fix zfs_load-key failures on F39
Tony Hutter
2023-11-28
1
-1
/
+4
*
ZIL: Do not encrypt block pointers in lr_clone_range_t
Alexander Motin
2023-11-28
2
-0
/
+28
*
dnode_is_dirty: check dnode and its data for dirtiness
Rob N
2023-11-28
1
-2
/
+10
*
Revert "Tune zio buffer caches and their alignments"
Brian Behlendorf
2023-11-28
1
-39
/
+50
*
Tag zfs-2.2.1
zfs-2.2.1
Tony Hutter
2023-11-20
1
-1
/
+1
*
ZTS: Fix 'could not unmount datasets' on Alma 9
Tony Hutter
2023-11-20
1
-0
/
+6
*
zfs-2.2.1: Disable block cloning by default
Tony Hutter
2023-11-16
2
-2
/
+2
*
Add a tunable to disable BRT support.
Rich Ercolani
2023-11-16
11
-0
/
+51
*
Packaging: Auto-generate changelog during configure (#15528)
Umer Saleem
2023-11-16
3
-0
/
+8
*
Linux 6.6 compat: META
Tony Hutter
2023-11-16
1
-1
/
+1
*
Workaround UBSAN errors for variable arrays
Tony Hutter
2023-11-16
3
-3
/
+7
*
ZTS: Test for all known zpool feature sets
Umer Saleem
2023-11-16
2
-4
/
+7
*
Update zpool-features.7 for grub2 compatibility list updates
Umer Saleem
2023-11-16
1
-0
/
+9
*
Workaround to allow openzfs-zfs-dkms install on Ubuntu
AllKind
2023-11-16
1
-1
/
+0
*
Linux: reject read/write mapping to immutable file only on VM_SHARED
Low-power
2023-11-16
1
-2
/
+2
*
Fix accounting error for pending sync IO ops in zpool iostat
MigeljanImeri
2023-11-16
2
-3
/
+9
*
Linux 6.6 compat: fix implicit conversion error with debug build
Umer Saleem
2023-11-16
1
-1
/
+1
*
Remove obsolete_counts from grub2 compatibility list
Umer Saleem
2023-11-16
1
-1
/
+0
*
Fix dkms installation of deb packages created with Alien.
AllKind
2023-11-16
1
-3
/
+87
*
Add all read-only compatible zpool features to grub2 compatibility
Umer Saleem
2023-11-16
1
-0
/
+10
*
Unify arc_prune_async() code
Alexander Motin
2023-11-08
8
-117
/
+87
*
Tune zio buffer caches and their alignments
Alexander Motin
2023-11-08
1
-50
/
+39
*
DMU: Do not pre-read holes during write
Alexander Motin
2023-11-08
1
-3
/
+5
*
Linux 6.6 compat: fsync_bdev() has been removed in favor of sync_blockdev()
Coleman Kane
2023-11-08
3
-0
/
+44
[next]