summaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* Fix import finding spare/l2cache when path changesChunwei Chen2017-06-011-2/+16
* Implemented zpool sync commandAlek P2017-05-191-0/+22
* Force fault a vdev with 'zpool offline -f'Tony Hutter2017-05-191-0/+37
* Add property overriding (-o|-x) to 'zfs receive'LOLi2017-05-091-16/+225
* Make createtxg and guid properties publicChristian Schwarz2017-05-091-0/+1
* Fix NULL pointer dereference in 'zfs create'LOLi2017-05-091-1/+3
* More ashift improvementsLOLi2017-05-031-8/+0
* Add zfs_nicebytes() to print human-readable sizesLOLi2017-05-025-20/+51
* Fixed zdb -e regression for active cacheless poolsDon Brady2017-04-241-2/+7
* Prebaked scripts for zpool status/iostat -cTony Hutter2017-04-211-4/+146
* Fix leak in send_iterate_fsTim Crawford2017-04-191-0/+2
* Fix header inclusions for standards conformanceRichard Yao2017-04-121-1/+1
* OpenZFS 6865 - want zfs-tests cases for zpool labelclear commandYuri Pankov2017-04-111-9/+51
* OpenZFS 5380 - receive of a send -p stream doesn't need to try renaming snaps...Andriy Gapon2017-04-091-3/+3
* OpenZFS 8046 - Let calloc() do the multiplication in libzfs_fru_refreshPedro Giffuni2017-04-091-1/+1
* OpenZFS 7990 - libzfs: snapspec_cb() does not need to call zfs_strdup()Giuseppe Di Natale2017-03-281-7/+4
* Check ashift validity in 'zpool add'LOLi2017-03-281-3/+6
* Fix undefined reference to `libzfs_fru_compare'Brian Behlendorf2017-03-231-0/+9
* Fix `zpool status -v` error messageBrian Behlendorf2017-03-221-6/+6
* Fix checksumflags assignment in cksummerTim Crawford2017-02-241-1/+1
* Clear enclosure sysfs path from VDEV label when sysfs path isn't presentTony Hutter2017-02-101-1/+3
* Fix coverity defects: CID 155964, 155965George Melikov2017-02-081-0/+3
* OpenZFS 6931 - lib/libzfs: cleanup gcc warningsGeorge Melikov2017-02-077-14/+53
* OpenZFS 7247 - zfs receive of deduplicated stream failsGeorge Melikov2017-02-041-1/+5
* OpenZFS 4521 - zfstest is trying to execute evil "zfs unmount -a"Giuseppe Di Natale2017-02-032-11/+35
* OpenZFS 7745 - print error if lzc_* is called before libzfs_core_initGeorge Melikov2017-01-311-0/+9
* OpenZFS 7541 - zpool import/tryimport ioctl returns ENOMEMGeorge Melikov2017-01-301-4/+5
* OpenZFS 7340 - receive manual origin should override automatic originGeorge Melikov2017-01-271-6/+6
* Add realloc() success check in zpool_history_unpack()George Melikov2017-01-271-1/+8
* OpenZFS 5561 - support root pools on EFI/GPT partitioned disksBrian Behlendorf2017-01-271-88/+2
* OpenZFS 7386 - zfs get does not work properly with bookmarksGeorge Melikov2017-01-263-16/+109
* OpenZFS 5142 - libzfs support raidz root pool (loader project)George Melikov2017-01-261-0/+1
* OpenZFS 6412 - zfs receive: -u can be ignored sometimesGeorge Melikov2017-01-261-1/+2
* OpenZFS 7336 - vfork and O_CLOEXEC causes zfs_mount EBUSYGeorge Melikov2017-01-261-6/+62
* OpenZFS 7571 - non-present readonly numeric ZFS props do not have default valueGeorge Melikov2017-01-241-1/+2
* OpenZFS 7604 - if volblocksize property is the default, it displays as "-" ra...George Melikov2017-01-231-1/+4
* OpenZFS 6428 - set canmount=off on unmounted filesystem tries to unmount chil...George Melikov2017-01-231-2/+3
* OpenZFS 7233 - dir_is_empty should open directory with CLOEXECGeorge Melikov2017-01-231-2/+10
* OpenZFS 6052 - decouple lzc_create() from the implementation detailsGeorge Melikov2017-01-231-3/+3
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-2/+3
* Fix spellingka72017-01-031-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-126-23/+23
* Fix coverity defects: CID 147475liaoyuxiangqin2016-12-091-7/+8
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-3/+4
* Add -c to zpool iostat & status to run commandTony Hutter2016-11-292-97/+88
* Allow zfs unshare <protocol> -aLOLi2016-11-291-0/+14
* Fix 'zpool import' detection issueBrian Behlendorf2016-11-141-3/+16
* Fix coverity defects: CID 147575, 147577, 147578, 147579cao2016-11-071-1/+1
* Fix 'zpool import' detection issuesBrian Behlendorf2016-11-072-35/+105
* Fix coverity defects: CID 147548cao2016-10-311-2/+3