aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* zfs send -p send properties only for snapshots that are actually sentAndriy Gapon2014-10-021-4/+25
* FreeBSD PR kern/172259: Fixes zfs receive errorssmh2014-10-021-2/+29
* Implement -t option to zpool create for temporary pool namesRichard Yao2014-09-301-0/+9
* Make user stack limit configurableBrian Behlendorf2014-09-301-24/+24
* Illumos 5116 - zpool history -i goes into infinite loopMatthew Ahrens2014-09-231-4/+19
* Illumos 5135 - zpool_find_import_cached() can use fnvlist_*Matthew Ahrens2014-09-231-11/+5
* lib/libzpool/kernel.c: Assert no owners in rw_destroy()Richard Yao2014-09-231-1/+1
* Properly NULL terminate string in zfs_strcmp_pathnameRichard Yao2014-09-231-1/+1
* Illumos 5147 - zpool list -v should show individual disk capacityGeorge Wilson2014-09-231-2/+12
* Remove obsolete comment about guard pagesNed Bass2014-09-221-6/+0
* Fragmentation should display as '-' if spacemap_histogram=disabledilovezfs2014-09-051-9/+9
* Add a pkgconfig fileTurbo Fredriksson2014-08-284-0/+29