aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Use fallthrough macroBrian Behlendorf2021-09-1418-25/+29
* Iterate encrypted clones at zvol_create_minorJorgen Lundman2021-09-131-0/+64
* Fixed data integrity issue when underlying disk returns errorArun KV2021-09-131-3/+31
* Verify embedded blkptr's in arc_read()Brian Behlendorf2021-09-092-7/+14
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-091-0/+52
* Linux 5.15 compat: get_acl()Brian Behlendorf2021-09-091-8/+26
* Allow sending corrupt snapshots even if metadata is corruptedAllan Jude2021-09-091-0/+2
* arc: Drop an incorrect assertRich Ercolani2021-09-081-1/+0
* Compressed receive with different ashift can result in incorrect PSIZE on diskPaul Dagnelie2021-09-081-0/+12
* FreeBSD: Don't remove SA xattr if not SA znodeRyan Moeller2021-08-301-1/+1
* Fix cross-endian interoperability of zstdRich Ercolani2021-08-304-6/+24
* FreeBSD: Implement hole-punching supportKa Ho Ng2021-08-302-3/+64
* Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)Trevor Bautista2021-08-262-6/+21
* Initialize parity blocks before RAID-Z reconstruction benchmarkingMark Johnston2021-08-231-0/+7
* Linux 4.11 compat: statx supportRichard Yao2021-08-172-7/+39
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-08-173-50/+67
* Optimize arc_l2c_only lists assertionsAlexander Motin2021-08-171-9/+12
* Fix/improve dbuf hits accountingAlexander Motin2021-08-171-20/+10
* Avoid vq_lock drop in vdev_queue_aggregate()Alexander Motin2021-08-171-29/+34
* Use more atomics in refcountsAlexander Motin2021-08-171-29/+22
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-163-6/+83
* zfs: add missed dependency of zfs module on zlibRyan Moeller2021-08-131-0/+1
* Run arc_evict thread at higher priorityTony Nguyen2021-08-104-13/+19
* Enable /proc/diskstats for zvolsBrian Behlendorf2021-08-051-0/+3
* Modify checksum obtain method of QAThedongzhang2021-08-031-23/+4
* Allow disabling of unmapped I/O on FreeBSDMark Johnston2021-08-021-0/+4
* Avoid small buffer copying on writeAlexander Motin2021-07-274-4/+5
* Fix format specifier warningsBrian Behlendorf2021-07-271-2/+2
* macOS can also set va_typeJorgen Lundman2021-07-261-1/+1
* Add comment on metaslab_class_throttle_reserve() lockingAlexander Motin2021-07-261-0/+7
* Fixes in persistent L2ARCGeorge Amanakis2021-07-261-75/+102
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-265-14/+0
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-269-14/+14
* Prune /*NOTREACHED*/наб2021-07-262-2/+1
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-266-12/+12
* Initialize dn_next_type[] in the dnode constructorMark Johnston2021-07-261-0/+1
* Zero pad bytes following TX_WRITE log dataMark Johnston2021-07-261-2/+6
* Zero pad bytes when allocating a ZIL recordMark Johnston2021-07-261-3/+4
* Initialize all fields in zfs_log_xvattr()Mark Johnston2021-07-261-1/+3
* Initialize "autoreplace" in spa_ld_get_props()Mark Johnston2021-07-261-1/+1
* Linux 5.14 compat: explicity assign set_page_dirtyColeman Kane2021-07-261-0/+6
* Fix unfortunate NULL in spa_update_dspaceRich Ercolani2021-07-261-1/+8
* Linux 5.14 compat: blk_alloc_disk()Brian Behlendorf2021-07-231-9/+34
* FreeBSD: Ignore make_dev_s() errorsAlexander Motin2021-07-221-13/+18
* Optimize allocation throttlingAlexander Motin2021-07-214-51/+35
* Add Module Parameter Regarding Log Size LimitKevin Jin2021-07-205-2/+86
* Minor ARC optimizationsAlexander Motin2021-07-201-31/+9
* dmu_redact.c does not call bqueue_destroyJorgen Lundman2021-07-201-0/+2
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-207-30/+109
* Use SET_ERROR for more errors in FreeBSD vnopsRyan Moeller2021-07-191-16/+29