]> git.proxmox.com Git - mirror_zfs.git/history - module
zdb: don't print log spacemap stats in pools without the feature
[mirror_zfs.git] / module /
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
2019-06-14 Alexander MotinMinimize aggsum_compare(&arc_size, arc_c) calls.
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-07 Paul DagnelieAllow metaslab to be unloaded even when not freed from
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 Dimitrop... Reduced IOPS when all vdevs are in the zfs_mg_fragmenta...
2019-06-06 Tom CaputiFix integer overflow of ZTOI(zp)->i_generation
2019-06-05 Tomohiro KusumiDrop objid argument in zfs_znode_alloc() (sync with...
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 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 loli10KDouble-free of encryption wrapping key due to invalid...
2019-05-25 Tomohiro KusumiUpdate descriptions for vnops
2019-05-25 Tom CaputiFix embedded bp accounting in count_block()
2019-05-25 Tomohiro KusumiLinux 5.2 compat: Directly call wait_on_page_bit()
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 loli10KDevice removal panics on 32-bit systems
2019-05-24 loli10KFix coverity defects: CID 186143
2019-05-23 Rafael Kitoverkernel timer API rework
2019-05-23 Richard EllingFix kstat state update during pool transition
2019-05-23 Brian BehlendorfLinux 5.2 compat: rw_tryupgrade()
2019-05-20 Paul DagnelieFix incorrect assertion in dnode_dirty_l1range
2019-05-09 Olaf Faalandzpool import progress kstat
2019-05-08 Tomohiro KusumiAdd missing trailing '\n' in printk() messages
2019-05-08 Tomohiro KusumiFix link count of root inode when snapdir is visible
2019-05-08 Brian BehlendorfLinux 5.0 compat: ASM_BUG macro
2019-05-08 Brian BehlendorfFix errant EFAULT during writes (#8719)
2019-05-07 DeHackEdMake zfs_special_class_metadata_reserve_pct into a...
2019-05-07 Brian BehlendorfFix send/recv lost spill block
2019-05-07 Tomohiro KusumiFix `zfs set atime|relatime=off|on` behavior on inherit...
2019-05-05 Tomohiro KusumiFix typo/etc in module/zfs/zfs_ctldir.c
2019-05-04 Tomohiro KusumiLinux 5.0 compat: Use totalhigh_pages()
2019-05-04 John GallagherImprove rate at which new zvols are processed
2019-05-02 Matthew AhrensReword comment in lz4_compress_zfs
2019-05-02 Tom CaputiAdd feature check for 'zpool resilver' command
2019-05-01 Tomohiro KusumiCorrect snprintf() size argument
2019-04-30 Brian BehlendorfLinux 5.0 compat: Remove incorrect ASSERT
2019-04-26 Tomohiro KusumiUse NV_ENCODE_NATIVE for nvlist encoding variable
2019-04-25 Tomohiro KusumiUse SEEK_{SET,CUR,END} for file seek "whence"
2019-04-25 Tom CaputiFixes for the DMU free throttle
2019-04-19 Tomohiro KusumiDrop unused ZNODE_STATS and ZNODE_STAT_ADD()
2019-04-19 Tomohiro KusumiFix incorrect "[UNUSED]" comments
next