]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
2019-02-15 Sara HartseDelay injection can cause indefinitely hung zios
2019-02-15 Don BradyZFS mounted NFSv3 shares fail lock reclaims
2019-02-15 John Wren KennedyZTS: clone_001_pos fails in cleanup on busy dataset
2019-02-15 Tim Chasezio_deadman_impl() fix and enhancement
2019-02-15 Paul Zuchowskizfs should optionally send holds
2019-02-15 Tony HutterLinux 4.20 compat: Fix VERIFY(RW_READ_HELD(&hash->mh_co...
2019-02-14 Tomohiro KusumiFix obsolete comment on rangelock
2019-02-13 Igor Kzdb: replace label_t to zdb_label_t for reduce collisions
2019-02-12 Alek PFreeing throttle should account for holes
2019-02-12 Alek Pport async unlinked drain from illumos-nexenta
2019-02-12 Serapheim DimitropoulosGet rid of space_map_update() for ms_synced_length
2019-02-08 loli10KZVOLs should not be allowed to have children
2019-02-08 loli10KPool allocation classes misplacing small file blocks
2019-02-04 Tim ChaseFix ARC stats for embedded blkptrs
2019-02-04 Ahmed GhanemOpenZFS 9185 - Enable testing over NFS in ZFS performan...
2019-02-04 loli10Kzstreamdump: -d option is not documented in manpage
2019-02-04 bunder2015shellcheck pass
2019-02-04 bunder2015flake8 pass
2019-01-31 Tony HutterFix zpool iostat -w header names
2019-01-31 Serapheim DimitropoulosSimplify log vdev removal code
2019-01-31 Serapheim Dimitropoulosvs_alloc can underflow in L2ARC vdevs
2019-01-30 Sara HartseDon't acquire zthr_request_lock in zthr_wakeup
2019-01-30 Serapheim Dimitropouloszdb -L should skip leak detection altogether
2019-01-28 Tony HutterExclude test-runner.py from the rpmbuild shebang check
2019-01-28 Tony HutterGCC 9.0: Fix ztest "directive argument is not a nul...
2019-01-28 Brian BehlendorfLinux 5.0 compat: Fix bio_set_dev()
2019-01-28 Tony HutterLinux 5.0 compat: Disable vector instructions on 5...
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-28 Tony HutterLinux 4.18 compat: Use ktime_get_coarse_real_ts64()
2019-01-26 Serapheim DimitropoulosChange target size of metaslabs from 256GB to 16GB
2019-01-25 Serapheim DimitropoulosRename 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-25 loli10Kzfs userspace dumps core when used on ZVOLs
2019-01-23 Damian Wojsławzpool iostat should print headers when terminal fills
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 DimitropoulosFactor metaslab_load_wait() in metaslab_load()
2019-01-18 Tom CaputiFix 0 byte memory leak in zfs receive
2019-01-18 Serapheim DimitropoulosDocument guidelines for usage of zfs_dbgmsg
2019-01-18 Neal Gompa... dkms: Enable debuginfo option to be set with zfs syscon...
2019-01-18 loli10KOff-by-one in zap_leaf_array_create()
2019-01-18 Serapheim DimitropoulosSimplify spa_sync by breaking it up to smaller functions
2019-01-18 Brian Behlendorfztest: scrub verification
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2019-01-17 Serapheim DimitropoulosRemove unused vdev_t fields
2019-01-17 Brian Behlendorfztest: scrub ddt repair
2019-01-16 Serapheim DimitropoulosUpdate vdev_is_spacemap_addressable() for new spacemap...
2019-01-16 Brian Behlendorfztest: split block reconstruction
2019-01-16 Serapheim DimitropoulosMake zdb results for checkpoint tests consistent
2019-01-15 Brian BehlendorfDisable 'zfs remap' command
2019-01-15 Tom CaputiFix zio leak in dbuf_read()
2019-01-15 loli10KVerify .gitignore entries
2019-01-14 Brian BehlendorfTag 0.8.0-rc3
2019-01-13 Brian BehlendorfMinor spelling corrections
2019-01-13 Serapheim DimitropoulosSerialize ZTHR operations to eliminate races
2019-01-13 Paul Zuchowskizfs filesystem skipped by df -h
2019-01-13 Tom CaputiAdd contrib/pyzfs/setup.py to .gitignore
2019-01-13 Brian BehlendorfAdd pyzfs BuildRequires for mock(1)
2019-01-13 Brian BehlendorfZTS: zpool_resilver_restart
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-09 Gregor KopkaRemoved suggestion to use root dataset as bootfs
2019-01-08 Neal Gompa... Use ZFS version for pyzfs & drop unused reqs file
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-08 Neal Gompa... Include third party licenses in dist tarballs
2019-01-08 Tony HutterFix missing dkms modules after upgrades
2019-01-08 Neal Gompa... Bump commit subject length to 72 characters
2019-01-07 Benjamin Gentilzfs.8 uses wrong snapshot names in Example 15
2019-01-07 Brian BehlendorfAdd 'zpool status -i' option
2019-01-07 George Wilsonzfs initialize performance enhancements
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2019-01-06 Brian BehlendorfPython 2 and 3 compatibility
2019-01-06 John Wren Kennedytest-runner: python3 support
2019-01-06 Brian Behlendorfarc_summary: consolidate test case
2019-01-06 Brian Behlendorfpyzfs: python3 support (build system)
2019-01-06 Brian Behlendorfpyzfs: python3 support (unit tests)
2019-01-06 Brian Behlendorfpyzfs: python3 support (library 2/2)
2019-01-06 Antonio Russopyzfs: python3 support (library 1/2)
2019-01-03 Brian BehlendorfAdd zfs module feature and property compatibility
2019-01-03 bunder2015Add missing MMP status code to libzfs_status
2019-01-02 Brian BehlendorfFix 'zpool remap' freeing race
2018-12-26 Richard LaagerMinor tweaks to zfs.8 man page for POSIX ACLs
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-15 Tony HutterAdd enclosure_symlinks option to vdev_id
2018-12-14 Tom CaputiZTS: fix wait_scrubbed()
2018-12-14 Tom CaputiFix zap_update() ASSERT from ztest
2018-12-14 Brian Behlendorfztest: ENOSPC in ztest_objset_destroy_cb()
2018-12-14 Paul DagnelieOpenZFS 9559 - zfs diff handles files on delete queue...
2018-12-14 Andriy GaponOpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs...
2018-12-13 Ben CorderoAdd `cut` binary to the initramfs
2018-12-13 Tom CaputiFix resilver writes in vdev_indirect_io_start
2018-12-12 Brian BehlendorfCheck for strlcat and strlcpy
2018-12-11 Richard EllingSeeing negative values for wlentime and rlentime
2018-12-11 Olaf FaalandRename macro ZFS_MINOR due to Lustre conflict
next