aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-311-0/+92
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-302-173/+0
* Yield periodically when rebuilding L2ARCAlexander Motin2020-10-301-0/+1
* Update references to nonexistent man pages in codeRyan Moeller2020-10-306-7/+7
* Add missing zfs_arc_evict_batch_limit tunableRyan Moeller2020-10-221-1/+4
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-212-0/+638
* Non-l2arc pool reads shouldn't be l2arc missesAdam D. Moss2020-10-201-8/+21
* Ignore special vdev ashift for spa ashift min/maxDon Brady2020-10-152-17/+25
* Fix crash caused by invalid snapshot names in redactnvlChristian Schwarz2020-10-141-1/+1
* Fix incorrect deletion order in range_tree_add_impl gap casePaul Dagnelie2020-10-141-1/+1
* dmu_zfetch: don't leak unreferenced stream when zfetch is freedMatthew Macy2020-10-131-2/+6
* Expose zfetch_max_idistance tunableRyan Moeller2020-10-131-1/+4
* zil_parse: make callback parameters constChristian Schwarz2020-10-093-15/+26
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-083-10/+2
* Fix ubsan: shift exponent is too largeChuck Tuffli2020-10-081-1/+2
* Make L2ARC tests more robustGeorge Amanakis2020-10-051-11/+6
* Throw const on some stringsRyan Moeller2020-10-025-28/+27
* Mismatched nvlist names in zfs_keys_send_spaceJohn Poduska2020-10-021-4/+6
* Eliminate gratuitous bzeroing in dbuf_stats_hash_table_dataMatthew Macy2020-09-301-1/+2
* do a cyclic seek for unused memory objects in poolSebastian Gottschall2020-09-301-0/+10
* Drop references when skipping dmu_send due to EXDEVRyan Moeller2020-09-301-4/+7
* zfetch: Don't issue new streams when old have not completedMatthew Macy2020-09-272-37/+150
* Add DB_RF_NOPREFETCH to dbuf_read()s in dnode.cAdam D. Moss2020-09-251-2/+4
* Prune dead branch reported by CoverityRyan Moeller2020-09-251-5/+1
* zfs_log_write: simplify data copying code for WR_COPIED recordsChristian Schwarz2020-09-251-8/+15
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-232-20/+7
* Don't set numobjs to UINT64_MAX or near itPaul Dagnelie2020-09-221-3/+1
* Restore clearing of L2CACHE flag in arc_read_done()George Amanakis2020-09-221-3/+3
* vdev_ashift should only be set onceGeorge Wilson2020-09-185-44/+61
* Fix stack frame size: dnode_dirty_l1range()Pavel Snajdr2020-09-151-10/+13
* dmu_redact_snap: fix possible memleakPavel Snajdr2020-09-151-0/+2
* Fix stack frame size: dmu_redact_snap()Pavel Snajdr2020-09-151-8/+20
* Fix stack frame size: spa_livelist_delete_cb()Pavel Snajdr2020-09-151-5/+7
* zfs label bootenv should store data as nvlistToomas Soome2020-09-152-36/+100
* Add L2ARC arcstats for MFU/MRU buffers and buffer content typeGeorge Amanakis2020-09-141-26/+155
* Initialize mmp_last_write when the mmp thread startsOlaf Faaland2020-09-091-8/+12
* Introduce ZFS module parameter l2arc_mfuonlyGeorge Amanakis2020-09-081-0/+18
* dnode_special_open() error: unchecked function return 'zrl_tryenter'Toomas Soome2020-09-081-1/+1
* FreeBSD: reduce priority of ZIO_TASKQ_ISSUE writes by a larger valueMatthew Macy2020-09-041-5/+17
* Sequential scrub and resilver updated commentsBrian Behlendorf2020-09-043-0/+3
* Avoid posting duplicate zpool eventsDon Brady2020-09-0410-71/+418
* nowait synctask must succeedMatthew Ahrens2020-09-049-39/+24
* Retain thread name when resuming a zthrRyan Moeller2020-09-031-3/+8
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-036-19/+10
* Make spa_stats.c tunables visible on FreeBSDRyan Moeller2020-09-011-18/+12
* FreeBSD: Fix up after spa_stats.c moveMatthew Macy2020-09-011-1/+3
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-012-4/+5
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-08-318-20/+24
* Move spa_stats.c to common codeMatthew Macy2020-08-302-0/+1048
* dnode_sync is careless with range treePatrick Mooney2020-08-261-2/+12