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
/
lib
/
libzfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for boot environment data to be stored in the label
Paul Dagnelie
2020-05-07
1
-2
/
+38
*
Enable splitting mirrors with indirect vdevs
George Amanakis
2020-05-06
1
-1
/
+7
*
Fix regression caused by c14ca14
Adam D. Moss
2020-04-29
1
-1
/
+1
*
Support custom URI schemes for the keylocation property
Jason King
2020-04-28
2
-194
/
+349
*
Remove deduplicated send/receive code
Matthew Ahrens
2020-04-23
1
-500
/
+23
*
Fix more leaks detected by ASAN
Joao Carlos Mendes Luis
2020-04-22
1
-2
/
+7
*
Add FreeBSD support to OpenZFS
Matthew Macy
2020-04-14
6
-2
/
+1323
*
Add `zstream redup` command to convert deduplicated send streams
Matthew Ahrens
2020-04-10
1
-3
/
+2
*
Persistent L2ARC
George Amanakis
2020-04-10
1
-2
/
+29
*
libzfs_pool: Remove unused check for ENOTBLK
alex
2020-04-07
1
-11
/
+0
*
Add 'zfs wait' command
Paul Dagnelie
2020-04-01
1
-0
/
+28
*
Compile cityhash code into libzfs
Matthew Ahrens
2020-03-27
1
-0
/
+1
*
Deprecate deduplicated send streams
Matthew Ahrens
2020-03-18
1
-0
/
+20
*
Avoid core dump on invalid redaction bookmark
Ryan Moeller
2020-03-18
1
-4
/
+44
*
Separate warning for incomplete and corrupt streams
Paul Dagnelie
2020-03-17
1
-4
/
+6
*
Add option for forcible unmounting dataset while receiving snapshot.
Mariusz Zaborski
2020-03-17
1
-3
/
+6
*
libzfs: Fix bounds checks for float parsing
Ryan Moeller
2020-03-16
1
-1
/
+6
*
Change default to overlay=on
Ryan Moeller
2020-03-06
1
-3
/
+3
*
Add trim support to zpool wait
Brian Behlendorf
2020-03-04
1
-1
/
+28
*
Don't open zfs control device exclusively
Matthew Macy
2020-02-28
2
-3
/
+3
*
Move zfs_version_kernel to platform code
Ryan Moeller
2020-02-12
2
-31
/
+31
*
Disable get_numeric_property for xattr on FreeBSD
Matthew Macy
2020-01-21
1
-0
/
+2
*
libzfs: add zfs_mount_at() function
Kyle Evans
2020-01-14
1
-8
/
+37
*
Change http://zfsonlinux.org links to https://zfsonlinux.org
Brian Behlendorf
2020-01-13
3
-3
/
+3
*
Add 'zfs send --saved' flag
Tom Caputi
2020-01-10
1
-22
/
+139
*
Colorize zpool status output
Tony Hutter
2019-12-19
1
-0
/
+92
*
Add FreeBSD jail support hooks
Matthew Macy
2019-12-11
1
-2
/
+2
*
Increase allowed 'special_small_blocks' maximum value
Brian Behlendorf
2019-12-03
1
-4
/
+13
*
Remove inappropiate error message suggesting to use '-r'
InsanePrawn
2019-11-15
1
-4
/
+2
*
Fix `zpool create -o <property>` error message
Brian Behlendorf
2019-11-13
1
-2
/
+0
*
Allow platform dependent path stripping for vdevs
Ryan Moeller
2019-11-11
1
-2
/
+1
*
Fix zpool history unbounded memory usage
Chunwei Chen
2019-10-28
1
-9
/
+11
*
Fix incremental recursive encrypted receive
Tom Caputi
2019-10-24
1
-5
/
+17
*
Use zfs_ioctl with zfs_cmd_t in libzfs
Matthew Macy
2019-10-23
7
-27
/
+27
*
Use platform independent error code for libzfs_run_process_impl
Matthew Macy
2019-10-23
1
-1
/
+1
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
3
-3
/
+3
*
OpenZFS restructuring - libzfs
Matthew Macy
2019-10-03
10
-797
/
+980
*
OpenZFS restructuring - libspl
Matthew Macy
2019-10-02
4
-149
/
+1
*
Fix encryption hierarchy issues with zfs recv -d
Tom Caputi
2019-09-25
1
-44
/
+40
*
Refactor libzfs_error_init newlines
Ryan Moeller
2019-09-18
1
-5
/
+5
*
Add subcommand to wait for background zfs activity to complete
John Gallagher
2019-09-13
1
-20
/
+100
*
Fix noop receive of raw send stream
Tom Caputi
2019-09-05
1
-6
/
+33
*
Always refuse receving non-resume stream when resume state exists
Andriy Gapon
2019-09-03
1
-4
/
+11
*
Fix typos in lib/
Andrea Gelmini
2019-09-02
5
-9
/
+9
*
zfs_handle used after being closed/freed in change_one callback
Pavel Zakharov
2019-08-28
1
-12
/
+18
*
Increase default zcmd allocation to 256K
Michael Niewöhner
2019-07-30
1
-1
/
+1
*
Race condition between spa async threads and export
Serapheim Dimitropoulos
2019-07-18
1
-0
/
+5
*
Fix race in parallel mount's thread dispatching algorithm
Tomohiro Kusumi
2019-07-09
1
-2
/
+4
*
zfs send does not handle invalid input gracefully
loli10K
2019-07-08
1
-0
/
+6
*
OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocks
Mike Gerdts
2019-07-05
1
-8
/
+181
[next]