summaryrefslogtreecommitdiff
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* [cddl] Fix lz4 function definitions to not tri pup compile.Adrian Chadd2020-11-172-2/+7
* Update OpenZFS to 2.0.0-rc3-gfc5966Matt Macy2020-10-171-2130/+0
* Add zstd support to the boot loader.Warner Losh2020-10-121-243/+0
* ZFS: band-aid for -DNO_CLEANMatt Macy2020-08-251-1/+3
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-25298-196927/+25
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-183-3/+20
* Fix linker error in libuutil with recent LLVMAlex Richardson2020-08-072-8/+1
* Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson2020-08-071-1/+8
* MFOpenZFS: Add support for boot environment data to be stored in the labelToomas Soome2020-08-056-14/+242
* zfs_keys_nextboot array is missing ZPOOL_CONFIG_POOL_GUID and ZPOOL_CONFIG_GUIDToomas Soome2020-08-051-1/+3
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-1/+1
* zfs: add support for lockless lookupMateusz Guzik2020-07-255-10/+147
* Fix a memory leak in dsl_scan_visitbp().Mark Johnston2020-07-201-1/+1
* Fix page fault in zfsctl_snapdir_getattrAlan Somers2020-07-021-1/+2
* Fix "current" variable name conflict with openzfsMatt Macy2020-06-271-39/+39
* MFOpenZFS: Add basic zfs ioc input nvpair validationToomas Soome2020-06-232-79/+376
* MFOpenZFS: Add zio_ddt_free()+ddt_phys_decref() error handlingAllan Jude2020-06-222-4/+9
* ZFS: Allow setting checksum=skein on boot poolsAllan Jude2020-06-191-10/+1
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-4/+4
* fix up r362047: a call to zvol_*_minors() was not hidden from userlandAndriy Gapon2020-06-111-0/+2
* rework how ZVOLs are updated in response to DSL operationsAndriy Gapon2020-06-1110-72/+212
* Don't block on the range lock in zfs_getpages().Mark Johnston2020-05-203-22/+67
* lz4 hash table does not start zeroedToomas Soome2020-05-191-1/+1
* zfs: reject read(2) of a dirfd with EISDIRKyle Evans2020-05-191-0/+6
* Correct the order of arguments to copyin() for Q_SETQUOTA.John Baldwin2020-05-181-1/+1
* Avoid the GEOM topology lock recursion when we automatically expand a pool.Pawel Jakub Dawidek2020-04-251-2/+6
* Make ZFS depend on xdr.ko only. It doesn't need kernel RPC.Gleb Smirnoff2020-04-171-1/+1
* MFOpenZFS: ZVOLs should not be allowed to have childrenRyan Moeller2020-03-255-7/+83
* MFOpenZFS: make zil max block size tunableAlexander Motin2020-03-195-31/+82
* Fix infinite scan on a pool with only special allocationsAlexander Motin2020-03-161-3/+6
* zfs dmu_read: loosen the assertion.Konstantin Belousov2020-03-061-2/+2
* Remove vfs.zfs.top_maxinflight tunable/sysctl.Alexander Motin2020-03-051-9/+0
* Increase number of write completion threads, matching ZoL.Alexander Motin2020-03-031-1/+1
* Eliminate object locking in zfs where possible with the new lockless grabJeff Roberson2020-02-282-33/+19
* remove stray space symbol in r358380Andriy Gapon2020-02-271-1/+1
* use ZFS_MAX_DATASET_NAME_LEN instead of MAXPATHLEN for dataset namesAndriy Gapon2020-02-271-12/+12
* dsl_dataset_promote_sync: populate 'oldname' before using itAndriy Gapon2020-02-271-0/+4
* MFZoL: Relax restriction on zfs_ioc_next_obj() iterationAlexander Motin2020-02-261-2/+1
* MFZoL: Fix resilver writes in vdev_indirect_io_startAlexander Motin2020-02-261-8/+15
* Fix patch mismerge in r358336.Alexander Motin2020-02-261-2/+2
* MFZoL: Fix issue with scanning dedup blocks as scan endsAlexander Motin2020-02-261-0/+16
* MFZoL: Fix 2 small bugs with cached dsl_scan_phys_tAlexander Motin2020-02-261-1/+4
* MFZoL: Fix txg_sync_thread hang in scan_exec_io()Alexander Motin2020-02-261-2/+13
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2612-13/+26
* Remove duplicate dbufs accounting.Alexander Motin2020-02-073-4/+9
* Reduce number of atomic_add() calls in aggsum.Alexander Motin2020-02-062-33/+34
* Few microoptimizations to dbuf layer.Alexander Motin2020-02-042-28/+16
* Remove sparc64 kernel supportWarner Losh2020-02-032-15/+0
* Unblock kstat.zfs.misc.dbufstats sysctls.Alexander Motin2020-02-031-9/+7
* Provide O_SEARCHKyle Evans2020-02-021-4/+8