aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Back out r364791 to unbreak jails. Lesson learned: "compile and test" meansJamie Gritton2020-08-261-2/+1
* libsa: only skein_block.c is using SKEIN_LOOPToomas Soome2020-08-261-2/+2
* Make sbuf_setpos match the implementation.Warner Losh2020-08-261-4/+3
* Regen X86 assembly files after r364822.Jung-uk Kim2020-08-2622-86/+44039
* Fix Clang version detection.Jung-uk Kim2020-08-2622-22/+22
* Install zfs-events.5Ryan Moeller2020-08-261-0/+1
* Use a large kmem arena import size on NUMA systems.Mark Johnston2020-08-261-2/+16
* vmem: Avoid allocating span tags when segments are never released.Mark Johnston2020-08-261-13/+50
* efibootmgr: wrong check for opts.orderToomas Soome2020-08-261-1/+1
* As of r364746 (OpenZFS import) existing ZPOOLs are not importedCy Schubert2020-08-265-9/+34
* cache: relock on failure in cache_zap_locked_vnodeMateusz Guzik2020-08-261-5/+9
* cache: stop null checking in cache_freeMateusz Guzik2020-08-261-5/+7
* cache: make it mandatory to request both timestamps or neitherMateusz Guzik2020-08-261-5/+5
* cache: convert bucketlocks to a mutexMateusz Guzik2020-08-262-101/+77
* cache: only evict negative entries on CREATE when ISLASTCN is setMateusz Guzik2020-08-261-23/+27
* cache: decouple smr and locked lookup in the slowpathMateusz Guzik2020-08-261-66/+118
* cache: factor dotdot lookup out of cache_lookupMateusz Guzik2020-08-261-79/+127
* Avoid recomputing COMPILER_/LINKER_ variables when set explicitlyAlex Richardson2020-08-262-4/+10
* Move libsqlite3 to the top of the SUBDIR listAlex Richardson2020-08-261-1/+3
* Fix builds that set LD=ld.lld after r364761Alex Richardson2020-08-262-2/+4
* remove pragma ident linesToomas Soome2020-08-267-14/+0
* remove left over empty directoryToomas Soome2020-08-260-0/+0
* Apply a big hammer for stale pre-OpenZFS filesEd Maste2020-08-261-0/+8
* depend-cleanup.sh: add a note about removing old entriesEd Maste2020-08-261-0/+5
* geli: use unmapped I/OAlan Somers2020-08-262-8/+68
* crypto(9): add CRYPTO_BUF_VMPAGEAlan Somers2020-08-2610-13/+338
* arm64: Increase dmap size to 95 TiBD Scott Phillips2020-08-261-2/+2
* arm64/acpi: Give the real PA limit to ACPID Scott Phillips2020-08-262-1/+43
* bitset: add BIT_FFS_AT() for finding the first bit set greater than a start bitD Scott Phillips2020-08-262-6/+33
* efibootmgr: Add option to request booting to the firmware user interfaceD Scott Phillips2020-08-262-2/+89
* arm64: Make local stores observable before sending IPIsD Scott Phillips2020-08-261-0/+7
* Handle jail.conf variables that have the same names as parameters.Jamie Gritton2020-08-261-1/+2
* date.1: note possibly surprising behaviour of -j -fEd Maste2020-08-261-1/+4
* ZFS: band-aid for -DNO_CLEANMatt Macy2020-08-251-1/+3
* ZFS: whitelist zstd and encryption in the loaderMatt Macy2020-08-251-0/+2
* vm_pageout: Scale worker threads with CPUsConrad Meyer2020-08-251-32/+31
* bsdinstall: Update loader.conf for new OpenZFS depsRyan Moeller2020-08-251-3/+3
* After r364423, which ensures the callbacks that dl_iterate_phdr(3)Dimitry Andric2020-08-251-1/+4
* Skip zpool_clear_005_pos test until bug fixedRyan Moeller2020-08-251-0/+1
* After r364753, there should be no need to suppress -Watomic-alignmentDimitry Andric2020-08-251-6/+0
* [PowerPC] More preemptive powerpcspe ZFS build fixesBrandon Bergren2020-08-252-3/+3
* [PowerPC] Apply the ppc32 GOT overflow fix to powerpcspeBrandon Bergren2020-08-251-1/+1
* sdhci(4): Recognize the Texas Instruments PCIxx12 card reader.Mark Johnston2020-08-252-2/+5
* Fix zstd in OpenZFS module with CPUTYPE?=<something with BMI>Ryan Moeller2020-08-251-1/+1
* libbe: lift the WARNS post-OpenZFS mergeKyle Evans2020-08-251-3/+0
* Fix userboot after r364355Matt Macy2020-08-251-1/+1
* Give stronger guidance with regards to upgrading root poolsMatt Macy2020-08-251-3/+4
* rtsol(d): add script for "M bit"Bjoern A. Zeeb2020-08-255-11/+69
* iflib: netmap: publish all the receive bufferVincenzo Maffione2020-08-251-22/+28
* vfs: respect PRIV_VFS_LOOKUP in vaccess_smrMateusz Guzik2020-08-254-4/+72