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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libzfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/libzfs, rpm: Install pkgconfig files in the correct directory (#10628)
Neal Gompa (ニール・ゴンパ)
2020-09-15
1
-1
/
+1
*
Deprecate deduplicated send streams
Matthew Ahrens
2020-05-12
1
-0
/
+20
*
Fix zfs-0.8.3 zfs_receive_raw test case
Tony Hutter
2020-01-22
1
-0
/
+1
*
Increase allowed 'special_small_blocks' maximum value
Brian Behlendorf
2020-01-22
1
-4
/
+13
*
Remove inappropiate error message suggesting to use '-r'
InsanePrawn
2020-01-22
1
-4
/
+2
*
Fix `zpool create -o <property>` error message
Brian Behlendorf
2020-01-22
1
-2
/
+0
*
Fix zpool history unbounded memory usage
Chunwei Chen
2020-01-22
1
-9
/
+11
*
Fix incremental recursive encrypted receive
Tom Caputi
2020-01-22
1
-5
/
+17
*
Refactor libzfs_error_init newlines
Ryan Moeller
2020-01-22
1
-5
/
+5
*
Fix noop receive of raw send stream
Tom Caputi
2020-01-22
1
-6
/
+33
*
Fix typos in lib/
Andrea Gelmini
2020-01-22
5
-9
/
+9
*
OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocks
Mike Gerdts
2020-01-22
1
-8
/
+181
*
Always refuse receving non-resume stream when resume state exists
Andriy Gapon
2019-09-25
1
-4
/
+11
*
zfs_handle used after being closed/freed in change_one callback
Pavel Zakharov
2019-09-25
1
-12
/
+18
*
Increase default zcmd allocation to 256K
Michael Niewöhner
2019-09-25
1
-1
/
+1
*
Race condition between spa async threads and export
Serapheim Dimitropoulos
2019-09-25
1
-0
/
+5
*
Fix race in parallel mount's thread dispatching algorithm
Tomohiro Kusumi
2019-09-25
1
-2
/
+4
*
Fix error text for EINVAL in zfs_receive_one()
Tom Caputi
2019-09-25
1
-2
/
+3
*
Fix error message on promoting encrypted dataset
Tom Caputi
2019-09-25
1
-0
/
+10
*
Add libnvpair to libzfs pkg-config
Harry Mallon
2019-09-25
1
-1
/
+1
*
Allow unencrypted children of encrypted datasets
Tom Caputi
2019-09-25
3
-79
/
+23
*
Restrict filesystem creation if name referred either '.' or '..'
Tulsi Jain
2019-09-25
1
-0
/
+10
*
Refactor parent dataset handling in libzfs zfs_rename()
Tomohiro Kusumi
2019-09-25
1
-9
/
+4
*
zfs: don't pretty-print objsetid property
loli10K
2019-06-07
1
-1
/
+4
*
Fix wrong assertion in libzfs diff error handling
Ryan Moeller
2019-05-19
1
-1
/
+1
*
Fix send/recv lost spill block
Brian Behlendorf
2019-05-07
1
-0
/
+7
*
Add feature check for 'zpool resilver' command
Tom Caputi
2019-05-02
2
-0
/
+9
*
Correct snprintf() size argument
Tomohiro Kusumi
2019-04-30
1
-3
/
+3
*
Add option [-V|--version] to emit version string
TerraTech
2019-04-16
1
-0
/
+64
*
Fix hierarchy misspellings
Richard Laager
2019-04-14
1
-5
/
+5
*
Append snapshot name to "TIME SENT SNAPSHOT" output
TerraTech
2019-04-01
1
-1
/
+2
*
Add TRIM support
Brian Behlendorf
2019-03-29
2
-40
/
+178
*
Send stream should only list included snaps
Tom Caputi
2019-03-28
1
-24
/
+83
*
Improve `zpool labelclear`
Brian Behlendorf
2019-03-21
1
-3
/
+46
*
Add space in error message
Tom Caputi
2019-03-19
1
-2
/
+2
*
Detect and prevent mixed raw and non-raw sends
Tom Caputi
2019-03-13
2
-0
/
+15
*
Avoid retrieving unused snapshot props
Alek P
2019-03-12
3
-43
/
+90
*
Improve error message for zfs create with @ or # in name
Damian Wojsław
2019-02-25
1
-38
/
+39
*
zfs should optionally send holds
Paul Zuchowski
2019-02-15
1
-12
/
+84
*
ZVOLs should not be allowed to have children
loli10K
2019-02-08
3
-13
/
+41
*
Include third party licenses in dist tarballs
Neal Gompa (ニール・ゴンパ)
2019-01-08
1
-0
/
+3
*
OpenZFS 9102 - zfs should be able to initialize storage devices
George Wilson
2019-01-07
2
-0
/
+101
*
Add missing MMP status code to libzfs_status
bunder2015
2019-01-03
1
-19
/
+33
*
OpenZFS 9559 - zfs diff handles files on delete queue in fromsnap poorly
Paul Dagnelie
2018-12-14
1
-6
/
+6
*
OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_core
Andriy Gapon
2018-12-14
2
-34
/
+30
*
OpenZFS 9880 - Race in ZFS parallel mount
Andy Fiddaman
2018-12-07
1
-3
/
+31
*
Fix error message when zfs module is not loaded
Tom Caputi
2018-12-07
1
-3
/
+3
*
Fix 'zfs receive -F' message when destination has snapshots
loli10K
2018-12-05
1
-1
/
+1
*
Fix ASSERT in zfs_receive_one()
LOLi
2018-12-04
1
-2
/
+3
*
OpenZFS 8115 - parallel zfs mount
Sebastien Roy
2018-11-15
2
-98
/
+368
[next]