aboutsummaryrefslogtreecommitdiffstats
path: root/include/libzfs.h
Commit message (Expand)AuthorAgeFilesLines
* Add "compatibility" property for zpool feature setsColm2021-02-171-0/+16
* zpool: correctly align columns with -pнаб2020-11-161-1/+1
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-0/+1
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-2/+2
* zfs label bootenv should store data as nvlistToomas Soome2020-09-151-2/+2
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-011-1/+13
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-0/+1
* libzfs: const'ify path argument to zfs_path_to_zhandleKyle Evans2020-07-221-1/+2
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-0/+4
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-061-0/+14
* Add device rebuild featureBrian Behlendorf2020-07-031-2/+5
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-1/+1
* mount: use the mount syscall directlyfelixdoerre2020-05-201-0/+7
* Small program that converts a dataset id and an object id to a pathPaul Dagnelie2020-05-201-1/+3
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-071-0/+2
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-231-3/+3
* Add 'zfs wait' commandPaul Dagnelie2020-04-011-0/+3
* Add option for forcible unmounting dataset while receiving snapshot.Mariusz Zaborski2020-03-171-0/+3
* Add trim support to zpool waitBrian Behlendorf2020-03-041-0/+3
* libzfs: add zfs_mount_at() functionKyle Evans2020-01-141-0/+1
* Add 'zfs send --saved' flagTom Caputi2020-01-101-0/+4
* Remove parameter names from libzfs.h signaturesNick Black2020-01-081-7/+7
* Fix zpool history unbounded memory usageChunwei Chen2019-10-281-1/+2
* Fix encryption hierarchy issues with zfs recv -dTom Caputi2019-09-251-0/+3
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-0/+7
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-181-0/+1
* OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocksMike Gerdts2019-07-051-2/+3
* Remove code for zfs remapMatthew Ahrens2019-06-241-2/+0
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-3/+5
* Add feature check for 'zpool resilver' commandTom Caputi2019-05-021-0/+1
* Add option [-V|--version] to emit version stringTerraTech2019-04-161-0/+7
* Add TRIM supportBrian Behlendorf2019-03-291-0/+17
* Avoid retrieving unused snapshot propsAlek P2019-03-121-3/+5
* zfs should optionally send holdsPaul Zuchowski2019-02-151-0/+9
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-0/+1
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+5
* Add missing MMP status code to libzfs_statusbunder20152019-01-031-0/+2
* OpenZFS 8115 - parallel zfs mountSebastien Roy2018-11-151-3/+2
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-102/+0
* changelist should be able to iter on mountsAlek P2018-10-021-1/+2
* Add basic zfs ioc input nvpair validationDon Brady2018-09-021-1/+2
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-1/+1
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-0/+7
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-06-061-0/+2
* OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_tPavel Zakharov2018-06-041-1/+1
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-0/+1
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-1/+6
* Report pool suspended due to MMPOlaf Faaland2018-03-151-0/+1
* Change functions which return literals to return `const char*`Tomohiro Kusumi2018-03-091-1/+1
* Want 'zfs send -b'LOLi2018-02-211-0/+3