aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.12 compat: CURRENT_TIME removedBrian Behlendorf2017-05-107-11/+45
* Add property overriding (-o|-x) to 'zfs receive'LOLi2017-05-099-89/+901
* Make createtxg and guid properties publicChristian Schwarz2017-05-094-5/+30
* Fix NULL pointer dereference in 'zfs create'LOLi2017-05-091-1/+3
* Fix zfs .deb package warning in prerm scriptLOLi2017-05-091-1/+1
* Fix coverity defects: CID 161638Giuseppe Di Natale2017-05-091-1/+4
* Linux 4.12 compat: PF_FSTRANS was removedChunwei Chen2017-05-093-3/+3
* Tag 0.7.0-rc4zfs-0.7.0-rc4Brian Behlendorf2017-05-051-1/+1
* Fix unused variable warningBrian Behlendorf2017-05-051-3/+2
* Add missing *_destroy/*_fini callsGvozden Neskovic2017-05-0413-7/+64
* Default to zvol_request_async=0Brian Behlendorf2017-05-042-2/+2
* Enable Linux read-ahead for a single page on ZVOLsRichard Yao2017-05-044-0/+35
* Disable write merging on ZVOLsRageLtMan2017-05-041-0/+3
* Update rsend_014_pos and send-c_volume test casesBrian Behlendorf2017-05-042-5/+9
* Enable all zfs_destroy test casesBrian Behlendorf2017-05-033-14/+22
* More ashift improvementsLOLi2017-05-0320-73/+739
* Write label 2,3 uberblocks when vdev expandsOlaf Faaland2017-05-026-2/+174
* Add zfs_nicebytes() to print human-readable sizesLOLi2017-05-0217-67/+124
* Allow scaling of arc in proportion to pagecacheDebabrata Banerjee2017-05-022-2/+37
* 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-026-54/+141
* 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-263-82/+199
* Update documentation for zfs_vdev_queue_depth_pctTim Chase2017-04-261-2/+10
* OpenZFS 7252 - compressed zfs send / receiveDan Kimmel2017-04-2641-104/+1668
* Change U16 to U32 due to atomic_inc_32_nvwli52017-04-251-2/+2
* Fix typo in zfs-module-parameters man pagebunder20152017-04-241-1/+1
* OpenZFS 8025 - dbuf_read() creates unnecessary zio_root() for bonus bufMatthew Ahrens2017-04-241-5/+5
* Typo in zfs-module-parameters(5)DeHackEd2017-04-241-1/+1
* Fix 'zpool iostat -v' cache and log outputDeHackEd2017-04-241-0/+2
* Fixed zdb -e regression for active cacheless poolsDon Brady2017-04-241-2/+7
* Fix lseek result when dnode is dirtydbavatar2017-04-241-3/+7
* Fix shellcheck warning in pre-baked scriptTony Hutter2017-04-241-1/+1
* Correct lock ASSERTs in vdev_label_read/writeOlaf Faaland2017-04-211-6/+6
* Prebaked scripts for zpool status/iostat -cTony Hutter2017-04-2136-156/+1218
* Documentation fixes for zfs(8) and 'zfs' binaryLOLi2017-04-202-8/+8
* vdev_id: fix failure due to multipath -l bugNed Bass2017-04-201-2/+2
* Allow bookmark short name in 'zfs bookmark'LOLi2017-04-201-3/+19
* zfs_receive_010_pos: change dd argumentsGeorge Melikov2017-04-201-2/+2
* Fix leak in send_iterate_fsTim Crawford2017-04-191-0/+2
* OpenZFS 6392 - zdb: introduce -V for verbatim importRichard Yao2017-04-183-19/+21