summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix "snapdev" property inheritance behaviour"Brian Behlendorf2017-05-262-67/+57
* OpenZFS 8070 - Add some ZFS commentsAlan Somers2017-05-252-0/+7
* Fix "snapdev" property inheritance behaviourLOLi2017-05-252-57/+67
* Improve gitignoreChunwei Chen2017-05-251-0/+3
* Linux 4.12 compat: fix super_setup_bdi_name() callLOLi2017-05-251-2/+1
* Fix LZ4_uncompress_unknownOutputSize caused panicFeng Sun2017-05-191-8/+19
* Implemented zpool sync commandAlek P2017-05-191-0/+44
* Force fault a vdev with 'zpool offline -f'Tony Hutter2017-05-194-12/+76
* Fixed small memory leak in ereport handlingTom Caputi2017-05-181-6/+6
* Introduce zv_state_lockBoris Protopopov2017-05-161-71/+124
* Revert commit 1ee159f4Boris Protopopov2017-05-161-2/+29
* Skip spurious resilver IO on raidz vdevIsaac Huang2017-05-128-33/+122
* OpenZFS 8063 - verify that we do not attempt to access inactive txgMatthew Ahrens2017-05-106-23/+38
* OpenZFS 8166 - zpool scrub thinks it repaired offline deviceMatthew Ahrens2017-05-101-0/+3
* Add missing arc_free_cksum() to arc_release()Tom Caputi2017-05-101-0/+4
* Linux 4.12 compat: CURRENT_TIME removedBrian Behlendorf2017-05-104-11/+14
* Add property overriding (-o|-x) to 'zfs receive'LOLi2017-05-091-31/+165
* Make createtxg and guid properties publicChristian Schwarz2017-05-091-4/+4
* Linux 4.12 compat: PF_FSTRANS was removedChunwei Chen2017-05-091-1/+1
* Fix unused variable warningBrian Behlendorf2017-05-051-3/+2
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-0411-7/+61
* Default to zvol_request_async=0Brian Behlendorf2017-05-041-1/+1
* Enable Linux read-ahead for a single page on ZVOLsRichard Yao2017-05-041-0/+3
* Disable write merging on ZVOLsRageLtMan2017-05-041-0/+3
* More ashift improvementsLOLi2017-05-031-4/+2
* Write label 2,3 uberblocks when vdev expandsOlaf Faaland2017-05-022-0/+68
* Allow scaling of arc in proportion to pagecacheDebabrata Banerjee2017-05-021-2/+19
* Correct signed operationDebabrata Banerjee2017-05-021-2/+2
* Don't run the reaper if we didn't shrink the cacheDebabrata Banerjee2017-05-021-6/+5
* Only wakeup waiters if we've actually done workDebabrata Banerjee2017-05-021-5/+5
* Do not stop kernel shrinker on lock contentionDebabrata Banerjee2017-05-021-1/+1
* Stop double reclaiming or not reclaiming at allDebabrata Banerjee2017-05-021-2/+3
* Make arc_need_free updates atomicDebabrata Banerjee2017-05-021-6/+7
* Don't report ghost buffers as evictable memDebabrata Banerjee2017-05-021-7/+2
* minor improvement to abd_free_pages()jxiong2017-05-021-8/+6
* Guarantee PAGESIZE alignment for large zio buffersjxiong2017-05-021-2/+2
* Linux 4.12 compat: super_setup_bdi_name()Brian Behlendorf2017-05-021-5/+6
* OpenZFS 7786 - zfs`vdev_online() needs better notification about state changesYuri Pankov2017-05-011-6/+8
* Limit zfs_dirty_data_max_max to 4GBrian Behlendorf2017-05-011-3/+3
* Reinstate zvol_taskq to fix aio on zvolChunwei Chen2017-04-261-80/+165
* OpenZFS 7252 - compressed zfs send / receiveDan Kimmel2017-04-265-52/+84
* Change U16 to U32 due to atomic_inc_32_nvwli52017-04-251-2/+2
* OpenZFS 8025 - dbuf_read() creates unnecessary zio_root() for bonus bufMatthew Ahrens2017-04-241-5/+5
* Fix lseek result when dnode is dirtydbavatar2017-04-241-3/+7
* Correct lock ASSERTs in vdev_label_read/writeOlaf Faaland2017-04-211-6/+6
* Increase zfs_vdev_async_write_min_active to 2DHE2017-04-141-1/+1
* OpenZFS 8061 - sa_find_idx_tab can be declared more type-safelyMatthew Ahrens2017-04-141-6/+5
* OpenZFS 6101 - attempt to lzc_create() a filesystem under a volume results in...Andriy Gapon2017-04-142-1/+6
* OpenZFS 8026 - retire zfs_throttle_delay and zfs_throttle_resolutionAndriy Gapon2017-04-141-3/+0
* SEEK_HOLE should not block on txg_wait_synced()Debabrata Banerjee2017-04-132-7/+46