aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a callout instead of timeout(9) for delayed zio's.John Baldwin2019-12-133-3/+15
* vfs: locking primitives which elide ->v_vnlock and shared locking disablementMateusz Guzik2019-12-111-1/+5
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-083-6/+5
* Fix an inverted condition introduced in r353539.Mark Johnston2019-12-061-1/+1
* Add a VN_OPEN_INVFS flag.Konstantin Belousov2019-11-291-2/+3
* Fix use-after-free in case of L2ARC prefetch failure.Alexander Motin2019-11-281-4/+9
* MFV r354383: 10592 misc. metaslab and vdev related ZoL bug fixesAndriy Gapon2019-11-2114-304/+614
* MFV r354382,r354385: 10601 10757 Pool allocation classesAndriy Gapon2019-11-2122-150/+677
* MFV r354378,r354379,r354386: 10499 Multi-modifier protection (MMP)Andriy Gapon2019-11-1823-43/+1399
* amd64: move GDT into PCPU area.Konstantin Belousov2019-11-121-1/+1
* MFV r354377: 10554 Implemented zpool sync commandAndriy Gapon2019-11-072-0/+44
* Add vfs.zfs.zio.taskq_batch_pct tunable.Alexander Motin2019-11-051-0/+4
* fix up r354333, make zfsproc visible to dtrace, rename to system_procAndriy Gapon2019-11-054-5/+6
* zfs: enable SPA_PROCESS on the kernel sideAndriy Gapon2019-11-046-15/+72
* loader: factor out label and uberblock load from vdev_probe, add MMP checksToomas Soome2019-11-031-3/+93
* loader: we do not support booting from pool with log deviceToomas Soome2019-11-031-0/+2
* loader: calculate physical vdev psize from asizeToomas Soome2019-11-031-1/+2
* r354253 did miss the fact that libzpool is built as fake kernelToomas Soome2019-11-021-8/+8
* r354253 did miss lz4.c from sys/cddl/boot/zfs.Toomas Soome2019-11-021-329/+0
* Remove duplicate lz4 implementationsToomas Soome2019-11-024-37/+107
* FreeBSD'fy ZFS zlib zalloc/zfree callbacks.Alexander Motin2019-10-291-22/+5
* loader: zio_checksum_verify should check byteswapToomas Soome2019-10-272-1/+9
* MFZoL: Avoid retrieving unused snapshot propsAlan Somers2019-10-262-19/+68
* Assert that vnode_pager_setsize() is called with the vnode exclusively lockedKonstantin Belousov2019-10-221-0/+1
* MFV r353637: 10844 Serialize ZTHR operations to eliminate racesAndriy Gapon2019-10-167-130/+192
* MFV r353630: 10809 Performance optimization of AVL tree comparator functionsAndriy Gapon2019-10-168-52/+51
* MFV r348596: 9689 zfs range lock code should not be zpl-specificAndriy Gapon2019-10-167-402/+449
* MFV r353628:Andriy Gapon2019-10-161-0/+4