aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* ngatm: Handle errors from uni_msg_extend()Mark Johnston2021-06-141-2/+4
* zfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release) into stable/13Martin Matuska2021-06-13242-13892/+11620
* zfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release) into stable/13Martin Matuska2021-06-08280-3364/+4573
* zfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release) to stable/13Martin Matuska2021-06-084-3/+2
* ipfilter: Fix ip_nat memory leak and use-after-freeCy Schubert2021-06-031-1/+1
* zfs: avoid memory allocation in arc_prune_asyncMateusz Guzik2021-05-221-6/+10
* zfs: make vnlru_free_vfsops use conditional on versionMateusz Guzik2021-05-221-0/+10
* zfs: change format string in zio_fini to get rid of the castMateusz Guzik2021-05-221-2/+2
* zfs: make seqc asserts conditional on replayMateusz Guzik2021-05-222-8/+6
* zfs: use vn_seqc_read_notmodify for racing .. lookupsMateusz Guzik2021-05-221-1/+1
* zfs: damage control racing .. lookups in face of mkdir/rmdirMateusz Guzik2021-05-221-0/+21
* zfs: merge openzfs/zfs@3522f57b6 (master)Martin Matuska2021-04-2227-36/+149
* libnv: Allow use in non-sleepable contextsKristof Provost2021-04-141-4/+4
* zfs: merge OpenZFS master-891568c99Martin Matuska2021-04-0476-881/+1559
* zfs: merge OpenZFS master-9305ff2edMartin Matuska2021-04-0443-376/+894
* zfs: Cherry-pick upstream commit ef977fce6636 to fix macOS/arm64 bootstrapJessica Clarke2021-04-031-0/+11
* MFC 874b1a35486b570513680c3d456b062ba097e1d9:Cy Schubert2021-04-013-8/+3
* zfs: bring back possibility to rewind the checkpoint fromMariusz Zaborski2021-03-181-1/+16
* vfs: fix vnlru marker handling for filtered/unfiltered casesMateusz Guzik2021-03-181-2/+12
* Fix dpdk/ldradix fib lookup algorithm preference calculation.Alexander V. Chernikov2021-03-101-2/+2
* zfs: merge OpenZFS master-bedbc13daMartin Matuska2021-03-1023-59/+319
* zfs: add missing seqc write begin/end around zfs_acl_chown_setattrMateusz Guzik2021-03-101-0/+2
* zfs: add missing checks for unsupported featuresMartin Matuska2021-03-104-0/+9
* zfs: merge OpenZFS master-9312e0fd1Martin Matuska2021-03-1026-243/+562
* zfs: merge OpenZFS master-bf156c966Martin Matuska2021-03-1053-2855/+5510
* zfs: change file mode of all merged testsMartin Matuska2021-03-1032-0/+0
* zfs: merge OpenZFS master-436ab35a5Martin Matuska2021-03-10228-1775/+3257
* ice_ddp: Update package file to 1.3.19.0Eric Joyner2021-03-092-1/+1
* zfs: cancel TRIM or initialize on FAULTED non-writeable vdevsMartin Matuska2021-03-037-6/+144
* zfs: fix assert in FreeBSD-specific dmu_read_pagesMartin Matuska2021-03-031-1/+1
* zfs: fix vdev_rebuild_thread deadlockMartin Matuska2021-03-031-1/+1
* zfs: fix overly broad locking in spa_vdev_config_exit()Martin Matuska2021-03-031-2/+2
* zfs: restore FreeBSD resource usage accountingMartin Matuska2021-02-229-0/+139
* zfs: disable use of hardware crypto offload driversMartin Matuska2021-02-221-2/+13
* zfs: fix panic if scrubbing after removing a slog deviceMartin Matuska2021-02-221-2/+2
* zfs: Avoid updating the L2ARC device header unnecessarilyMartin Matuska2021-02-181-1/+3
* zfs: fix RAIDZ2/3 not healing parity with 2+ bad disksMartin Matuska2021-02-184-12/+202
* MFC 57785538c6e0d7e8ca0f161ab95bae10fd304047 andCy Schubert2021-02-1618-62/+58
* MFC 344f1083e128d8d41ca31853dac513ca3efd9d1f:Cy Schubert2021-02-161-1/+1
* MFC e673debe7db8ba95e4ee3b549d2570e71d19b596:Cy Schubert2021-02-164-15/+3
* MFC 0f34c80f376345b98a972940dd4757e58d7beb06:Cy Schubert2021-02-1611-44/+42
* MFC 7071734fae6019d1e3e44daf7deb4478582081cc:Cy Schubert2021-02-167-216/+215
* MFC 4cd1807c7d2a67b633dd0c0bfde15091543a2514:Cy Schubert2021-02-1641-1016/+1010
* Set file mode during zfs_writeAntonio Russo2021-02-091-0/+1
* zfs: use atomic_load_consume_ptr for z_cached_symlinkMateusz Guzik2021-02-011-4/+1
* atomic: make atomic_store_ptr type-awareMateusz Guzik2021-02-011-1/+1
* zfs: fix panics with invariant kernels from zfs_replay_setattrMateusz Guzik2021-02-011-0/+5
* zfs: add support for lockless symlink lookupMateusz Guzik2021-02-013-3/+78
* MFC: 83edbc3cb54fba6b37a68270c232df7b785bd222Cy Schubert2021-01-317-92/+0
* Simplify dynamic ipfilter sysctls.John Baldwin2021-01-211-56/+30