]> granicus.if.org Git - zfs/shortlog
zfs
2019-06-28 George Wilsonnopwrites on dmu_sync-ed blocks can result in a panic
2019-06-28 Tom CaputiAdd 'zfs umount -u' for encrypted datasets
2019-06-26 Paul DagnelieConcurrent small allocation defeats large allocation
2019-06-25 Paul Dagneliezdb -vvvvv on ztest pool dies with "out of memory"
2019-06-25 Alexander MotinAvoid extra taskq_dispatch() calls by DMU
2019-06-25 loli10KRedacted Send/Receive causes zdb to dump core
2019-06-25 loli10KFix bp_embedded_type enum definition
2019-06-25 Igor K-Y option for zdb is valid
2019-06-24 Matthew AhrensRemove code for zfs remap
2019-06-24 Tom CaputiFix error message on promoting encrypted dataset
2019-06-24 Brian BehlendorfFix out-of-tree build failures
2019-06-23 Tomohiro KusumiAdd missing .gitignore from "Implement Redacted Send...
2019-06-22 Don BradyOpenZFS 9425 - channel programs can be interrupted
2019-06-22 Matthew Ahrensdn_struct_rwlock can not be held in dmu_tx_try_assign()
2019-06-22 gordan-bobicRemove arch and relax version dependency
2019-06-22 Harry MallonAdd libnvpair to libzfs pkg-config
2019-06-22 Don BradyLet zfs mount all tolerate in-progress mounts
2019-06-22 Allan Judezstreamdump: add per-record-type counters and an overhe...
2019-06-22 Paul DagnelieFix comments on zfs_bookmark_phys
2019-06-22 Tomohiro KusumiFix build break by "Implement Redacted Send/Receive"
2019-06-21 Paul DagnelieAdd SCSI_PASSTHROUGH to zvols to enable UNMAP support
2019-06-21 loli10KRedacted Send/Receive broke zfs(8) help message
2019-06-21 Tomohiro KusumiPrevent pointer to an out-of-scope local variable
2019-06-21 Matthew Ahrensdedup=verify doesn't clear the blkptr's dedup flag
2019-06-21 Igor KUpdate vdev_ops_t from illumos
2019-06-20 Tom CaputiAllow unencrypted children of encrypted datasets
2019-06-20 dacianstremtanReplace whereis with type in zfs-lib.sh
2019-06-19 Matthew AhrensRemove dedupditto functionality
2019-06-19 Tomohiro KusumiUse ZFS_DEV macro instead of literals
2019-06-19 Michael NiewöhnerFix memory leak in check_disk()
2019-06-19 Olaf Faalandkmod-zfs-devel rpm should provide kmod-spl-devel
2019-06-19 Brian BehlendorfZTS: Fix mmp_interval failure
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-06-14 Alexander MotinMinimize aggsum_compare(&arc_size, arc_c) calls.
2019-06-13 Ryan MoellerPython config cleanup
2019-06-13 Matthew Ahrenslz4_decompress_abd declared but not defined
2019-06-13 Matthew Ahrenspanic in removal_remap test on 4K devices
2019-06-13 Matthew Ahrenscompress metadata in later sync passes
2019-06-13 Alexander MotinMove write aggregation memory copy out of vq_lock
2019-06-13 Matthew Ahrenslooping in metaslab_block_picker impacts performance...
2019-06-13 Tulsi JainRestrict filesystem creation if name referred either...
2019-06-13 Matthew Ahrensztest: dmu_tx_assign() gets ENOSPC in spa_vdev_remove_t...
2019-06-13 Tomohiro KusumiFix lockdep warning on insmod
2019-06-12 Matthew Ahrensfat zap should prefetch when iterating
2019-06-12 Matthew AhrensTarget ARC size can get reduced to arc_c_min
2019-06-12 bnjfFix typo in vdev_raidz_math.c
2019-06-11 Matthew Ahrenssingle-chunk scatter ABDs can be treated as linear
2019-06-10 Matthew Ahrensmake zil max block size tunable
2019-06-10 Alexander MotinFix comparison signedness in arc_is_overflowing()
2019-06-10 Tom CaputiFix incorrect error message for raw receive
2019-06-10 Richard EllingImprove ZTS block_device_wait debugging
2019-06-10 Richard EllingBlock_device_wait does not return an error code
2019-06-10 Richard EllingRemove redundant redundant remove
2019-06-10 Richard EllingFix logic error in setpartition function
2019-06-10 Eli Schwartzarc_summary: prefer python3 version and install when...
2019-06-10 Samuel VERSCHELDEFix %post and %postun generation in kmodtool
2019-06-07 Paul DagnelieAllow metaslab to be unloaded even when not freed from
2019-06-07 Jorgen LundmanAvoid updating zfs_gitrev.h when rev is unchanged
2019-06-06 Tom CaputiReinstate raw receive check when truncating
2019-06-06 Allan Judel2arc_apply_transforms: Fix typo in comment
2019-06-06 Serapheim DimitropoulosReduced IOPS when all vdevs are in the zfs_mg_fragmenta...
2019-06-06 Garrett FieldsIf $ZFS_BOOTFS contains guid, replace the guid portion...
2019-06-06 Tom CaputiFix integer overflow of ZTOI(zp)->i_generation
2019-06-05 Don Bradyhkdf_test binary should only have one icp instance
2019-06-05 Tomohiro KusumiDrop objid argument in zfs_znode_alloc() (sync with...
2019-06-05 Peter WirdemoFixed a small typo in man/man1/raidz_test.1
2019-06-05 Torsten WörtweinAllow TRIM_UNUSED_KSYM when build as a builtin-module
2019-06-05 Ryan MoellerMake Python detection optional and more portable
2019-06-04 DeHackEdWait in 'S' state when send/recv pipe is blocking
2019-06-03 TulsiJainMake zfs_async_block_max_blocks handle zero correctly
2019-05-31 Brian BehlendorfRevert "Report holes when there are only metadata changes"
2019-05-29 Tomohiro KusumiAdd link count test for root inode
2019-05-29 Tomohiro KusumiRemove vn_set_fs_pwd()/vn_set_pwd() (no need to be...
2019-05-29 Brian BehlendorfExclude log device ashift from normal class
2019-05-29 madzFix integer overflow in get_next_chunk()
2019-05-28 Josh Sorefgrammar: it is / plural agreement
2019-05-28 Tomohiro KusumiRefactor parent dataset handling in libzfs zfs_rename()
2019-05-28 loli10KDouble-free of encryption wrapping key due to invalid...
2019-05-28 Ryan MoellerUpdate comments to match code
2019-05-28 Stoiko Ivanovtests: fix cosmetic permission issues during `make...
2019-05-28 Stoiko Ivanovtest-runner.py: change shebang to python3
2019-05-28 loli10KEndless loop in zpool_do_remove() on platforms with...
2019-05-25 Tomohiro KusumiUpdate descriptions for vnops
2019-05-25 Tom CaputiFix embedded bp accounting in count_block()
2019-05-25 Tom CaputiDisable parallel processing for 'zfs mount -l'
2019-05-25 Tomohiro KusumiLinux 5.2 compat: Directly call wait_on_page_bit()
2019-05-25 Tomohiro KusumiLinux 5.2 compat: Fix config/kernel-shrink.m4 test...
2019-05-25 Tomohiro KusumiLinux 5.2 compat: Remove config/kernel-set-fs-pwd.m4
2019-05-24 Tomohiro KusumiDrop local definition of MOUNT_BUSY
2019-05-24 loli10Kzpool: status -t is not documented in help message
2019-05-24 loli10Kzfs-tests: fix warnings when packaging some .shlib...
2019-05-24 loli10KVERIFY3P() message is missing a space character
2019-05-24 loli10Kzfs-tests: verify zfs(8) and zpool(8) help message...
2019-05-24 loli10Kzfs: don't pretty-print objsetid property
2019-05-24 loli10Kzfs: missing newline character in zfs_do_channel_progra...
2019-05-24 siv0Fix ksh-path for random_readwrite_fixed.ksh
2019-05-24 Tomohiro KusumiLinux 2.6.39 compat: Test if kstrtoul() exists
2019-05-24 loli10KDevice removal panics on 32-bit systems
2019-05-24 loli10Kzpool: trim -p is not a valid option
2019-05-24 loli10KFix coverity defects: CID 186143
next