summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* MFV r286704: 5960 zfs recv should prefetch indirect blocksmav2015-08-1230-347/+1295
* MFV r284763: 5981 Deadlock in dmu_objset_find_dpmav2015-08-125-4/+40
* MFV r284762: 5269 zpool import slowmav2015-08-1210-60/+239
* MFV r286682: 5765 add support for estimating send stream size withmav2015-08-124-35/+130
* MFV r286224: 5695 dmu_sync'ed holes do not retain birth timemav2015-08-122-7/+20
* Fix set of sign extension bugs in r286625.mav2015-08-121-4/+5
* Fix assertion panic caused by combination of r286598 and TRIM.mav2015-08-111-4/+8
* Fix r286625 build on i386.mav2015-08-111-1/+1
* Fix minor mismerge in r286574.mav2015-08-111-42/+42
* MFV r277425:mav2015-08-111-95/+158
* Remove extra lock, that IMO only creates potential problems now.mav2015-08-111-10/+2
* MFV 286604: 5812 assertion failed in zrl_tryenter(): zr_owner==NULLmav2015-08-101-13/+14
* MFV 286602: 5810 zdb should print details of bpobjmav2015-08-102-5/+3
* MFV 286599: 5808 spa_check_logs is not necessary on readonly poolsmav2015-08-101-1/+1
* MFV 286597: 5701 zpool list reports incorrect "alloc" value for cache devicesmav2015-08-101-45/+143
* Local addition and mismerge fix for r286579.mav2015-08-101-14/+12
* MFV 286588: 5820 verify failed in zio_done(): BP_EQUAL(bp, io_bp_orig)mav2015-08-101-11/+24
* MFV 286586: 5746 more checksumming in zfs sendmav2015-08-104-222/+322
* MFV r277430: 5313 Allow I/Os to be aggregated across ZIO priority classesmav2015-08-103-20/+51
* Fix r286570 build with debug.mav2015-08-101-0/+2
* MFV r277428: 5056 ZFS deadlock on db_mtx and dn_holdsmav2015-08-1036-304/+627
* MFV r277427: 5445 Add more visibility via arcstats; specificallymav2015-08-102-14/+224
* MFV r277426: 5408 managing ZFS cache devices requires lots of RAMmav2015-08-102-581/+903
* MFV 286555: Avoid 128K kmem allocations in mzap_upgrade()mav2015-08-091-3/+3
* MFV 286553: 5769 Cast 'zfs bad bloc' to ULL for x86mav2015-08-091-1/+1
* MFV 286550: 5694 traverse_prefetcher does not prefetch enoughmav2015-08-091-10/+9
* MFV 286548:mav2015-08-091-2/+0
* MFV 286546:mav2015-08-094-27/+38
* MFV 286544:mav2015-08-094-9/+62
* MFV 286542: 5592 NULL pointer dereference in dsl_prop_notify_all_cb()mav2015-08-091-2/+13
* MFV 286540: 5531 NULL pointer dereference in dsl_prop_get_ds()mav2015-08-097-14/+114
* MFV 286538:mav2015-08-091-12/+5
* Fix KSTACK_PAGES check in ZFS modulesmh2015-08-031-0/+7
* Avoid dereferencing curthread->td_proc->p_cred in DTrace probe context.markj2015-08-021-2/+6
* Add warning about low KSTACK_PAGES for ZFS usesmh2015-07-281-0/+8
* vfs: implement v_holdcnt/v_usecount manipulation using atomic opsmjg2015-07-161-1/+1
* Rename zfs nvpair files to not colidate with our nvlist.oshogbo2015-07-093-0/+0
* zfs_mount(MS_REMOUNT): protect zfs_(un)register_callbacks callsavg2015-07-021-2/+12
* First cut of DTrace for AArch64.br2015-07-014-1/+105
* MFV r284412: 5911 ZFS "hangs" while deleting fileavg2015-06-195-33/+89
* illums compat: use flsl/flsll for highbit/highbit64avg2015-06-191-0/+11
* o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().glebius2015-06-171-2/+0
* Revert r284511 because it caused build failures on many platformsavg2015-06-171-15/+0
* l2arc: pass correct size to trim requestsavg2015-06-171-3/+3
* illumos compat: use flsl/flsll for highbit/highbit64avg2015-06-171-0/+15
* MFV r284036: 5961 Fix stack overflow in zfs_create_fsavg2015-06-121-16/+17
* MFV r284030: 5818 zfs {ref}compressratio is incorrect with 4k sector sizeavg2015-06-126-17/+40
* MFV r283534: 5515 dataset user hold doesn't reject empty tagsavg2015-06-121-2/+15
* MFV r284040: check that datasets are snapshotsavg2015-06-122-0/+12
* Add missed {}.kib2015-05-271-1/+2
OpenPOWER on IntegriCloud