]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module
Add subcommand to wait for background zfs activity to complete
[FreeBSD/FreeBSD.git] / module /
2019-09-14 John GallagherAdd subcommand to wait for background zfs activity...
2019-09-12 Chengfei ZHuQAT related bug fixes
2019-09-12 Matthew MacyMove objnode handling to common code
2019-09-12 Matthew MacyEnable compiler to typecheck logging
2019-09-11 Matthew MacyOpenZFS restructuring - move linux tracing code to...
2019-09-11 Tom CaputiFix stalled txg with repeated noop scans
2019-09-10 Brian BehlendorfFix /etc/hostid on root pool deadlock
2019-09-10 Brian BehlendorfEnable SIMD for encryption
2019-09-06 Matthew MacyOpenZFS restructuring - move platform specific sources
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-05 Serapheim Dimitrop... metaslab_verify_weight_and_frag() shouldn't cause side...
2019-09-05 Matthew MacyOpenZFS restructuring - move platform specific headers
2019-09-03 Igor KFix panic on DilOS with kstat per dataset statistics
2019-09-03 Andriy GaponAlways refuse receving non-resume stream when resume...
2019-09-03 loli10KFix Intel QAT / ZFS compatibility on v4.7.1+ kernels
2019-09-03 George Wilsonmaxinflight can overflow in spa_load_verify_cb()
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-30 Andrea GelminiFix typos in module/
2019-08-30 Andrea GelminiFix typos in modules/icp/
2019-08-30 Paul DagneliePrevent metaslab_sync panic due to spa_final_dirty_txg
2019-08-29 Paul DagnelieKeep more metaslabs loaded
2019-08-28 Tony NguyenUse smaller default slack/delta value for schedule_hrti...
2019-08-28 Don BradyTag ABD pages for exclusion in kernel crash dumps
2019-08-28 Chunwei ChenFix zil replay panic when TX_REMOVE followed by TX_CREATE
2019-08-27 Andriy Gaponzfs_ioc_snapshot: check user-prop permissions on snapsh...
2019-08-27 Tom CaputiFix deadlock in 'zfs rollback'
2019-08-22 Brian BehlendorfFix automake program name transformations (#9190)
2019-08-21 Tony HutterLinux 5.3: Fix switch() fall though compiler errors
2019-08-20 Matthew AhrensAdd fast path for zfs_ioc_space_snaps() handling of...
2019-08-19 jdikeFix lockdep circular locking false positive involving...
2019-08-19 Dominic PearsonLinux 5.3 compat: Makefile subdir-m no longer supported
2019-08-16 Paul DagnelieCap metaslab memory usage
2019-08-15 Serapheim Dimitrop... dmu_tx_wait() hang likely due to cv_signal() in dsl_poo...
2019-08-15 Tony NguyenImprove write performance by using dmu_read_by_dnode()
2019-08-15 Serapheim Dimitrop... Assert that a dnode's bonuslen never exceeds its record...
2019-08-15 Paul ZuchowskiMake txg_wait_synced conditional in zfsvfs_teardown
2019-08-14 Paul DagneliePrevent race in blkptr_verify against device removal
2019-08-14 Chunwei ChenFix out-of-order ZIL txtype lost on hardlinked files
2019-08-14 Allan JudeMark dsl_livelist_should_disable() static
2019-08-13 George Wilsonspa_load_verify() may consume too much memory
2019-08-13 Tomohiro KusumiChange boolean-like uint8_t fields in znode_t to boolean_t
2019-08-13 Richard YaoDrop KMC_NOEMERGENCY
2019-08-12 Serapheim Dimitrop... Introduce getting holds and listing bookmarks through ZCP
2019-08-12 Serapheim Dimitrop... Sort log spacemap tunables in alphabetical order
2019-08-05 Paul DagnelieMetaslab max_size should be persisted while unloaded
2019-08-05 DeHackEdDon't wakeup unnecessarily in 'zpool events -f'
2019-07-31 jdikelockdep false positive - move txg_kick() outside of...
2019-07-30 Serapheim Dimitrop... 9072 handle error of zap_cursor_retrieve() for log...
2019-07-30 Serapheim Dimitrop... mismerged log spacemap comment for metaslab_verify_weig...
2019-07-30 Matthew AhrensImprove performance by using dmu_tx_hold_*_by_dnode()
2019-07-29 Brian BehlendorfFix channel programs on s390x
2019-07-26 Tomohiro KusumiImplement secpolicy_vnode_setid_retain()
2019-07-26 Sara HartseFast Clone Deletion
2019-07-25 Tomohiro KusumiDon't directly cast unsigned long to void*
2019-07-25 Matthew AhrensReplace zf_rwlock with a mutex
2019-07-19 Tomohiro KusumiFix module_param() type for zfs_read_chunk_size
2019-07-19 Serapheim Dimitrop... Tricky semantics of ms_max_size in metaslab_should_allo...
2019-07-18 Serapheim Dimitrop... Race condition between spa async threads and export
2019-07-18 Serapheim Dimitrop... hdr_recl calls zthr_wakeup() on destroyed zthr
2019-07-18 Tomohiro KusumiFix wrong comment on zcr_blksz_{min,max}
2019-07-17 Brian BehlendorfRetire unused spl_{mutex,rwlock}_{init_fini}
2019-07-17 Brian BehlendorfLinux 5.3 compat: retire rw_tryupgrade()
2019-07-17 Brian BehlendorfLinux 5.3 compat: rw_semaphore owner
2019-07-17 jdikeFix lockdep recursive locking false positive in dbuf_de...
2019-07-17 Michael NiewöhnerAdd missing __GFP_HIGHMEM flag to vmalloc
2019-07-17 Tomohiro KusumiUse zfsctl_snapshot_hold() wrapper
2019-07-17 Brian BehlendorfMinor style cleanup
2019-07-16 Brian BehlendorfFix get_special_prop() build failure
2019-07-16 Serapheim Dimitrop... Log Spacemap Project
2019-07-15 Tomohiro KusumiDrop redundant POSIX ACL check in zpl_init_acl()
2019-07-15 Brian BehlendorfExport dnode symbols
2019-07-15 Tom CaputiEnsure dsl_destroy_head() decrypts objsets
2019-07-15 Tomohiro KusumiDisable unused pathname::pn_path* (unneeded in Linux)
2019-07-12 Brian BehlendorfLinux 5.0 compat: SIMD compatibility
2019-07-10 Nick MattisFixes: #8934 Large kmem_alloc
2019-07-08 Paul DagnelieDecrease contention on dn_struct_rwlock
2019-07-08 Brad Lewis8659 static dtrace probes unavailable on non-GPL modules
2019-07-06 Brian BehlendorfRevert "Fail early on bio corruption confirmed on 5...
2019-07-05 Tom CaputiRemove VERIFY from dsl_dataset_crypt_stats()
2019-07-05 Paul DagnelieDon't activate metaslabs with weight 0
2019-07-03 Paul ZuchowskiImprove "Unable to automount" error message.
2019-07-03 Tomohiro KusumiFail early on bio corruption confirmed on 5.2-rc1
2019-07-03 Brian BehlendorfCheck b_freeze_cksum under ZFS_DEBUG_MODIFY conditional
2019-07-02 Tomohiro KusumiDon't use d_path() for automount mount point for chroot...
2019-06-28 George Wilsonnopwrites on dmu_sync-ed blocks can result in a panic
2019-06-26 Paul DagnelieConcurrent small allocation defeats large allocation
2019-06-25 Alexander MotinAvoid extra taskq_dispatch() calls by DMU
2019-06-25 loli10KFix bp_embedded_type enum definition
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-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-21 Paul DagnelieAdd SCSI_PASSTHROUGH to zvols to enable UNMAP support
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-19 Matthew AhrensRemove dedupditto functionality
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
next