]> git.proxmox.com Git - mirror_zfs.git/history - include
shellcheck pass
[mirror_zfs.git] / include /
2019-01-28 Tony HutterLinux 5.0 compat: Disable vector instructions on 5...
2019-01-28 Tony HutterLinux 5.0 compat: Use totalram_pages()
2019-01-28 Tony HutterLinux 5.0 compat: access_ok() drops 'type' parameter
2019-01-28 Tony HutterLinux 4.18 compat: Use ktime_get_coarse_real_ts64()
2019-01-25 Serapheim Dimitrop... Rename range_tree_verify to range_tree_verify_not_present
2019-01-18 Serapheim Dimitrop... Factor metaslab_load_wait() in metaslab_load()
2019-01-18 Serapheim Dimitrop... Document guidelines for usage of zfs_dbgmsg
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2019-01-17 Serapheim Dimitrop... Remove unused vdev_t fields
2019-01-13 Serapheim Dimitrop... Serialize ZTHR operations to eliminate races
2019-01-10 Brian BehlendorfProvide more flexible object allocation interface
2019-01-07 George Wilsonzfs initialize performance enhancements
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2019-01-03 bunder2015Add missing MMP status code to libzfs_status
2018-12-26 Brad LewisOpenZFS 9284 - arc_reclaim_thread has 2 jobs
2018-12-14 Andriy GaponOpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs...
2018-12-07 Prakash SuryaOpenZFS 9962 - zil_commit should omit cache thrash
2018-11-15 Sebastien RoyOpenZFS 8115 - parallel zfs mount
2018-11-09 loli10Kzed: detect and offline physically removed devices
2018-11-09 Tony HutterAdd zpool status -s (slow I/Os) and -p (parseable)
2018-11-07 Don BradyFix libudev dependency in libzutil
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers
2018-10-31 Brian BehlendorfLinux 4.20 compat: current_kernel_time()
2018-10-24 Brian BehlendorfRemove zfs_gitrev.h
2018-10-24 Tom CaputiFix dbgmsg printing in ztest and zdb
2018-10-19 Matthew AhrensOpenZFS 9681 - ztest failure in spa_history_log_interna...
2018-10-19 Tom CaputiDefer new resilvers until the current one ends
2018-10-18 Allan JudeOpenZFS 9862 - fix typo in comment in vdev_impl.h
2018-10-17 Matthew AhrensLinux does not HAVE_SMB_SHARE
2018-10-16 Paul DagnelieAdd types to featureflags in zfs
2018-10-16 ilbsmartdeadlock between mm_sem and tx assign in zfs_write...
2018-10-12 Brian BehlendorfImproved error handling for extreme rewinds
2018-10-12 Tony HutterDefine timestruc_t for Lustre compatibility
2018-10-11 Matt AhrensOpenZFS 9689 - zfs range lock code should not be zpl...
2018-10-11 Alek PFix changelist mounted-dataset iteration
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file
2018-10-09 Brian BehlendorfAdd zfs_refcount_transfer_ownership_many()
2018-10-09 Matthew AhrensCreate /proc/sys/kernel/spl/gitrev with git hash
2018-10-04 Matthew AhrensOpenZFS 9617 - too-frequent TXG sync causes excessive...
2018-10-04 Paul DagnelieFix ASSERT macros to not over-expand
2018-10-03 Paul DagnelieAdd new fnvlist_lookup_* functions
2018-10-03 Tom CaputiRefcounted DSL Crypto Key Mappings
2018-10-02 Alek Pchangelist should be able to iter on mounts
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-10-01 Matthew AhrensRemove duplicate macro in dsl_dir.h
2018-09-26 John GallagherFixes for procfs files backed by linked lists
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-09-25 Brian BehlendorfFix statfs(2) for 32-bit user space
2018-09-07 Don BradyFix in-kernel sysfs entries
2018-09-06 Don BradyPool allocation classes
2018-09-02 Don BradyAdd basic zfs ioc input nvpair validation
2018-09-02 Don BradyAdd zfs module feature and property info to sysfs
2018-08-27 Tom CaputiAlways wait for txg sync when umounting dataset
2018-08-27 Tom CaputiSmall rework of txg_list code
2018-08-20 Serapheim Dimitrop... Introduce read/write kstats per dataset
2018-08-15 Tom CaputiCheck encrypted dataset + embedded recv earlier
2018-08-15 Tom CaputiAdded encryption support for zfs recv -o / -x
2018-08-02 Matthew AhrensReduce taskq and context-switch cost of zio pipe
2018-08-02 John GallagherAdd missing checks to zpl_xattr_* functions
2018-08-02 Nathan LewisAdd support for selecting encryption backend
2018-08-02 George WilsonFix OpenZFS 9337 mismerge
2018-07-31 Paul DagnelieOpenZFS 9112 - Improve allocation performance on high...
2018-07-30 Don BradyOpenZFS 9465 - ARC check for 'anon_size > arc_c/2'...
2018-07-30 Serapheim Dimitrop... OpenZFS 9580 - Add a hash-table on top of nvlist to...
2018-07-30 Brian BehlendorfAdd rwsem_tryupgrade for 4.9.20-rt16 kernel
2018-07-25 Matthew AhrensOpenZFS 9442 - decrease indirect block size of spacemaps
2018-07-25 Feng SunIntroduce kstat dmu_tx_dirty_frees_delay
2018-07-23 Brian BehlendorfAdd support for autoexpand property
2018-07-12 Matthew AhrensOpenZFS 9337 - zfs get all is slow due to uncached...
2018-07-11 Brian BehlendorfFix zpl_mount() deadlock
2018-07-11 Brian BehlendorfFix kernel unaligned access on sparc64
2018-07-09 Serapheim Dimitrop... OpenZFS 9330 - stack overflow when creating a deeply...
2018-07-05 Serapheim Dimitrop... OpenZFS 9238 - ZFS Spacemap Encoding V2
2018-06-28 Chunwei ChenEnforce PROP_ONETIME on zpool properties
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-06-20 Brian BehlendorfLinux 4.14 compat: blk_queue_stackable()
2018-06-20 Brian BehlendorfLinux 4.18 compat: inode timespec -> timespec64
2018-06-18 Tom CaputiAdd ASSERT to debug encryption key mapping issues
2018-06-15 John GallagherAdd tunables for channel programs
2018-06-15 Brian BehlendorfLinux compat 4.18: check_disk_size_change()
2018-06-14 Allan JudeReserve DMU_BACKUP_FEATURE for ZSTD
2018-06-13 Matthew AhrensOpenZFS 9577 - remove zfs_dbuf_evict_key tsd
2018-06-06 Tom CaputiRaw receive functions must not decrypt data
2018-06-06 Paul DagnelieOpenZFS 8484 - Implement aggregate sum and use for...
2018-06-06 Tony HutterAdd pool state /proc entry, "SUSPENDED" pools
2018-06-04 Brian BehlendorfRemove rwlock wrappers
2018-06-04 Serapheim Dimitrop... OpenZFS 9464 - txg_kick() fails to see that we are...
2018-06-04 Pavel ZakharovOpenZFS 9235 - rename zpool_rewind_policy_t to zpool_lo...
2018-05-31 Sara Hartsezpool reopen should detect expanded devices
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-29 Brian BehlendorfPrepare SPL repo to merge with ZFS repo
2018-05-24 Matthew AhrensOpenZFS 9486 - reduce memory used by device removal...
2018-05-09 Pavel ZakharovOpenZFS 9075 - Improve ZFS pool import/load process...
2018-05-09 Pavel ZakharovOpenZFS 8961 - SPA load/import should tell us why it...
2018-05-02 Tom CaputiAdd support for decryption faults in zinject
2018-05-02 Brian BehlendorfRHEL 7.5 compat: FMODE_KABI_ITERATE
2018-04-30 Matthew AhrensOpenZFS 9236 - nuke spa_dbgmsg
2018-04-18 Chunwei ChenFix ENOSPC in "Handle zap_add() failures in ..."
2018-04-17 Matthew Ahrensassertion in arc_release() during encrypted receive
next