summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* GZIP compression offloading with QAT acceleratorwli52017-03-225-0/+654
* OpenZFS 7968 - multi-threaded spa_sync()Matthew Ahrens2017-03-2010-147/+287
* Linux 4.11 compat: iops.getattr and friendsOlaf Faaland2017-03-202-19/+27
* OpenZFS 7801 - add more by-dnode routines (lint)Matthew Ahrens2017-03-201-3/+3
* OpenZFS 6874 - rollback and receive need to reset ZPL state to what's on diskMatthew Ahrens2017-03-131-106/+116
* Restructure mount option handlingBrian Behlendorf2017-03-104-287/+262
* Rename zfs_* functionsBrian Behlendorf2017-03-104-88/+85
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-1015-1424/+1437
* Fix ZVOL BLKFLSBUF ioctlBrian Behlendorf2017-03-091-3/+12
* Suppress cppcheck nullPointer error in zfs_writeGiuseppe Di Natale2017-03-091-0/+1
* Fix nfs snapdir automountChunwei Chen2017-03-083-100/+83
* OpenZFS 7867 - ARC space accounting leakAndriy Gapon2017-03-071-0/+6
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-079-969/+221
* OpenZFS 7843 - get_clones_stat() is suboptimal for lots of clonesBrian Behlendorf2017-03-071-1/+12
* Fix loop device becomes read-onlyChunwei Chen2017-03-061-0/+6
* Linux 4.11 compat: avoid refcount_t name conflictOlaf Faaland2017-02-281-1/+1
* Clean up by-dnode code in dmu_tx.cMatthew Ahrens2017-02-243-35/+30
* ABD style cleanupsIsaac Huang2017-02-241-12/+13
* OpenZFS 7812 - Remove gender specific languageDaniel Hoffman2017-02-242-4/+4
* OpenZFS 7199 - dsl_dataset_rollback_sync may try to free already free blocksAndriy Gapon2017-02-242-16/+58
* Fix incorrect spare vdev state after replacingIsaac Huang2017-02-231-0/+5
* zfs_arc_num_sublists_per_state should be common to all multilistsMatthew Ahrens2017-02-153-30/+52
* Fix zfs_compressed_arc_enabled parameter descriptionTim Chase2017-02-131-1/+1
* Fix off by one in zpl_lookupChunwei Chen2017-02-111-1/+1
* OpenZFS 7104 - increase indirect block sizeMatthew Ahrens2017-02-092-5/+17
* panic in bpobj_space(): null pointer dereferenceMatthew Ahrens2017-02-092-11/+25
* Fix iput() calls within a txBrian Behlendorf2017-02-081-15/+23
* Allow c99 code to compileMatthew Ahrens2017-02-082-3/+4
* Add missing module_param for zfs_per_txg_dirty_frees_percentDavid Quigley2017-02-071-1/+6
* OpenZFS 7448 - ZFS doesn't notice when disk vdevs have no write cacheGeorge Melikov2017-02-042-2/+10
* OpenZFS 7504 - kmem_reap hangs spa_sync and administrative tasksGeorge Melikov2017-02-041-3/+8
* OpenZFS 7247 - zfs receive of deduplicated stream failsGeorge Melikov2017-02-041-23/+21
* OpenZFS 1300 - filename normalization doesn't work for removesGeorge Melikov2017-02-027-89/+172
* Fix write(2) returns zero bug from 933ec99Chunwei Chen2017-02-021-2/+4
* Remove lint ifdef checks in zdb and dbufGiuseppe Di Natale2017-02-011-2/+0
* OpenZFS 7072 - zfs fails to expand if lun added when os is in shutdown stateGeorge Melikov2017-02-012-1/+19
* Use fletcher_4 routines natively with `abd_iterate_func()`David Quigley2017-02-011-6/+27
* OpenZFS 6569 - large file delete can starve out write opsGeorge Melikov2017-01-312-5/+62
* OpenZFS 7545 - zdb should disable reference trackingGiuseppe Di Natale2017-01-311-2/+1
* Update deadman operation to better align with upstream OpenZFSTim Chase2017-01-311-1/+15
* OpenZFS 7019 - zfsdev_ioctl skips secpolicy when FKIOCTL is setGeorge Melikov2017-01-311-2/+2
* OpenZFS 7136 - ESC_VDEV_REMOVE_AUX ought to always include vdev informationGeorge Melikov2017-01-311-3/+6
* OpenZFS 7490 - real checksum errors are silenced when zinject is onGeorge Melikov2017-01-301-5/+6
* OpenZFS 6922 - Emit ESC_ZFS_VDEV_REMOVE_AUX after removing an aux deviceGeorge Melikov2017-01-301-1/+1
* OpenZFS 7277 - zdb should be able to print zfs_dbgmsg'sGeorge Melikov2017-01-281-0/+15
* Fix suspend Godfather I/Os io_reexecute bitsBrian Behlendorf2017-01-281-1/+1
* OpenZFS 7580 - ztest failure in dbuf_read_implGeorge Melikov2017-01-282-8/+22
* OpenZFS 7301 - zpool export -f should be able to interrupt file freeingGeorge Melikov2017-01-273-5/+46
* OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs...George Melikov2017-01-277-13/+80
* Retire .write/.read file operationsChunwei Chen2017-01-271-34/+50