aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* Update tmpfile() existence detectionRich Ercolani2021-05-201-0/+5
* Fix dRAID sequential resilver silent damage handlingBrian Behlendorf2021-05-202-6/+44
* Simple change to fix building in recent environmentsRich Ercolani2021-05-191-4/+4
* Scale worker threads and taskqs with number of CPUsAlexander Motin2021-05-141-22/+66
* Fix dmu_recv_stream test for resumablePaul Zuchowski2021-05-131-2/+2
* FreeBSD: Implement xattr=saRyan Moeller2021-05-133-147/+395
* FreeBSD: Use SET_ERROR to trace xattr name errorsRyan Moeller2021-05-131-4/+4
* Revert "Fix raw sends on encrypted datasets when copying back snapshots"Brian Behlendorf2021-05-133-31/+10
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2021-05-121-1/+5
* linux 5.13 compat: bdevops->revalidate_disk() removedColeman Kane2021-05-111-0/+2
* Remove unimplemented virus scanning hooksRyan Moeller2021-05-104-57/+0
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-101-313/+0
* Fix dRAID self-healing short columnsBrian Behlendorf2021-05-081-1/+7
* Replace ZoL with OpenZFS where applicableнаб2021-05-071-1/+1
* FreeBSD: Remove !FreeBSD ifdef'd codeRyan Moeller2021-05-071-35/+1
* Clean up use of zfs_log_create in zfs_dirRyan Moeller2021-05-072-4/+4
* Return required size when encode_fh size too smallAlyssa Ross2021-05-072-4/+15
* Simplify/fix dnode_move() for dn_zfetchAlexander Motin2021-05-071-7/+1
* FreeBSD: Initialize/destroy zp->z_lockRyan Moeller2021-05-061-0/+2
* Miscellaneous code cleanupRyan Moeller2021-04-303-9/+5
* FreeBSD: Clean up ASSERT/VERIFY use in moduleRyan Moeller2021-04-3023-238/+233
* FreeBSD: Prune some unneeded definitionsRyan Moeller2021-04-302-2/+2
* vdev_mirror: don't scrub/resilver devices that can't be readNathaniel Wesley Filardo2021-04-271-0/+9
* Drop "All rights reserved" from files by [email protected]Martin Matuška2021-04-271-1/+0
* FreeBSD: damage control racing .. lookups in face of mkdir/rmdirMateusz Guzik2021-04-261-0/+27
* Fix AVX512BW Fletcher code on AVX512-but-not-BW machinesRomain Dolbeau2021-04-261-1/+7
* ICP: Silence objtool "stack pointer realignment" warningsAttila Fülöp2021-04-171-0/+6
* Combine zio caches if possibleMateusz Guzik2021-04-171-24/+50
* ICP: Add missing stack frame info to SHA asm filesAttila Fülöp2021-04-163-4/+72
* Fix crash in zio_done error reportingPaul Zuchowski2021-04-161-2/+3
* linux/spl: proc: use global table_{min,max} values instead of local onesнаб2021-04-151-6/+6
* linux/spl: base proc_dohostid() on proc_dostring()наб2021-04-151-76/+17
* module/zfs/zvol.c: purge unused zvol_volmode_cb_argнаб2021-04-151-4/+0
* ZFS traverse_visitbp optimization to limit prefetchJitendra Patidar2021-04-151-14/+53
* Add SIGSTOP and SIGTSTP handling to issigPaul Dagnelie2021-04-151-0/+51
* FreeBSD: use vnlru_free_vfsops if availableMateusz Guzik2021-04-121-1/+21
* FreeBSD: add missing seqc write begin/end around zfs_acl_chown_setattrMateusz Guzik2021-04-121-0/+2
* FreeBSD: add support for lockless symlink lookupMateusz Guzik2021-04-122-2/+99
* ZTS: fix removal_condense_export test caseBrian Behlendorf2021-04-111-2/+5
* Balance parentheses in parameter descriptionspstef2021-04-112-2/+2
* Move zfsdev_state_{init,destroy} to common codeRyan Moeller2021-04-083-106/+92
* Eliminate zfsdev_get_state_implRyan Moeller2021-04-082-14/+4
* zpl_inode.c: Fix SMACK interoperabilityTerraTech2021-04-081-12/+24
* Use dsl_scan_setup_check() to setup a scrubBrian Behlendorf2021-04-082-3/+3
* Fix double sha1/sha1.o line in module/icp/Makefile.inTino Reichardt2021-04-081-1/+0
* Ratelimit deadman zevents as with delay zeventsRyan Moeller2021-04-072-3/+8
* kmem_alloc(KM_SLEEP) should use kvmalloc()Matthew Ahrens2021-04-061-0/+14
* Fix various typosAndrea Gelmini2021-04-0222-29/+29
* Avoid taking global lock to destroy zfsdev stateRyan Moeller2021-04-022-21/+11
* FreeBSD: Fix stable/12 after AT_BENEATH removalRyan Moeller2021-04-021-3/+1