summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix snapshots with dirty inodesBrian Behlendorf2014-11-201-0/+3
* bio_alloc() with __GFP_WAIT never returns NULLIsaac Huang2014-11-191-3/+5
* Explicitly include SPL compat headersNed Bass2014-11-197-0/+7
* Fix improper null-byte termination handlingNed Bass2014-11-172-16/+6
* Prevent ZFS leaking pool free spacesmh2014-11-171-7/+8
* Undirty freed spill blocks.Tim Chase2014-11-171-3/+6
* Swap DTRACE_PROBE* with Linux tracepointsPrakash Surya2014-11-175-99/+173
* Fix dprintf format specifiersNed Bass2014-11-175-6/+7
* Move a few internal ARC strucutres to arc_impl.hNed Bass2014-11-171-116/+1
* Illumos 5213 - panic in metaslab_init due to space_map_open returning ENXIOPrakash Surya2014-11-142-24/+38
* Reduce buf/dbuf mutex contentionChris Wedgwood2014-11-141-1/+1
* Export symbols for ZIL interfaceAlex Zhuravlev2014-11-143-0/+27
* Fix modules installation directoryAlexander Pyhalov2014-10-281-1/+2
* Linux 3.12 compat: shrinker semanticsTim Chase2014-10-281-6/+23
* Illumos 5164-5165 - space map fixesMatthew Ahrens2014-10-232-98/+44
* Illumos 4958 zdb trips assert on pools with ashift >= 0xeAlex Reece2014-10-235-15/+65
* Handle block pointers with a corrupt logical sizeBrian Behlendorf2014-10-232-11/+31
* Remove checks for mandatory locksNed Bass2014-10-222-28/+0
* Illumos 5162 - zfs recv should use loaned arc buffer to avoid copyMatthew Ahrens2014-10-212-18/+38
* 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
* Update code to use misc_register()/misc_deregister()Brian Behlendorf2014-10-171-65/+28
* 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-302-2/+18
* 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