summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix stack frame size: dnode_dirty_l1range()Pavel Snajdr2020-09-181-10/+13
* dmu_redact_snap: fix possible memleakPavel Snajdr2020-09-181-0/+2
* Fix stack frame size: dmu_redact_snap()Pavel Snajdr2020-09-181-8/+20
* Fix stack frame size: spa_livelist_delete_cb()Pavel Snajdr2020-09-181-5/+7
* zfs label bootenv should store data as nvlistToomas Soome2020-09-152-36/+100
* Linux: Prevent destruction while showing mount devnameRyan Moeller2020-09-151-0/+2
* FreeBSD: convert teardown inactive lock to a read-mostly sleepable lockMateusz Guzik2020-09-093-18/+18
* Initialize mmp_last_write when the mmp thread startsOlaf Faaland2020-09-091-8/+12
* FreeBSD: drop dependency on cryptodev moduleRyan Moeller2020-09-091-1/+0
* Introduce ZFS module parameter l2arc_mfuonlyGeorge Amanakis2020-09-091-0/+18
* dnode_special_open() error: unchecked function return 'zrl_tryenter'Toomas Soome2020-09-091-1/+1
* FreeBSD: reduce priority of ZIO_TASKQ_ISSUE writes by a larger valueMatthew Macy2020-09-091-5/+17
* Sequential scrub and resilver updated commentsBrian Behlendorf2020-09-093-0/+3
* Avoid posting duplicate zpool eventsDon Brady2020-09-0910-71/+418
* nowait synctask must succeedMatthew Ahrens2020-09-099-39/+24
* Retain thread name when resuming a zthrRyan Moeller2020-09-091-3/+8
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-097-19/+54
* Links in Source FilesSpencer Kinny2020-09-034-0/+20
* zvol: unsigned off can not be less than zeroToomas Soome2020-09-031-1/+1
* Make spa_stats.c tunables visible on FreeBSDRyan Moeller2020-09-031-18/+12
* FreeBSD: Fix up after spa_stats.c moveMatthew Macy2020-09-032-61/+116
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-034-4/+35
* FreeBSD: Remove unused SECLABEL codeRyan Moeller2020-09-031-193/+0
* FreeBSD: Simplify INGLOBALZONERyan Moeller2020-09-031-6/+0
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-09-038-20/+24
* Move spa_stats.c to common codeMatthew Macy2020-08-304-115/+1
* FreeBSD: Fix spurious failure in zvol_geom_openMatthew Macy2020-08-301-0/+20
* FreeBSD: add support for KSTAT_TYPE_RAWMatthew Macy2020-08-301-17/+128
* Linux 5.9 compat: NR_SLAB_RECLAIMABLEBrian Behlendorf2020-08-301-2/+1
* module/zstd: pass -U__BMI__Georgy Yakovlev2020-08-272-1/+4
* dnode_sync is careless with range treePatrick Mooney2020-08-271-2/+12
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-271-1/+2
* Remove duplicate dnode.h includeBrian Behlendorf2020-08-271-1/+0
* Always track temporary fses and snapshots for accountingPaul Dagnelie2020-08-271-17/+6
* Remove pragma ident linesToomas Soome2020-08-271-2/+0
* FreeBSD: disable neon usageMatthew Macy2020-08-272-2/+2
* Introduce limit on size of L2ARC headersAlexander Motin2020-08-271-5/+22
* Mark lua setjmp/longjmp for powerpc weaksterlingjensen2020-08-251-5/+5
* Export dmu_offset_next() symbolBrian Behlendorf2020-08-251-0/+1
* Fix inability to destroy snapshot used over NFSyouzhongyang2020-08-241-0/+19
* Avoid symbol collision with in-kernel zstdlibSebastian Gottschall2020-08-245-11/+479
* Prevent zfs_acl_chmod() if aclmode restricted and ACL inheritedAndrew2020-08-222-0/+8
* Make formatting of dedup values string consistentClint Armstrong2020-08-221-2/+2
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-2114-61/+180
* Fix indentation in dnode_free_range()Matthew Ahrens2020-08-201-7/+7
* FreeBSD: 11.x arc_stats compatibilityMatthew Macy2020-08-202-1/+9
* Add zstd support to zfsMichael Niewöhner2020-08-2027-71/+1652
* Import ZStandard v1.4.5Michael Niewöhner2020-08-204-0/+30103
* FreeBSD: Add option to rewind checkpoint while importing root poolMariusz Zaborski2020-08-192-2/+5
* Fix ARC aggsum access after arc_state_fini()Brian Behlendorf2020-08-181-8/+8