aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* MMP writes rotate over leavesOlaf Faaland2019-03-123-0/+5
* Reorder ZFS ioctls to fix cross-version compatibilityLorenz Brun2019-03-091-3/+3
* Stack overflow in recursive bpobj_iterate_implPaul Zuchowski2019-03-061-0/+1
* Fix dnode_hold_impl() soft lockuplidongyang2019-02-221-0/+1
* Introduce auxiliary metaslab histogramsSerapheim Dimitropoulos2019-02-203-0/+45
* zfs should optionally send holdsPaul Zuchowski2019-02-151-1/+2
* port async unlinked drain from illumos-nexentaAlek P2019-02-124-0/+22
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-123-13/+55
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-0/+1
* Rename range_tree_verify to range_tree_verify_not_presentSerapheim Dimitropoulos2019-01-251-1/+2
* Factor metaslab_load_wait() in metaslab_load()Serapheim Dimitropoulos2019-01-182-3/+2
* Document guidelines for usage of zfs_dbgmsgSerapheim Dimitropoulos2019-01-181-1/+17
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-171-2/+2
* Remove unused vdev_t fieldsSerapheim Dimitropoulos2019-01-171-11/+0
* Serialize ZTHR operations to eliminate racesSerapheim Dimitropoulos2019-01-132-20/+4
* Provide more flexible object allocation interfaceBrian Behlendorf2019-01-102-5/+14
* zfs initialize performance enhancementsGeorge Wilson2019-01-073-2/+7
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-077-3/+128
* OpenZFS 9284 - arc_reclaim_thread has 2 jobsBrad Lewis2018-12-262-0/+5
* OpenZFS 9962 - zil_commit should omit cache thrashPrakash Surya2018-12-071-6/+8
* zed: detect and offline physically removed devicesloli10K2018-11-092-0/+2
* Add zpool status -s (slow I/Os) and -p (parseable)Tony Hutter2018-11-084-7/+9
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-052-1/+1
* Fix dbgmsg printing in ztest and zdbTom Caputi2018-10-241-3/+4
* OpenZFS 9681 - ztest failure in spa_history_log_internal due to spa_rename()Matthew Ahrens2018-10-191-1/+0
* Defer new resilvers until the current one endsTom Caputi2018-10-184-0/+12
* OpenZFS 9862 - fix typo in comment in vdev_impl.hAllan Jude2018-10-181-1/+1
* Linux does not HAVE_SMB_SHAREMatthew Ahrens2018-10-171-1/+0
* Add types to featureflags in zfsPaul Dagnelie2018-10-161-7/+10
* deadlock between mm_sem and tx assign in zfs_write() and page faultilbsmart2018-10-161-1/+1
* Improved error handling for extreme rewindsBrian Behlendorf2018-10-121-3/+3
* OpenZFS 9689 - zfs range lock code should not be zpl-specificMatt Ahrens2018-10-113-70/+35
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-094-31/+70
* Add zfs_refcount_transfer_ownership_many()Brian Behlendorf2018-10-091-2/+5
* OpenZFS 9617 - too-frequent TXG sync causes excessive write inflationMatthew Ahrens2018-10-041-1/+1
* Add new fnvlist_lookup_* functionsPaul Dagnelie2018-10-031-15/+25
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-032-4/+9
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-012-37/+35
* Remove duplicate macro in dsl_dir.hMatthew Ahrens2018-10-011-1/+0
* Fixes for procfs files backed by linked listsJohn Gallagher2018-09-263-16/+46
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-2615-54/+48
* Fix in-kernel sysfs entriesDon Brady2018-09-061-0/+3
* Pool allocation classesDon Brady2018-09-059-8/+63
* Add basic zfs ioc input nvpair validationDon Brady2018-09-021-84/+92
* Add zfs module feature and property info to sysfsDon Brady2018-09-022-0/+48
* Always wait for txg sync when umounting datasetTom Caputi2018-08-271-1/+0
* Small rework of txg_list codeTom Caputi2018-08-271-0/+7
* Introduce read/write kstats per datasetSerapheim Dimitropoulos2018-08-204-1/+65
* Check encrypted dataset + embedded recv earlierTom Caputi2018-08-151-1/+1
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-2/+4