aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* OpenZFS 5120 - zfs should allow large block/gzip/raidz boot pool (loader proj...Brian Behlendorf2017-04-133-34/+10
* OpenZFS 7503 - zfs-test should tail ::zfs_dbgmsg on test failureBrian Behlendorf2017-04-121-1/+1
* Skip rate limiting events in zfs_ereport_postGiuseppe Di Natale2017-04-111-3/+3
* Fix size inflation in spa_get_worst_case_asize()LOLi2017-04-101-2/+10
* OpenZFS 8005 - poor performance of 1MB writes on certain RAID-Z configurationsMatthew Ahrens2017-04-101-5/+14
* OpenZFS 2932 - support crash dumps to raidz, etc. poolsGiuseppe Di Natale2017-04-101-0/+6
* OpenZFS 8023 - Panic destroying a metaslab deferred range treeGeorge Wilson2017-04-094-10/+34
* OpenZFS 8027 - tighten up dsl_pool_dirty_deltaAndriy Gapon2017-04-091-1/+1
* Fix regression in zfs_ereport_start()Don Brady2017-04-051-2/+3
* OpenZFS 7885 - zpool list can report 16.0e for expandszSteven Hartland2017-04-051-8/+18
* Additional Information for ZedletsN Clark2017-04-031-3/+8
* Remove dependency on linear ABDGvozden Neskovic2017-03-295-112/+136
* Check ashift validity in 'zpool add'LOLi2017-03-281-2/+12
* Fix wrong offset args in vdev_cache_writeChunwei Chen2017-03-281-2/+3
* Retry zfs_znode_alloc() in zfs_mknode()Brian Behlendorf2017-03-231-1/+12
* OpenZFS 3821 - Race in rollback, zil close, and zil flushGeorge Wilson2017-03-233-8/+70
* GZIP compression offloading with QAT acceleratorwli52017-03-226-0/+656
* 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