| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenZFS 7968 - multi-threaded spa_sync() | Matthew Ahrens | 2017-03-20 | 1 | -35/+153 |
* | OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_space | Brian Behlendorf | 2017-03-07 | 1 | -0/+17 |
* | OpenZFS 7104 - increase indirect block size | Matthew Ahrens | 2017-02-09 | 1 | -3/+9 |
* | OpenZFS 1300 - filename normalization doesn't work for removes | George Melikov | 2017-02-02 | 1 | -2/+3 |
* | OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs... | George Melikov | 2017-01-27 | 1 | -2/+13 |
* | OpenZFS 7606 - dmu_objset_find_dp() takes a long time while importing pool | George Melikov | 2017-01-26 | 1 | -4/+24 |
* | Fix spelling | ka7 | 2017-01-03 | 1 | -1/+1 |
* | Export symbol dmu_objset_userobjspace_upgradable | jxiong | 2016-11-09 | 1 | -0/+10 |
* | Add TASKQID_INVALID | Brian Behlendorf | 2016-11-02 | 1 | -1/+1 |
* | Fix userquota_compare() function | Brian Behlendorf | 2016-10-21 | 1 | -1/+4 |
* | Fix coverity defects: CID 153394 | luozhengzheng | 2016-10-12 | 1 | -1/+1 |
* | OpenZFS 6988 spa_sync() spends half its time in dmu_objset_do_userquota_updates | Jinshan Xiong | 2016-10-07 | 1 | -33/+107 |
* | Add support for user/group dnode accounting & quota | Jinshan Xiong | 2016-10-07 | 1 | -9/+171 |
* | DLPX-40252 integrate EP-476 compressed zfs send/receive | Dan Kimmel | 2016-09-13 | 1 | -6/+5 |
* | OpenZFS 6950 - ARC should cache compressed data | George Wilson | 2016-09-13 | 1 | -10/+5 |
* | OpenZFS 6314 - buffer overflow in dsl_dataset_name | Igor Kozhukhov | 2016-06-28 | 1 | -4/+10 |
* | OpenZFS 2605, 6980, 6902 | Matthew Ahrens | 2016-06-28 | 1 | -0/+20 |
* | Implement large_dnode pool feature | Ned Bass | 2016-06-24 | 1 | -3/+44 |
* | Backfill metadnode more intelligently | Ned Bass | 2016-06-24 | 1 | -0/+14 |
* | OpenZFS 6513 - partially filled holes lose birth time | Paul Dagnelie | 2016-06-21 | 1 | -4/+4 |
* | Add `zfs allow` and `zfs unallow` support | Brian Behlendorf | 2016-06-07 | 1 | -0/+1 |
* | Add support for asynchronous zvol minor operations | Boris Protopopov | 2016-03-10 | 1 | -0/+4 |
* | Illumos 6495 - Fix mutex leak in dmu_objset_find_dp | Brian Behlendorf | 2016-01-28 | 1 | -0/+3 |
* | Illumos 6171 - dsl_prop_unregister() slows down dataset eviction. | Justin T. Gibbs | 2016-01-12 | 1 | -34/+2 |
* | Illumos 6267 - dn_bonus evicted too early | Justin T. Gibbs | 2015-10-13 | 1 | -1/+0 |
* | Revert "dmu_objset_userquota_get_ids uses dn_bonus unsafely" | Brian Behlendorf | 2015-09-25 | 1 | -17/+3 |
* | Align thread priority with Linux defaults | Brian Behlendorf | 2015-07-28 | 1 | -1/+1 |
* | Illumos 5610 - zfs clone from different source and target pools produces core... | Alexander Eremin | 2015-07-14 | 1 | -11/+2 |
* | Illumos 5661 - ZFS: "compression = on" should use lz4 if feature is enabled | Justin T. Gibbs | 2015-07-10 | 1 | -2/+3 |
* | Illumos 5981 - Deadlock in dmu_objset_find_dp | Arne Jansen | 2015-07-06 | 1 | -1/+9 |
* | Illumos 5369 - arc flags should be an enum | George Wilson | 2015-06-11 | 1 | -3/+3 |
* | Illumos 5269 - zpool import slow | Arne Jansen | 2015-06-09 | 1 | -39/+182 |
* | dmu_objset_userquota_get_ids uses dn_bonus unsafely | Ned Bass | 2015-06-05 | 1 | -3/+17 |
* | Illumos 5027 - zfs large block support | Matthew Ahrens | 2015-05-11 | 1 | -0/+16 |
* | Illumos 4951 - ZFS administrative commands should use reserved space | Matthew Ahrens | 2015-05-04 | 1 | -2/+4 |
* | Illumos 5056 - ZFS deadlock on db_mtx and dn_holds | Justin T. Gibbs | 2015-04-28 | 1 | -42/+73 |
* | Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFS | Justin T. Gibbs | 2015-04-28 | 1 | -13/+17 |
* | Illumos 3897 - zfs filesystem and snapshot limits | Jerry Jelinek | 2015-04-28 | 1 | -1/+10 |
* | Change KM_PUSHPAGE -> KM_SLEEP | Brian Behlendorf | 2015-01-16 | 1 | -3/+3 |
* | Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t | Matthew Ahrens | 2014-08-06 | 1 | -2/+2 |
* | Illumos 4757, 4913 | Matthew Ahrens | 2014-08-01 | 1 | -17/+15 |
* | Illumos 3835 zfs need not store 2 copies of all metadata | Matthew Ahrens | 2014-07-31 | 1 | -6/+29 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -1/+1 |
* | Illumos #4045 write throttle & i/o scheduler performance work | Matthew Ahrens | 2013-12-06 | 1 | -1/+1 |
* | Illumos #3875 | Keith M Wesolowski | 2013-11-04 | 1 | -0/+32 |
* | Illumos #3598 | Matthew Ahrens | 2013-10-31 | 1 | -23/+23 |
* | Illumos #3522 | George Wilson | 2013-10-30 | 1 | -1/+2 |
* | Fix dmu_objset_find_dp() KM_SLEEP warning | Tim Chase | 2013-09-11 | 1 | -1/+1 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 1 | -481/+380 |
* | Illumos #2882, #2883, #2900 | Matthew Ahrens | 2013-09-04 | 1 | -125/+185 |