aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-25256-178481/+0
* 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
* MFOpenZFS: Add support for boot environment data to be stored in the labelToomas Soome2020-08-055-13/+239
* 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
* MFOpenZFS: Add basic zfs ioc input nvpair validationToomas Soome2020-06-231-78/+359
* 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
* 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-254-6/+81
* 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-2611-12/+24
* 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
* Unblock kstat.zfs.misc.dbufstats sysctls.Alexander Motin2020-02-031-9/+7
* Provide O_SEARCHKyle Evans2020-02-021-4/+8
* zfs: light refactor to indicate cachedlookup in zfs_lookupKyle Evans2020-02-021-17/+22
* zfs: ZFS_WLOCK_TEARDOWN_INACTIVE_WLOCKED -> ZFS_TEARDOWN_INACTIVE_WLOCKEDMateusz Guzik2020-02-013-3/+3
* zfs: convert z_teardown_inactive_lock to sleepable read-mostly lockMateusz Guzik2020-01-312-9/+10
* zfs: provide macros to handle z_teardown_inactive_lockMateusz Guzik2020-01-314-14/+32
* zfs: fix spurious lock contention during path lookupMateusz Guzik2020-01-303-0/+43
* zfs: use VOP_NEED_INACTIVEMateusz Guzik2020-01-301-0/+24
* Map ECKSUM and EFRAGS from ZFS onto real errnos.Alexander Motin2020-01-131-5/+4
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-122-2/+2