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
*
Use abs_top_builddir when referencing libraries
Arvind Sankar
2020-07-10
24
-64
/
+64
*
Add -z defs to LDFLAGS
Arvind Sankar
2020-07-10
5
-6
/
+8
*
Add config.rpath for AM_GNU_GETTEXT
Arvind Sankar
2020-07-10
10
-12
/
+700
*
Clean up lib dependencies
Arvind Sankar
2020-07-10
45
-167
/
+170
*
Move libspl_assertf into .c file
Arvind Sankar
2020-07-10
6
-33
/
+64
*
Fix a persistent L2ARC bug in l2arc_write_done()
George Amanakis
2020-07-10
1
-5
/
+27
*
Add Makefile command to run checkbashisms on all /bin/sh scripts
Gabriel A. Devenyi
2020-07-09
1
-1
/
+17
*
ZTS: Make bc conditional use compatible with new BSD bc
Ryan Moeller
2020-07-09
1
-2
/
+3
*
libzfs: Make zfs_cmd_t initialization consistent, use zfs_ioctl
Ryan Moeller
2020-07-09
3
-6
/
+8
*
Add zpool_nextboot, move zfs_jail to libzfs.h
Ryan Moeller
2020-07-06
3
-6
/
+37
*
Fix a deadlock in the FreeBSD getpages VOP
Mark Johnston
2020-07-06
1
-1
/
+12
*
Add a "try" operation for range locks
Mark Johnston
2020-07-06
2
-18
/
+49
*
Fix atomic_clear_long_excl wrong return
winglq
2020-07-06
1
-1
/
+1
*
Update zfs_freebsd_need_inactive to fix mmapped writes
Ryan Moeller
2020-07-03
1
-2
/
+5
*
Add device rebuild feature
Brian Behlendorf
2020-07-03
65
-362
/
+3281
*
freebsd: changes necessary to coexist with dtrace in tree
Matthew Macy
2020-07-01
13
-14
/
+33
*
configure fixes
Harald van Dijk
2020-07-01
2
-20
/
+20
*
pam: fix test usage in configure script
Harald van Dijk
2020-06-29
1
-2
/
+2
*
Clean up OS-specific ARC and kmem code
Matthew Ahrens
2020-06-29
11
-177
/
+12
*
Mark phony targets as phony.
Arvind Sankar
2020-06-27
1
-1
/
+20
*
paxcheck needs to run against the builddir not the srcdir
Arvind Sankar
2020-06-27
1
-1
/
+1
*
Move cppcheck suppressions out of .github
Arvind Sankar
2020-06-27
2
-1
/
+2
*
Remove config/suppressed-warnings.txt
Arvind Sankar
2020-06-27
1
-7
/
+0
*
Avoid installing kernel headers on FreeBSD
Arvind Sankar
2020-06-27
14
-20
/
+23
*
Style fixes
Brian Behlendorf
2020-06-27
2
-1
/
+2
*
Make zstreamdump output the size of the payload for BEGIN records
Allan Jude
2020-06-27
1
-0
/
+2
*
Revise SPL wrapper for shrinker callbacks
Matthew Ahrens
2020-06-27
3
-142
/
+83
*
Use percpu_counter for obj_alloc counter of Linux-backed caches
Serapheim Dimitropoulos
2020-06-26
7
-8
/
+100
*
arcstat: add 'avail', fix 'free'
Matthew Ahrens
2020-06-26
2
-13
/
+35
*
Add block histogram to zdb
Robert Novak
2020-06-26
4
-2
/
+479
*
Fixes for make dist
Arvind Sankar
2020-06-26
55
-261
/
+86
*
Include FreeBSD sources in module dist
Arvind Sankar
2020-06-26
1
-8
/
+7
*
ARC shrinking blocks reads/writes
Matthew Ahrens
2020-06-26
3
-2
/
+29
*
pam: implement a zfs_key pam module
felixdoerre
2020-06-24
19
-2
/
+1058
*
Drop unnecessary srcdir paths
Arvind Sankar
2020-06-24
38
-463
/
+463
*
Fix check for sed --in-place
Arvind Sankar
2020-06-24
5
-15
/
+15
*
Add missing third-party license files to dist
Arvind Sankar
2020-06-24
1
-0
/
+4
*
Fix tags targets in module/Makefile.in + cleanup
Arvind Sankar
2020-06-24
2
-30
/
+15
*
Fix libspl/asm-generic/atomic for VPATH build
Arvind Sankar
2020-06-24
4
-29
/
+8
*
Move zfs_gitrev.h to build directory
Arvind Sankar
2020-06-24
7
-53
/
+23
*
Support out-of-tree kmod build on FreeBSD
Arvind Sankar
2020-06-24
1
-7
/
+30
*
Add trim_finish notify script for ZED
Kevin P. Fleming
2020-06-24
2
-1
/
+39
*
Add zfs_multihost_interval tunable handler for FreeBSD
Ryan Moeller
2020-06-23
6
-7
/
+27
*
zfs -V: Print userland version even if kernel module not loaded
Prawn
2020-06-22
1
-3
/
+4
*
zed additional features
Jorgen Lundman
2020-06-22
6
-12
/
+62
*
Remove unnecessary terminology from error-injection in ztest
Serapheim Dimitropoulos
2020-06-22
1
-13
/
+15
*
Clarify comments in config/*.m4, vdev_geom.c, zfs_allow_*.ksh
Matthew Ahrens
2020-06-22
6
-18
/
+18
*
Update zts-report.py with additional tests
Brian Behlendorf
2020-06-22
1
-0
/
+14
*
Fix copy-paste error breaking FreeBSD head
Ryan Moeller
2020-06-19
1
-3
/
+3
*
zfs allow/unallow should work with numeric uid/gid
Andriy Gapon
2020-06-19
1
-6
/
+13
[next]