summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5960, 5925Paul Dagnelie2016-01-083-20/+41
* Illumos 5746 - more checksumming in zfs sendMatthew Ahrens2015-12-301-73/+70
* Illumos 5745 - zfs set allows only one dataset property to be set at a timeChris Williamson2015-12-292-48/+129
* Either _ILP32 or _LP64 must be definedBrian Behlendorf2015-12-101-15/+27
* Fix cstyle issue from 7a02327ilovezfs2015-12-041-2/+2
* Ext4's typical GPT partition type not recognizedilovezfs2015-12-041-1/+61
* Illumos 934 - FreeBSD's GPT not recognizedYuri Pankov2015-12-041-1/+7
* sysmacros: Make P2ROUNDUP not trigger int overflowJason Zaman2015-11-161-4/+2
* Fix maybe uninitializedBrian Behlendorf2015-11-091-1/+1
* libzfs: handle EDOM errorsDHE2015-10-131-0/+5
* Honor xattr=sa dataset propertyNed Bass2015-09-191-2/+0
* Add temporary mount optionsBrian Behlendorf2015-09-035-107/+3
* Check large block feature flag on volumesBrian Behlendorf2015-08-281-2/+8
* Fix zvol detectionRichard Yao2015-08-191-0/+6
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-282-2/+4
* Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_growMatthew Ahrens2015-07-231-0/+1
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-1713-188/+256
* Illumos 5764 - "zfs send -nv" directs output to stderrManoj Joseph2015-07-141-9/+15
* Fix Xen Virtual Block Device detectionRichard Yao2015-07-102-2/+11
* Illumos 5813 - zfs_setprop_error(): Handle errno value E2BIG.Will Andrews2015-07-101-0/+6
* Illumos 5427 - memory leak in libzfs when doing rollbackJan Kryl2015-07-101-4/+1
* Illumos 4626 - libzfs memleak in zpool_in_use()Josef 'Jeff' Sipek2015-07-101-4/+11
* Illumos 5163 - arc should reap range_seg_cacheGeorge Wilson2015-06-251-0/+5
* Update all default taskq settingsBrian Behlendorf2015-06-251-1/+0
* Add IMPLY() and EQUIV() macrosBrian Behlendorf2015-06-241-1/+17
* Add taskq_wait_outstanding() functionBrian Behlendorf2015-06-111-0/+6
* Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-111-0/+1
* Add libzfs_error_init() functionBrian Behlendorf2015-05-221-16/+30
* Wait in libzfs_init() for the /dev/zfs deviceBrian Behlendorf2015-05-221-4/+65
* Change 3-digit octal escapes to 4-digit onesHajo Möller2015-05-181-2/+2
* Illumos 5847 - libzfs_diff should check zfs_prop_get() returnAlexander Eremin2015-05-151-3/+7
* Illumos 5765 - add support for estimating send stream size with lzc_send_spac...Max Grossman2015-05-131-5/+17
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-113-18/+33
* Fix type mismatch on 32-bit systemsBrian Behlendorf2015-05-112-5/+6
* Illumos #5244 - zio pipeline callers should explicitly invoke next stageGeorge Wilson2015-04-301-0/+4
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-284-0/+67
* Illumos 5134 - if ZFS_DEBUG or debug= is set, libzpool should enable debug pr...Matthew Ahrens2015-04-281-0/+3
* Support the "version" property on volumes via the zfs_prop_get_int() APITim Chase2015-04-241-0/+3
* zpool import should honor overlay propertyNed Bass2015-03-271-0/+14
* Check all vdev labels in 'zpool import'Brian Behlendorf2015-03-251-16/+58
* Increase Linux pipe buffer size on 'zfs receive'Richard Yao2015-03-201-0/+43
* Fix possible future overflow in zfs_nicenumChrister Ekholm2015-02-241-1/+1
* Change VERIFY to ASSERT in mutex_destroy()Brian Behlendorf2015-02-111-1/+1
* Produce a full snapshot list for zfs send -pTim Chase2015-02-091-10/+4
* Read spl_hostid module parameter before gethostid()Chunwei Chen2015-02-042-2/+26
* Use (void) memcpy(), not (void *) memcpy()Richard Yao2015-01-301-3/+3
* Make `zpool import -d|-c` behave consistentlyBrian Behlendorf2015-01-281-7/+0
* Mark IO pipeline with PF_FSTRANSBrian Behlendorf2015-01-161-0/+17
* Swap DTRACE_PROBE* with Linux tracepointsPrakash Surya2014-11-173-37/+1
* Update utsname supportBrian Behlendorf2014-10-173-39/+8