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
/
include
/
libzfs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "compatibility" property for zpool feature sets
Colm
2021-02-17
1
-0
/
+16
*
zpool: correctly align columns with -p
наб
2020-11-16
1
-1
/
+1
*
Distributed Spare (dRAID) Feature
Brian Behlendorf
2020-11-13
1
-0
/
+1
*
Update references to nonexistent man pages in code
Ryan Moeller
2020-10-30
1
-2
/
+2
*
zfs label bootenv should store data as nvlist
Toomas Soome
2020-09-15
1
-2
/
+2
*
Add 'zfs rename -u' to rename without remounting
Ryan Moeller
2020-09-01
1
-1
/
+13
*
Import vdev ashift optimization from FreeBSD
Ryan Moeller
2020-08-21
1
-0
/
+1
*
libzfs: const'ify path argument to zfs_path_to_zhandle
Kyle Evans
2020-07-22
1
-1
/
+2
*
Remove dependency on sharetab file and refactor sharing logic
George Wilson
2020-07-13
1
-0
/
+4
*
Add zpool_nextboot, move zfs_jail to libzfs.h
Ryan Moeller
2020-07-06
1
-0
/
+14
*
Add device rebuild feature
Brian Behlendorf
2020-07-03
1
-2
/
+5
*
Improve compatibility with C++ consumers
Ryan Moeller
2020-06-06
1
-1
/
+1
*
mount: use the mount syscall directly
felixdoerre
2020-05-20
1
-0
/
+7
*
Small program that converts a dataset id and an object id to a path
Paul Dagnelie
2020-05-20
1
-1
/
+3
*
Add support for boot environment data to be stored in the label
Paul Dagnelie
2020-05-07
1
-0
/
+2
*
Remove deduplicated send/receive code
Matthew Ahrens
2020-04-23
1
-3
/
+3
*
Add 'zfs wait' command
Paul Dagnelie
2020-04-01
1
-0
/
+3
*
Add option for forcible unmounting dataset while receiving snapshot.
Mariusz Zaborski
2020-03-17
1
-0
/
+3
*
Add trim support to zpool wait
Brian Behlendorf
2020-03-04
1
-0
/
+3
*
libzfs: add zfs_mount_at() function
Kyle Evans
2020-01-14
1
-0
/
+1
*
Add 'zfs send --saved' flag
Tom Caputi
2020-01-10
1
-0
/
+4
*
Remove parameter names from libzfs.h signatures
Nick Black
2020-01-08
1
-7
/
+7
*
Fix zpool history unbounded memory usage
Chunwei Chen
2019-10-28
1
-1
/
+2
*
Fix encryption hierarchy issues with zfs recv -d
Tom Caputi
2019-09-25
1
-0
/
+3
*
Add subcommand to wait for background zfs activity to complete
John Gallagher
2019-09-13
1
-0
/
+7
*
Race condition between spa async threads and export
Serapheim Dimitropoulos
2019-07-18
1
-0
/
+1
*
OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocks
Mike Gerdts
2019-07-05
1
-2
/
+3
*
Remove code for zfs remap
Matthew Ahrens
2019-06-24
1
-2
/
+0
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-3
/
+5
*
Add feature check for 'zpool resilver' command
Tom Caputi
2019-05-02
1
-0
/
+1
*
Add option [-V|--version] to emit version string
TerraTech
2019-04-16
1
-0
/
+7
*
Add TRIM support
Brian Behlendorf
2019-03-29
1
-0
/
+17
*
Avoid retrieving unused snapshot props
Alek P
2019-03-12
1
-3
/
+5
*
zfs should optionally send holds
Paul Zuchowski
2019-02-15
1
-0
/
+9
*
ZVOLs should not be allowed to have children
loli10K
2019-02-08
1
-0
/
+1
*
OpenZFS 9102 - zfs should be able to initialize storage devices
George Wilson
2019-01-07
1
-0
/
+5
*
Add missing MMP status code to libzfs_status
bunder2015
2019-01-03
1
-0
/
+2
*
OpenZFS 8115 - parallel zfs mount
Sebastien Roy
2018-11-15
1
-3
/
+2
*
Add libzutil for libzfs or libzpool consumers
Don Brady
2018-11-05
1
-102
/
+0
*
changelist should be able to iter on mounts
Alek P
2018-10-02
1
-1
/
+2
*
Add basic zfs ioc input nvpair validation
Don Brady
2018-09-02
1
-1
/
+2
*
Added encryption support for zfs recv -o / -x
Tom Caputi
2018-08-15
1
-1
/
+1
*
OpenZFS 9166 - zfs storage pool checkpoint
Serapheim Dimitropoulos
2018-06-26
1
-0
/
+7
*
Add pool state /proc entry, "SUSPENDED" pools
Tony Hutter
2018-06-06
1
-0
/
+2
*
OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_t
Pavel Zakharov
2018-06-04
1
-1
/
+1
*
OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recovery
Pavel Zakharov
2018-05-08
1
-0
/
+1
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
1
-1
/
+6
*
Report pool suspended due to MMP
Olaf Faaland
2018-03-15
1
-0
/
+1
*
Change functions which return literals to return `const char*`
Tomohiro Kusumi
2018-03-09
1
-1
/
+1
*
Want 'zfs send -b'
LOLi
2018-02-21
1
-0
/
+3
[next]