]> git.proxmox.com Git - mirror_zfs.git/history - module
Fix incorrect error message for raw receive
[mirror_zfs.git] / module /
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
2019-04-16 cfzhuCode improvement and bug fixes for QAT support
2019-04-16 Richard LaagerRestructure vec_idx loops
2019-04-16 Richard LaagerUpdate a comment to match the code
2019-04-16 Richard LaagerConsistently captialize GUID for features
2019-04-16 Richard LaagerFix the spelling of deferred
2019-04-15 Tom CaputiFix issues with truncated files in raw sends
2019-04-14 Tom CaputiCleanup nits from ab7615d92
2019-04-12 Brian BehlendorfFix issue in receive_object() during reallocation
2019-04-12 Brian BehlendorfFix TXG_MASK cstyle
2019-04-10 Jorgen LundmanAlways call rw_init in zio_crypt_key_unwrap
2019-04-10 Tim ChaseAvoid stack overwrite in zfs_setattr_dir()
2019-04-08 Tomohiro KusumiUnbreak build on Linux kernel < 3.10
2019-04-06 Brian BehlendorfRevert "Fix issues with truncated files in raw sends"
2019-04-05 Matthew Ahrenspredictive prefetch disabled on new pools until export...
2019-04-05 Don Bradyfeatures.kernel layout should match features.pool
2019-04-05 Sara HartseRestrict kstats and print real pointers
2019-04-04 Brian BehlendorfFix txg_wait_open() load average inflation
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-27 Tom CaputiFix issues with truncated files in raw sends
2019-03-22 Igor KFix vd_path and error in spa_vdev_remove()
2019-03-22 Roman StrashkinPanic when running 'zpool split'
2019-03-22 George WilsonZFS Reads may result in unneccesary calls to zil_commit
2019-03-21 Olaf FaalandMMP interval and fail_intervals in uberblock
2019-03-21 Jorgen LundmanMutex leak in dsl_dataset_hold_obj()
2019-03-21 cfzhuQAT: Allocate digest_buffer using QAT_PHYS_CONTIG_ALLOC()
2019-03-21 Brian BehlendorfReport holes when there are only metadata changes
2019-03-20 Julian HeukingAdd missing dmu_zfetch_fini() in dnode_move_impl()
2019-03-15 Brian BehlendorfFix l2arc_evict() destroy race
2019-03-15 Tom CaputiMultiple DVA Scrubbing Fix
2019-03-15 Tony HutterMake zpool status counters match error events count
2019-03-15 Tom CaputiFix memory leaks in zfsvfs_create_impl()
2019-03-14 Tom CaputiBetter user experience for errata 4
2019-03-13 Alexander MotinAdd separate aggregation limit for non-rotating media
2019-03-13 Andrew StormontOpenZFS 9914 - NV_UNIQUE_NAME_TYPE broken after 9580
2019-03-13 Tom CaputiDetect and prevent mixed raw and non-raw sends
2019-03-13 Tom CaputiAdd bookmark v2 on-disk feature
2019-03-13 Tom CaputiFix handling of maxblkid for raw sends
2019-03-12 Justin GottulaFix most zfs_arc_* mod params not actually being modifi...
2019-03-12 Alek PAvoid retrieving unused snapshot props
2019-03-12 Brian BehlendorfFix vdev_initialize_restart / removal race
2019-03-12 Olaf FaalandMMP writes rotate over leaves
2019-03-11 George Wilsonzfs does not honor NFS sync write semantics
2019-03-11 mzhivichFix lockdep between ds_lock and dd_lock in dsl_dataset_...
2019-03-07 Brian BehlendorfLinux 5.1 compat: get_ds() removed
2019-03-06 Paul ZuchowskiStack overflow in recursive bpobj_iterate_impl
2019-03-06 Brian BehlendorfFix race in vdev_initialize_thread
2019-03-01 Matthew AhrensFix style of spl_kmem_cache_create()
2019-03-01 Olaf FaalandDo not resume a pool if multihost is enabled
2019-03-01 Matthew Ahrensabd_alloc should use scatter for >1K allocations
2019-02-27 Brian BehlendorfFix overly broad spa config lock
2019-02-25 Serapheim Dimitrop... Error path in metaslab_load_impl() forgets to drop...
2019-02-22 loli10Kzvol: allow rename of in use ZVOL dataset
2019-02-22 loli10Kzpool reports 16E expandsize on disks with oddball...
2019-02-22 lidongyangFix dnode_hold_impl() soft lockup
2019-02-20 Tomohiro KusumiDon't enter zvol's rangelock for read bio with size 0
next