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
*
FreeBSD: Remove BIO_ORDERED flag from BIO_FLUSH
Alexander Motin
2020-10-30
1
-1
/
+0
*
Linux: g/c leftover fence in zfs_znode_alloc
Mateusz Guzik
2020-10-29
1
-1
/
+0
*
FreeBSD: g/c unused zfs_znode_move support
Mateusz Guzik
2020-10-29
2
-31
/
+1
*
Use known license string for zlua
Brian Behlendorf
2020-10-27
1
-1
/
+1
*
FreeBSD: Skip RAW kstat sysctls by default
Ryan Moeller
2020-10-26
1
-4
/
+4
*
FreeBSD: catch up with 1300123 version bump
Mateusz Guzik
2020-10-26
1
-0
/
+9
*
Add missing zfs_arc_evict_batch_limit tunable
Ryan Moeller
2020-10-22
1
-1
/
+4
*
Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSD
Matthew Macy
2020-10-21
13
-1250
/
+698
*
Non-l2arc pool reads shouldn't be l2arc misses
Adam D. Moss
2020-10-20
1
-8
/
+21
*
Makefile.bsd: remove directory that no longer exists
Kyle Evans
2020-10-20
1
-1
/
+0
*
FreeBSD: delete unreferenced file
Matthew Macy
2020-10-20
1
-70
/
+0
*
FreeBSD: add missing fplookup_vexec handler to special vop vectors
Mateusz Guzik
2020-10-15
2
-0
/
+12
*
FreeBSD: g/c unused vop vector zfsctl_ops_shares_dir
Mateusz Guzik
2020-10-15
1
-3
/
+1
*
Ignore special vdev ashift for spa ashift min/max
Don Brady
2020-10-15
2
-17
/
+25
*
Fix crash caused by invalid snapshot names in redactnvl
Christian Schwarz
2020-10-14
1
-1
/
+1
*
Fix incorrect deletion order in range_tree_add_impl gap case
Paul Dagnelie
2020-10-14
1
-1
/
+1
*
FreeBSD: fix panic due to tqid overflow
Mateusz Guzik
2020-10-14
1
-10
/
+38
*
Cross-platform acltype
Ryan Moeller
2020-10-13
6
-13
/
+51
*
FreeBSD: make adjustments for the standalone environment
Warner Losh
2020-10-13
1
-1
/
+1
*
dmu_zfetch: don't leak unreferenced stream when zfetch is freed
Matthew Macy
2020-10-13
1
-2
/
+6
*
aarch64: Use proper guards for NEON instructions
Warner Losh
2020-10-13
1
-3
/
+3
*
FreeBSD: use cache_rename if available
Mateusz Guzik
2020-10-13
1
-4
/
+14
*
Expose zfetch_max_idistance tunable
Ryan Moeller
2020-10-13
2
-3
/
+7
*
zil_parse: make callback parameters const
Christian Schwarz
2020-10-09
3
-15
/
+26
*
Linux: Initialize zp in zfs_setattr_dir
Ryan Moeller
2020-10-09
1
-1
/
+1
*
Replace ZFS on Linux references with OpenZFS
Brian Behlendorf
2020-10-08
19
-27
/
+4
*
Fix Linux modules uninstall
Jacob Adams
2020-10-08
1
-1
/
+1
*
Fix ubsan: shift exponent is too large
Chuck Tuffli
2020-10-08
1
-1
/
+2
*
Make dbufstat work on FreeBSD
Ryan Moeller
2020-10-08
1
-0
/
+1
*
FreeBSD: Sort and dedup includes in kmod_core
Ryan Moeller
2020-10-08
1
-50
/
+43
*
Make L2ARC tests more robust
George Amanakis
2020-10-05
1
-11
/
+6
*
FreeBSD: Sort out kernel FPU headers for 12.1-REL
Ryan Moeller
2020-10-02
1
-4
/
+7
*
Throw const on some strings
Ryan Moeller
2020-10-02
11
-74
/
+68
*
Mismatched nvlist names in zfs_keys_send_space
John Poduska
2020-10-02
1
-4
/
+6
*
Fix buggy procfs_list_seq_next warning
Brian Behlendorf
2020-09-30
1
-0
/
+12
*
FreeBSD: Fix legacy compat for platform IOCs
Ryan Moeller
2020-09-30
1
-1
/
+3
*
Eliminate gratuitous bzeroing in dbuf_stats_hash_table_data
Matthew Macy
2020-09-30
1
-1
/
+2
*
do a cyclic seek for unused memory objects in pool
Sebastian Gottschall
2020-09-30
2
-2
/
+26
*
Drop references when skipping dmu_send due to EXDEV
Ryan Moeller
2020-09-30
2
-5
/
+10
*
Use known license string for zzstd
Brian Behlendorf
2020-09-28
1
-1
/
+1
*
zfetch: Don't issue new streams when old have not completed
Matthew Macy
2020-09-27
2
-37
/
+150
*
Add DB_RF_NOPREFETCH to dbuf_read()s in dnode.c
Adam D. Moss
2020-09-25
1
-2
/
+4
*
Fix PREEMPTION=y and BLK_CGROUP=y config on arm64
Brian Behlendorf
2020-09-25
1
-0
/
+10
*
FreeBSD: update cache_purgevfs usage after 1300117 version bump
Mateusz Guzik
2020-09-25
1
-0
/
+4
*
FreeBSD: Code cleanup in zio_crypt
Ryan Moeller
2020-09-25
1
-145
/
+76
*
Prune dead branch reported by Coverity
Ryan Moeller
2020-09-25
1
-5
/
+1
*
zfs_log_write: simplify data copying code for WR_COPIED records
Christian Schwarz
2020-09-25
1
-8
/
+15
*
FreeBSD: Add support for procfs_list
Matthew Macy
2020-09-23
6
-36
/
+172
*
FreeBSD: Don't save user FPU context in kernel threads
Matthew Macy
2020-09-23
1
-0
/
+4
*
Don't set numobjs to UINT64_MAX or near it
Paul Dagnelie
2020-09-22
1
-3
/
+1
[next]