]> git.proxmox.com Git - mirror_zfs.git/history - module
OpenZFS 7001 - zvol_misc tests should not depend on /sbin or /usr/sbin being in PATH
[mirror_zfs.git] / module /
2017-02-15 Matthew Ahrenszfs_arc_num_sublists_per_state should be common to...
2017-02-13 Tim ChaseFix zfs_compressed_arc_enabled parameter description
2017-02-11 Chunwei ChenFix off by one in zpl_lookup
2017-02-09 Matthew AhrensOpenZFS 7104 - increase indirect block size
2017-02-09 Matthew Ahrenspanic in bpobj_space(): null pointer dereference
2017-02-09 Brian BehlendorfFix iput() calls within a tx
2017-02-08 Matthew AhrensAllow c99 code to compile
2017-02-07 George MelikovOpenZFS 6931 - lib/libzfs: cleanup gcc warnings
2017-02-07 David QuigleyAdd missing module_param for zfs_per_txg_dirty_frees_pe...
2017-02-04 George MelikovOpenZFS 7448 - ZFS doesn't notice when disk vdevs have...
2017-02-04 George MelikovOpenZFS 7504 - kmem_reap hangs spa_sync and administrat...
2017-02-04 George MelikovOpenZFS 7247 - zfs receive of deduplicated stream fails
2017-02-02 George MelikovOpenZFS 1300 - filename normalization doesn't work...
2017-02-02 Chunwei ChenFix write(2) returns zero bug from 933ec99
2017-02-02 Giuseppe Di NataleRemove lint ifdef checks in zdb and dbuf
2017-02-01 George MelikovOpenZFS 7072 - zfs fails to expand if lun added when...
2017-02-01 David QuigleyUse fletcher_4 routines natively with `abd_iterate_func()`
2017-01-31 George MelikovOpenZFS 6569 - large file delete can starve out write ops
2017-01-31 Giuseppe Di NataleOpenZFS 7545 - zdb should disable reference tracking
2017-01-31 Tim ChaseUpdate deadman operation to better align with upstream...
2017-01-31 George MelikovOpenZFS 7019 - zfsdev_ioctl skips secpolicy when FKIOCT...
2017-01-31 George MelikovOpenZFS 7136 - ESC_VDEV_REMOVE_AUX ought to always...
2017-01-31 George MelikovOpenZFS 7490 - real checksum errors are silenced when...
2017-01-30 George MelikovOpenZFS 6922 - Emit ESC_ZFS_VDEV_REMOVE_AUX after remov...
2017-01-28 George MelikovOpenZFS 7277 - zdb should be able to print zfs_dbgmsg's
2017-01-28 Brian BehlendorfFix suspend Godfather I/Os io_reexecute bits
2017-01-28 George MelikovOpenZFS 7580 - ztest failure in dbuf_read_impl
2017-01-27 George MelikovOpenZFS 7301 - zpool export -f should be able to interr...
2017-01-27 George MelikovOpenZFS 7254 - ztest failed assertion in ztest_dataset_...
2017-01-27 Chunwei ChenRetire .write/.read file operations
2017-01-27 Brian BehlendorfOpenZFS 5561 - support root pools on EFI/GPT partitione...
2017-01-26 Tim ChaseOpenZFS 7613 - ms_freetree[4] is only used in syncing...
2017-01-26 George MelikovOpenZFS 7500 - Simplify dbuf_free_range by removing...
2017-01-26 George MelikovOpenZFS 6676 - Race between unique_insert() and unique_...
2017-01-26 George MelikovOpenZFS 7386 - zfs get does not work properly with...
2017-01-26 George MelikovOpenZFS 7606 - dmu_objset_find_dp() takes a long time...
2017-01-23 George MelikovOpenZFS 7180 - potential race between zfs_suspend_fs...
2017-01-23 George MelikovOpenZFS 3746 - ZRLs are racy
2017-01-23 George MelikovOpenZFS 7304 - zfs filesystem/snapshot counts should...
2017-01-23 George MelikovOpenZFS 7054 - dmu_tx_hold_t should use refcount_t...
2017-01-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2017-01-19 Chunwei ChenSuspend/resume zvol for recv and rollback
2017-01-19 George MelikovOpenZFS 6529 - Properly handle updates of variably...
2017-01-18 George MelikovOpenZFS 7659 - Missing thread_exit() in dmu_send.c
2017-01-17 George MelikovOpenZFS 7235 - remove unused func dsl_dataset_set_blkptr
2017-01-17 George MelikovOpenZFS 7256 - low probability race in zfs_get_data
2017-01-17 George MelikovOpenZFS 7071 - lzc_snapshot does not fill in errlist...
2017-01-17 George MelikovOpenZFS 7082 - bptree_iterate() passes wrong args to...
2017-01-17 Brian BehlendorfOpenZFS 6586 - Whitespace inconsistencies in the spa...
2017-01-13 LOLiFix unallocated object detection for large_dnode datasets
2017-01-13 Brian BehlendorfOpenZFS 7603 - xuio_stat_wbuf_* should be declared...
2017-01-13 Brian BehlendorfOpenZFS 7181 - race between zfs_mount and zfs_ioc_rollback
2017-01-13 Jörg Thalheimmodule/Makefile.in: use relative cp
2017-01-13 bzzz77Add *_by-dnode routines
2017-01-13 Don BradyOpenZFS 7743 - per-vdev-zaps init path for upgrade
2017-01-12 George MelikovOpenZFS 6603 - zfeature_register() should verify ZFEATU...
2017-01-12 Don BradyOpenZFS 7303 - dynamic metaslab selection
2017-01-12 George MelikovOpenZFS 6328 - Fix cstyle errors in zfs codebase
2017-01-03 ka7Fix spelling
2016-12-30 Tim Chase4.10 compat - BIO flag changes and others
2016-12-22 LOLiDon't persist temporary pool name on devices
2016-12-21 Chunwei ChenUse a dedicated taskq for vdev_file
2016-12-21 LOLiFix dsl_props_set_sync_impl to work with nested nvlist
2016-12-19 Brian BehlendorfFix file attributes
2016-12-19 Chunwei ChenFix zmo leak when zfs_sb_create fails
2016-12-16 Chunwei ChenUse inode_set_flags when available
2016-12-16 Chunwei ChenFix fchange in zpl_ioctl_setflags
2016-12-16 Gvozden NeskovicABD: Adapt avx512bw raidz assembly
2016-12-14 Chunwei ChenFix i_flags issue caused by 64c688d
2016-12-14 Chunwei ChenAdd ida_destroy in zvol_fini to fix memleak
2016-12-13 bunder2015Fix typos in dbuf.c
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-09 Chunwei ChenDon't count '@' for dataset namelen if not a snapshot
2016-12-08 luozhengzhengFix coverity defects: CID 154617
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-08 Brian BehlendorfRevert "Disable zio_dva_throttle_enabled by default"
2016-12-02 Gvozden NeskovicCache ddt_get_dedup_dspace() value if there was no...
2016-12-02 Brian BehlendorfRefactor txg history kstat
2016-12-02 Chunwei Chenzvol_remove_minors do parallel zvol_free
2016-12-02 Chunwei Chenzpool_create_minors parallel prefetch
2016-12-01 Brian BehlendorfOpenZFS 7143 - dbuf_read() creates unnecessary zio_root...
2016-12-01 luozhengzhengFix incorrect operator in abd_alloc_sametype()
2016-12-01 caoRemove unused sa_update_from_cb()
2016-12-01 caoCompile zio.h and zio_impl.h mutual include
2016-12-01 Chunwei Chenzvol: reduce linear list search
2016-12-01 Chunwei ChenUse system_delay_taskq for long delay tasks
2016-11-30 Brian BehlendorfConvert zio_buf_alloc() consumers
2016-11-30 Brian BehlendorfIntroduce ARC Buffer Data (ABD)
2016-11-29 Chunwei ChenABD optimized page allocation code
2016-11-29 Chunwei ChenABD kmap to kmap_atomic
2016-11-29 Romain DolbeauABD raidz NEON support
2016-11-29 Gvozden NeskovicABD raidz avx512f support
2016-11-29 Gvozden NeskovicABD Vectorized raidz
2016-11-29 Gvozden NeskovicABD changes for vectorized RAIDZ
2016-11-29 Isaac HuangABD page support to vdev_disk.c
2016-11-29 David QuigleyDLPX-44812 integrate EP-220 large memory scalability
2016-11-15 DeHackEdKernel 4.9 compat: file_operations->aio_fsync removal
2016-11-10 luozhengzhengFix coverity defects: CID 147503
2016-11-10 caoFix coverity defects: CID 147540, 147542
2016-11-09 jxiongExport symbol dmu_objset_userobjspace_upgradable
next