aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Additional Information for ZedletsN Clark2017-04-031-0/+1
* Remove dependency on linear ABDGvozden Neskovic2017-03-292-4/+4
* Check ashift validity in 'zpool add'LOLi2017-03-282-1/+13
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-206-12/+16
* Restructure mount option handlingBrian Behlendorf2017-03-101-26/+34
* Rename zfs_* functionsBrian Behlendorf2017-03-102-16/+7
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-107-52/+51
* Fix nfs snapdir automountChunwei Chen2017-03-081-2/+2
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-0710-61/+10
* Linux 4.11 compat: avoid refcount_t name conflictOlaf Faaland2017-02-281-3/+14
* Clean up by-dnode code in dmu_tx.cMatthew Ahrens2017-02-241-1/+1
* OpenZFS 7199 - dsl_dataset_rollback_sync may try to free already free blocksAndriy Gapon2017-02-241-0/+1
* zfs_arc_num_sublists_per_state should be common to all multilistsMatthew Ahrens2017-02-152-4/+2
* OpenZFS 7104 - increase indirect block sizeMatthew Ahrens2017-02-091-1/+6
* OpenZFS 1300 - filename normalization doesn't work for removesGeorge Melikov2017-02-022-28/+13
* Use fletcher_4 routines natively with `abd_iterate_func()`David Quigley2017-02-011-0/+27
* OpenZFS 6569 - large file delete can starve out write opsGeorge Melikov2017-01-312-0/+32
* OpenZFS 7280 - Allow changing global libzpool variables in zdb and ztest thro...George Melikov2017-01-311-6/+4
* OpenZFS 7277 - zdb should be able to print zfs_dbgmsg'sGeorge Melikov2017-01-281-0/+1
* OpenZFS 7301 - zpool export -f should be able to interrupt file freeingGeorge Melikov2017-01-271-0/+2
* OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs...George Melikov2017-01-272-2/+9
* OpenZFS 7613 - ms_freetree[4] is only used in syncing contextTim Chase2017-01-261-33/+44
* OpenZFS 7500 - Simplify dbuf_free_range by removing dn_unlisted_l0_blkidGeorge Melikov2017-01-261-2/+0
* OpenZFS 6676 - Race between unique_insert() and unique_remove() causes ZFS fs...George Melikov2017-01-262-8/+18
* OpenZFS 7336 - vfork and O_CLOEXEC causes zfs_mount EBUSYGeorge Melikov2017-01-262-2/+2
* OpenZFS 6871 - libzpool implementation of thread_create should enforce length...George Melikov2017-01-241-1/+1
* Fix build-it compilation regressionBrian Behlendorf2017-01-249-18/+16
* OpenZFS 7180 - potential race between zfs_suspend_fs+zfs_resume_fs and zfs_io...George Melikov2017-01-231-1/+1
* OpenZFS 6052 - decouple lzc_create() from the implementation detailsGeorge Melikov2017-01-231-0/+4
* OpenZFS 7054 - dmu_tx_hold_t should use refcount_t to track spaceGeorge Melikov2017-01-233-10/+10
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-229-0/+36
* Suspend/resume zvol for recv and rollbackChunwei Chen2017-01-191-2/+5
* OpenZFS 7235 - remove unused func dsl_dataset_set_blkptrGeorge Melikov2017-01-171-1/+0
* OpenZFS 6550 - cmd/zfs: cleanup gcc warningsBrian Behlendorf2017-01-171-1/+2
* Add *_by-dnode routinesbzzz772017-01-133-1/+16
* OpenZFS 7743 - per-vdev-zaps init path for upgradeDon Brady2017-01-131-1/+2
* OpenZFS 7303 - dynamic metaslab selectionDon Brady2017-01-125-14/+131
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-6/+3
* OpenZFS 7259 - DS_FIELD_LARGE_BLOCKS is unusedGeorge Melikov2017-01-031-7/+0
* Fix spellingka72017-01-038-9/+9
* Use a dedicated taskq for vdev_fileChunwei Chen2016-12-211-0/+3
* Fix wrong operator in xvattr.hChunwei Chen2016-12-141-5/+5
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-1213-42/+57
* Speed up zvol import and export speedBrian Behlendorf2016-12-081-0/+1
|\
| * Use system_delay_taskq for long delay tasksChunwei Chen2016-12-011-0/+1
* | Cache ddt_get_dedup_dspace() value if there was no ddt changesGvozden Neskovic2016-12-021-0/+1
* | Refactor txg history kstatBrian Behlendorf2016-12-021-2/+10
* | Remove unused sa_update_from_cb()cao2016-12-011-2/+0
* | Compile zio.h and zio_impl.h mutual includecao2016-12-011-3/+0
* | ABD optimized page allocation codeChunwei Chen2016-11-291-3/+5