summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Retire HAVE_IOCTL_* configure checksBrian Behlendorf2014-08-281-8/+0
* 2493 change efi_rescan() to wait longerAndrew Hamilton2014-08-261-2/+3
* Illumos 4976-4984 - metaslab improvementsGeorge Wilson2014-08-181-0/+9
* Avoid PAGESIZE redefinitionAlec Salazar2014-08-131-0/+2
* Replace __va_list with va_listAlec Salazar2014-08-131-4/+0
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-9/+12
* Illumos 4390 - I/O errors can corrupt space map when deleting fs/volMatthew Ahrens2014-08-041-0/+1
* Illumos 4757, 4913Matthew Ahrens2014-08-013-7/+52
* Illumos #4374Matthew Ahrens2014-07-301-4/+2
* Illumos 4368, 4369.Matthew Ahrens2014-07-295-42/+338