aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5150 - zfs clone of a defer_destroy snapshot causes strangenessMatthew Ahrens2014-10-211-1/+7
* Illumos 3693 - restore_object uses at least two transactions to restore an ob...Matthew Ahrens2014-10-213-61/+56
* Don't perform ACL-to-mode translation on empty ACLTim Chase2014-10-211-1/+2
* Illumos 4924 - LZ4 Compression for metadataDaniil Lunev2014-10-204-87/+32
* Suppress AIO kmem warningsBrian Behlendorf2014-10-201-2/+2
* Handle NULL mirror child vdevBrian Behlendorf2014-10-171-1/+1
* Update utsname supportBrian Behlendorf2014-10-172-9/+7
* Remove shrink_dcache_memory() and shrink_icache_memory()Brian Behlendorf2014-10-171-19/+3
* Improve VERIFY() error in dmu_write()Brian Behlendorf2014-10-081-1/+1
* Fix CPU_SEQID use in preemptible contextBrian Behlendorf2014-10-071-1/+6
* Illumos 5176 - lock contention on godfather zioMatthew Ahrens2014-10-072-8/+20
* Implement -t option to zpool create for temporary pool namesRichard Yao2014-09-301-2/+16
* Perform whole-page page truncation for hole-punching under a range lockTim Chase2014-09-291-22/+8
* Illumos 5138 - add tunable for maximum number of blocks freed in one txgMax Grossman2014-09-231-0/+8
* Illumos 4753 - increase number of outstanding async writes when sync task is ...Alex Reece2014-09-233-5/+43
* Illumos 5139 - SEEK_HOLE failed to report a hole at end of fileMatthew Ahrens2014-09-232-9/+21
* Fix function call with uninitialized value in vdev_inuseRichard Yao2014-09-231-1/+2
* Illumos 5161 - add tunable for number of metaslabs per vdevMatthew Ahrens2014-09-231-2/+13
* Illumos 5177 - remove dead code from dsl_scan.cMatthew Ahrens2014-09-221-46/+36
* Illumos 5174 - add sdt probe for blocked read in dbuf_read()Adam Leventhal2014-09-221-0/+2
* Illumos 5140 - message about "%recv could not be opened" is printed when boot...Matthew Ahrens2014-09-181-1/+9
* Fix z_teardown_inactive_lock deadlockBrian Behlendorf2014-09-111-1/+1
* Implement fallocate FALLOC_FL_PUNCH_HOLETim Chase2014-09-083-21/+143
* Illumos 5117 - spacemap reallocation can cause corruptionGeorge Wilson2014-09-081-5/+5
* Add object type checking to zap_lockdir()Brian Behlendorf2014-09-081-7/+4
* Linux AIO SupportRichard Yao2014-09-053-37/+121
* Illumos 5049 - panic when removing log deviceAlex Reece2014-09-051-1/+2
* Fix invalid locking order in rename operationStanislav Seletskiy2014-09-041-17/+20
* Change the default 'zfs_dedup_prefetch' value to '0'Alexey Smirnoff2014-09-041-1/+1
* Improve handling of filesystem versionsDan Swartzendruber2014-09-031-6/+1
* Illumos 4970-4974 - extreme rewind enhancementsMatthew Ahrens2014-08-261-13/+66
* Illumos 5034 - ARC's buf_hash_table is too smallMatthew Ahrens2014-08-261-3/+10
* Fixed memory leaks in zevent handlingIsaac Huang2014-08-202-18/+44
* Illumos 4631 - zvol_get_stats triggering too many readsMatthew Ahrens2014-08-202-77/+63
* Don't upgrade a metaslab when the pool is not writableTim Chase2014-08-181-5/+8
* Illumos 4976-4984 - metaslab improvementsGeorge Wilson2014-08-186-155/+538
* Revert "Revert "Revert "Fix unlink/xattr deadlock"""Brian Behlendorf2014-08-111-85/+57
* Add zfs_iput_async() interfaceBrian Behlendorf2014-08-113-11/+16
* Avoid 128K kmem allocations in mzap_upgrade()Brian Behlendorf2014-08-111-3/+3
* Avoid dynamic allocation of 'search zio'Brian Behlendorf2014-08-111-6/+4
* Use KM_PUSHPAGE in dsl_dataset_rollback_check()Brian Behlendorf2014-08-061-2/+2
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-0616-82/+83
* Illumos 4881 - zfs send performance regression with embedded dataMatthew Ahrens2014-08-061-15/+21
* Illumos 4897 - Space accounting mismatch in L2ARC/zpoolSaso Kiselkov2014-08-061-5/+13
* Illumos 4390 - I/O errors can corrupt space map when deleting fs/volMatthew Ahrens2014-08-047-155/+292
* Illumos 4757, 4913Matthew Ahrens2014-08-0124-167/+670
* Illumos 3835 zfs need not store 2 copies of all metadataMatthew Ahrens2014-07-312-8/+44
* Illumos 4754, 4755George Wilson2014-07-302-50/+6
* Illumos #4374Matthew Ahrens2014-07-3013-160/+116
* Illumos 4368, 4369.Matthew Ahrens2014-07-2910-75/+807