aboutsummaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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-281-0/+9
* Drop "All rights reserved" from files by trasz@FreeBSD.orgMartin 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-121-2/+5
* Balance parentheses in parameter descriptionspstef2021-04-112-2/+2
* Move zfsdev_state_{init,destroy} to common codeRyan Moeller2021-04-093-106/+92
* Eliminate zfsdev_get_state_implRyan Moeller2021-04-092-14/+4
* zpl_inode.c: Fix SMACK interoperabilityTerraTech2021-04-091-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-0322-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
* Allow pool names that look like Solaris disk namesRyan Moeller2021-04-011-6/+0
* Don't scale zfs_zevent_len_max by CPU countRyan Moeller2021-04-011-4/+1
* Atomically check and set dropped zevent countRyan Moeller2021-04-011-2/+1
* Use a helper function to clarify gang block sizeMatthew Ahrens2021-03-262-11/+15
* Fix error code on __zpl_ioctl_setflags()Luis Henriques2021-03-261-1/+1
* Removed duplicated includesAndrea Gelmini2021-03-224-4/+0
* Split dmu_zfetch() speculation and execution partsAlexander Motin2021-03-203-112/+178
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-204-3/+22
* Fix regression in POSIX mode behaviorAndrew2021-03-201-4/+0
* Allow setting bootfs property on pools with indirect vdevsMartin Matuška2021-03-201-3/+1
* Removing old code for k(un)map_atomicBrian Atkinson2021-03-202-8/+6
* Initialize metaslab range trees in metaslab_init Serapheim Dimitropoulos2021-03-201-94/+55
* Linux 5.12 update: bio_max_segs() replaces BIO_MAX_PAGESColeman Kane2021-03-201-0/+5
* Linux 5.12 compat: idmapped mountsColeman Kane2021-03-206-13/+100
* Clean up RAIDZ/DRAID ereport codeMatthew Ahrens2021-03-196-434/+21
* FreeBSD: make seqc asserts conditional on replayMateusz Guzik2021-03-181-3/+6
* Remove unused rr_codeMatthew Ahrens2021-03-181-46/+23
* FreeBSD: Fix memory leaks in kstatsRyan Moeller2021-03-181-7/+4
* Linux: always check or verify return of igrab()Adam D. Moss2021-03-163-3/+9