aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* ZFS: band-aid for -DNO_CLEANMatt Macy2020-08-251-1/+3
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-25332-200595/+32
* amd64 pmap: LA57 AKA 5-level pagingKonstantin Belousov2020-08-231-1/+2
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-184-5/+28
* Fix linker error in libuutil with recent LLVMAlex Richardson2020-08-073-11/+2
* Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson2020-08-073-3/+20
* 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
* vfs: introduce vnode sequence countersMateusz Guzik2020-07-251-0/+3
* dtrace/fbt: fix return probe arguments on armAndriy Gapon2020-07-212-7/+13
* Fix a memory leak in dsl_scan_visitbp().Mark Johnston2020-07-201-1/+1
* Don't overflow the trap frame when accessing lr or xzr.Andrew Turner2020-07-171-4/+29
* 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
* loader: create single zfs nextboot implementationToomas Soome2020-06-201-3/+32
* 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
* Fix entering KDB with dtrace-enabled kernel.Ruslan Bukin2020-05-261-0/+6
* 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
* Handle non-dtrace-triggered kernel breakpoint traps in mips.John Baldwin2020-04-211-0/+3
* 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
* TODO DONE: Use sx_xholder in SPL rwlock.hRyan Moeller2020-03-141-2/+1
* 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
* Clear systrace_args_func when systrace probes are disabled.Mark Johnston2020-02-281-6/+6
* 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
* loader: replace zfs_alloc/zfs_free with malloc/freeToomas Soome2020-02-261-21/+44
* 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