aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_objset.c
Commit message (Expand)AuthorAgeFilesLines
* Export symbol dmu_objset_userobjspace_upgradablejxiong2016-11-091-0/+10
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-1/+1
* Fix userquota_compare() functionBrian Behlendorf2016-10-211-1/+4
* Fix coverity defects: CID 153394luozhengzheng2016-10-121-1/+1
* OpenZFS 6988 spa_sync() spends half its time in dmu_objset_do_userquota_updatesJinshan Xiong2016-10-071-33/+107
* Add support for user/group dnode accounting & quotaJinshan Xiong2016-10-071-9/+171
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-6/+5
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-10/+5
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-4/+10
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-0/+20
* Implement large_dnode pool featureNed Bass2016-06-241-3/+44
* Backfill metadnode more intelligentlyNed Bass2016-06-241-0/+14
* OpenZFS 6513 - partially filled holes lose birth timePaul Dagnelie2016-06-211-4/+4
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-0/+1
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-0/+4
* Illumos 6495 - Fix mutex leak in dmu_objset_find_dpBrian Behlendorf2016-01-281-0/+3
* Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.Justin T. Gibbs2016-01-121-34/+2
* Illumos 6267 - dn_bonus evicted too earlyJustin T. Gibbs2015-10-131-1/+0
* Revert "dmu_objset_userquota_get_ids uses dn_bonus unsafely"Brian Behlendorf2015-09-251-17/+3
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-1/+1
* Illumos 5610 - zfs clone from different source and target pools produces core...Alexander Eremin2015-07-141-11/+2
* Illumos 5661 - ZFS: "compression = on" should use lz4 if feature is enabledJustin T. Gibbs2015-07-101-2/+3
* Illumos 5981 - Deadlock in dmu_objset_find_dpArne Jansen2015-07-061-1/+9
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-3/+3
* Illumos 5269 - zpool import slowArne Jansen2015-06-091-39/+182
* dmu_objset_userquota_get_ids uses dn_bonus unsafelyNed Bass2015-06-051-3/+17
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-0/+16
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-2/+4
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-42/+73
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-13/+17
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-281-1/+10
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-3/+3
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-2/+2
* Illumos 4757, 4913Matthew Ahrens2014-08-011-17/+15
* Illumos 3835 zfs need not store 2 copies of all metadataMatthew Ahrens2014-07-311-6/+29
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-1/+1
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-1/+1
* Illumos #3875Keith M Wesolowski2013-11-041-0/+32
* Illumos #3598Matthew Ahrens2013-10-311-23/+23
* Illumos #3522George Wilson2013-10-301-1/+2
* Fix dmu_objset_find_dp() KM_SLEEP warningTim Chase2013-09-111-1/+1
* Illumos #3464Matthew Ahrens2013-09-041-481/+380
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-125/+185
* Illumos #3137 L2ARC compressionSaso Kiselkov2013-08-081-3/+7
* Illumos #3498 panic in arc_read()George Wilson2013-07-021-9/+3
* Switch KM_SLEEP to KM_PUSHPAGENed Bass2013-02-061-1/+1
* Use dsl_dataset_snap_lookup()Brian Behlendorf2013-01-251-31/+2
* Switch KM_SLEEP to KM_PUSHPAGEMassimo Maggi2012-10-081-1/+1
* Illumos #3100: zvol rename fails with EBUSY when dirty.Matthew Ahrens2012-10-031-11/+0
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-1/+1