]> git.proxmox.com Git - mirror_zfs.git/history - module
shellcheck pass
[mirror_zfs.git] / module /
2019-01-31 Serapheim Dimitrop... Simplify log vdev removal code
2019-01-31 Serapheim Dimitrop... vs_alloc can underflow in L2ARC vdevs
2019-01-30 Sara HartseDon't acquire zthr_request_lock in zthr_wakeup
2019-01-28 Brian BehlendorfLinux 5.0 compat: Fix bio_set_dev()
2019-01-28 Tony HutterLinux 5.0 compat: Fix SUBDIRs
2019-01-28 Tony HutterLinux 5.0 compat: Convert MS_* macros to SB_*
2019-01-28 Tony HutterLinux 5.0 compat: Use totalram_pages()
2019-01-28 Tony HutterLinux 5.0 compat: access_ok() drops 'type' parameter
2019-01-26 Serapheim Dimitrop... Change target size of metaslabs from 256GB to 16GB
2019-01-25 Serapheim Dimitrop... Rename range_tree_verify to range_tree_verify_not_present
2019-01-25 Tim ChaseUse proper tag for spa config refcounts in mmp_write_ub...
2019-01-23 Tom CaputiFix bad kmem_free() in zvol_rename_minors_impl()
2019-01-18 loli10Kztest: creates partially initialized root dataset
2019-01-18 Brian BehlendorfRemove zfs_sync() panicking kernel check
2019-01-18 Serapheim Dimitrop... Factor metaslab_load_wait() in metaslab_load()
2019-01-18 Tom CaputiFix 0 byte memory leak in zfs receive
2019-01-18 loli10KOff-by-one in zap_leaf_array_create()
2019-01-18 Serapheim Dimitrop... Simplify spa_sync by breaking it up to smaller functions
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2019-01-17 Serapheim Dimitrop... Remove unused vdev_t fields
2019-01-17 Brian Behlendorfztest: scrub ddt repair
2019-01-16 Serapheim Dimitrop... Update vdev_is_spacemap_addressable() for new spacemap...
2019-01-16 Brian Behlendorfztest: split block reconstruction
2019-01-15 Tom CaputiFix zio leak in dbuf_read()
2019-01-13 Brian BehlendorfMinor spelling corrections
2019-01-13 Serapheim Dimitrop... Serialize ZTHR operations to eliminate races
2019-01-13 Paul Zuchowskizfs filesystem skipped by df -h
2019-01-10 Brian BehlendorfProvide more flexible object allocation interface
2019-01-10 Tom CaputiDon't allow dnode allocation if dn_holds != 0
2019-01-08 loli10Kzfs receive and rollback can skew filesystem_count
2019-01-08 asomersOpenZFS 8473 - scrub does not detect errors on active...
2019-01-07 George Wilsonzfs initialize performance enhancements
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2019-01-03 Brian BehlendorfAdd zfs module feature and property compatibility
2019-01-02 Brian BehlendorfFix 'zpool remap' freeing race
2018-12-26 Brad LewisOpenZFS 9284 - arc_reclaim_thread has 2 jobs
2018-12-18 Tom CaputiFix zfs_dirty_data_sync_percent documentation
2018-12-14 Tom CaputiFix zap_update() ASSERT from ztest
2018-12-14 Andriy GaponOpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs...
2018-12-13 Tom CaputiFix resilver writes in vdev_indirect_io_start
2018-12-11 Richard EllingSeeing negative values for wlentime and rlentime
2018-12-11 Olaf FaalandRename macro ZFS_MINOR due to Lustre conflict
2018-12-07 Prakash SuryaOpenZFS 9962 - zil_commit should omit cache thrash
2018-12-07 Prakash SuryaOpenZFS 9963 - Separate tunable for disabling ZIL vdev...
2018-12-07 George WilsonOpenZFS 9993 - zil writes can get delayed in zio pipeline
2018-12-06 Tom CaputiEnsure dsl scan prefetch queue is emptied
2018-12-05 Brian BehlendorfFix dnode_hold() freeing dnode behavior
2018-12-04 Brian BehlendorfFix 'zpool list -v' alignment
2018-12-04 Tom CaputiFix ztest deadlock in spa_vdev_remove()
2018-12-04 Brian BehlendorfDetect IO errors during device removal
2018-11-29 Tom CaputiFix consistency of ztest_device_removal_active
2018-11-28 LOLizfs_dbgmsg() is not safe from every context
2018-11-28 Tom CaputiRemove races from scrub / resilver tests
2018-11-12 LOLiFix coverity defects: CID 184285
2018-11-09 loli10Kzed: detect and offline physically removed devices
2018-11-09 Tony HutterAdd zpool status -s (slow I/Os) and -p (parseable)
2018-11-09 George MelikovUpdate zfs_admin_snapshot value (disabled)
2018-11-07 Tom CaputiFix divide by zero during indirect split damage
2018-11-07 Tom CaputiFix dirtying vdev config on with RO spa
2018-11-07 Tom CaputiReplay logs before starting ztest workers
2018-11-07 Tom CaputiFix vdev removal finishing race
2018-11-07 Tom CaputiMake vdev_set_deferred_resilver() recursive
2018-11-05 Brian Behlendorfztest: reduce gangblock creation
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers
2018-10-31 Matthew Ahrensbpobj_enqueue_subobj() should copy small subobj's
2018-10-24 Tom CaputiFix 2 small bugs with cached dsl_scan_phys_t
2018-10-24 Tom CaputiFix ENXIO from spa_ld_verify_logs() in ztest
2018-10-24 Tom CaputiFix ztest deadman panic with indirect vdev damage
2018-10-24 Tom CaputiFix issue with scanning dedup blocks as scan ends
2018-10-24 Tom CaputiFix lock inversion in txg_sync_thread()
2018-10-24 Tom CaputiFix dbgmsg printing in ztest and zdb
2018-10-24 Tom CaputiFix ASSERT in zil_create() during ztest
2018-10-24 Tom CaputiFix random ztest_deadman_thread failures
2018-10-19 Paul DagnelieOpenZFS 9688 - aggsum_fini leaks memory
2018-10-19 Serapheim Dimitrop... OpenZFS 9682 - page fault in dsl_async_clone_destroy...
2018-10-19 Serapheim Dimitrop... OpenZFS 9690 - metaslab of vdev with no space maps...
2018-10-19 Matthew AhrensOpenZFS 9681 - ztest failure in spa_history_log_interna...
2018-10-19 Tom CaputiDefer new resilvers until the current one ends
2018-10-17 Matthew AhrensLinux does not HAVE_SMB_SHARE
2018-10-17 Matthew AhrensLinux does not HAVE_DNLC
2018-10-16 Paul DagnelieAdd types to featureflags in zfs
2018-10-16 ilbsmartdeadlock between mm_sem and tx assign in zfs_write...
2018-10-12 Matthew AhrensOpenZFS 9847 - leaking dd_clones (DMU_OT_DSL_CLONES...
2018-10-12 Brian BehlendorfImproved error handling for extreme rewinds
2018-10-12 Brian BehlendorfRevert "Allow ECKSUM in vdev_checkpoint_sm_object()"
2018-10-11 Matt AhrensOpenZFS 9689 - zfs range lock code should not be zpl...
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file
2018-10-09 Brian BehlendorfFix arc_release() refcount
2018-10-09 Brian BehlendorfAdd zfs_refcount_transfer_ownership_many()
2018-10-09 Matthew AhrensCreate /proc/sys/kernel/spl/gitrev with git hash
2018-10-04 Matthew AhrensOpenZFS 9617 - too-frequent TXG sync causes excessive...
2018-10-03 Paul DagnelieAdd new fnvlist_lookup_* functions
2018-10-03 Brad LewisOpenZFS 9677 - panic from zio_write_gang_block()
2018-10-03 Tom CaputiRefcounted DSL Crypto Key Mappings
2018-10-02 Jerry JelinekOpenZFS 9700 - ZFS resilvered mirror does not balance...
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-10-01 Brian BehlendorfRefine split block reconstruction
2018-09-26 John GallagherFixes for procfs files backed by linked lists
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-09-26 Brian BehlendorfFix small sysfs leak
next