aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2616-22/+41
* Remove duplicate dbufs accounting.Alexander Motin2020-02-073-4/+9
* Reduce number of atomic_add() calls in aggsum.Alexander Motin2020-02-062-33/+34
* Add sys/systm.h to several places that use vm headers.Konstantin Belousov2020-02-041-0/+1
* Few microoptimizations to dbuf layer.Alexander Motin2020-02-042-28/+16
* loader: rewrite zfs reader zap code to use mallocToomas Soome2020-02-041-4/+9
* Remove sparc64 kernel supportWarner Losh2020-02-033-19/+0
* 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-124-7/+7
* dtrace: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-122-4/+6
* zfs: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-122-5/+8
* vfs: prealloc vnodes in getnewvnode_reserveMateusz Guzik2020-01-113-7/+7
* Remove scary-looking printf output that happens when you kldload dtrace onIan Lepore2020-01-091-1/+12
* zfs: plug a vnode reserve leak in zfs_make_xattrdirMateusz Guzik2020-01-071-0/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-0312-52/+52
* [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren2020-01-022-3/+6
* Remove page locking for queue operations.Mark Johnston2019-12-282-6/+0
* vfs: flatten vop vectorsMateusz Guzik2019-12-162-0/+6
* loader: rewrite zfs vdev initializationToomas Soome2019-12-152-7/+13
* schedlock 1/4Jeff Roberson2019-12-151-1/+0