aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-2591-16601/+0
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-181-1/+1
* Fix linker error in libuutil with recent LLVMAlex Richardson2020-08-071-1/+1
* MFOpenZFS: Add support for boot environment data to be stored in the labelToomas Soome2020-08-052-4/+26
* zfs: add support for lockless lookupMateusz Guzik2020-07-251-0/+2
* rework how ZVOLs are updated in response to DSL operationsAndriy Gapon2020-06-112-5/+8
* Don't block on the range lock in zfs_getpages().Mark Johnston2020-05-201-0/+2
* MFOpenZFS: make zil max block size tunableAlexander Motin2020-03-192-24/+12
* Remove duplicate dbufs accounting.Alexander Motin2020-02-071-0/+7
* Reduce number of atomic_add() calls in aggsum.Alexander Motin2020-02-061-1/+1
* Few microoptimizations to dbuf layer.Alexander Motin2020-02-041-6/+7
* zfs: ZFS_WLOCK_TEARDOWN_INACTIVE_WLOCKED -> ZFS_TEARDOWN_INACTIVE_WLOCKEDMateusz Guzik2020-02-011-1/+1
* zfs: convert z_teardown_inactive_lock to sleepable read-mostly lockMateusz Guzik2020-01-311-7/+8
* zfs: provide macros to handle z_teardown_inactive_lockMateusz Guzik2020-01-311-0/+18
* zfs: fix spurious lock contention during path lookupMateusz Guzik2020-01-301-0/+3
* Map ECKSUM and EFRAGS from ZFS onto real errnos.Alexander Motin2020-01-131-5/+4
* Use a callout instead of timeout(9) for delayed zio's.John Baldwin2019-12-131-0/+3
* MFV r354383: 10592 misc. metaslab and vdev related ZoL bug fixesAndriy Gapon2019-11-215-25/+102
* MFV r354382,r354385: 10601 10757 Pool allocation classesAndriy Gapon2019-11-218-4/+50
* MFV r354378,r354379,r354386: 10499 Multi-modifier protection (MMP)Andriy Gapon2019-11-189-7/+160
* zfs: enable SPA_PROCESS on the kernel sideAndriy Gapon2019-11-041-0/+1
* MFV r353637: 10844 Serialize ZTHR operations to eliminate racesAndriy Gapon2019-10-162-20/+4
* MFV r348596: 9689 zfs range lock code should not be zpl-specificAndriy Gapon2019-10-163-45/+48
* MFV r353619: 9691 fat zap should prefetch when iteratingAndriy Gapon2019-10-161-1/+4
* MFV r353617: 9425 allow channel programs to be stopped via signalsAndriy Gapon2019-10-163-0/+39
* MFC r353611: 10330 merge recent ZoL vdev and metaslab changesAndriy Gapon2019-10-162-3/+2
* fix up r353565, somehow a few files did not get committedAndriy Gapon2019-10-151-1/+1
* MFV r353561: 10343 ZoL: Prefix all refcount functions with zfs_Andriy Gapon2019-10-1511-56/+61
* MFV r353558: 10572 10579 Fix race in dnode_check_slots_free()Andriy Gapon2019-10-152-1/+5
* MFV r350898, r351075: 8423 8199 7432 Implement large_dnode pool featureAndriy Gapon2019-10-078-28/+212
* zfs: add root vnode cachingMateusz Guzik2019-10-061-2/+0
* ZFS: add bookmark renamingAndriy Gapon2019-10-031-0/+1
* Revert r351076 and r351074 because of atomic_swap_64 on 32-bit platformsAndriy Gapon2019-08-158-212/+28
* MFV r350898: 8423 8199 7432 Implement large_dnode pool featureAndriy Gapon2019-08-158-28/+212
* Avoid extra taskq_dispatch() calls by DMU.Alexander Motin2019-06-251-0/+2
* Properly align struct multilist_sublist to cache line.Alexander Motin2019-06-141-4/+3
* MFV r348578: 9962 zil_commit should omit cache thrashAlexander Motin2019-06-031-6/+8
* MFV r348553: 9681 ztest failure in spa_history_log_internal due to spa_rename()Alexander Motin2019-06-031-1/+0
* MFV r348551: 9862 fix typo in comment in vdev_impl.hAlexander Motin2019-06-031-1/+1
* MFV r348548: 9617 too-frequent TXG sync causes excessive write inflationAlexander Motin2019-06-031-1/+1
* Fix minor mismerges.Alexander Motin2019-04-261-8/+1
* MFV r336930: 9284 arc_reclaim_thread has 2 jobsAlexander Motin2019-03-151-0/+4
* MFV/ZoL: Disable LBA weighting on files and SSDsAlexander Motin2019-03-081-3/+1
* zfs: depessimize zfs_root with rmlocksMateusz Guzik2018-09-251-0/+2
* Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines.Konstantin Belousov2018-08-291-7/+0
* Make dnode definition uniform on !x86Matt Macy2018-08-211-6/+0
* fix build DN_MAX_BONUSLEN -> DN_OLD_MAX_BONUSLENMatt Macy2018-08-121-1/+1
* Restore legacy dnode_phys layout on tier 2 archesMatt Macy2018-08-121-9/+38
* MFV/ZoL: add dbuf statsMatt Macy2018-08-123-0/+35
* MFV/ZoL: Implement large_dnode pool featureMatt Macy2018-08-1210-18/+99