]> git.proxmox.com Git - mirror_zfs.git/history - include/sys/zfs_context.h
Fixes for procfs files backed by linked lists
[mirror_zfs.git] / include / sys / zfs_context.h
2018-09-26 John GallagherFixes for procfs files backed by linked lists
2018-06-20 Brian BehlendorfLinux 4.18 compat: inode timespec -> timespec64
2018-06-06 Paul DagnelieOpenZFS 8484 - Implement aggregate sum and use for...
2018-06-04 Brian BehlendorfRemove rwlock wrappers
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-09 Pavel ZakharovOpenZFS 9075 - Improve ZFS pool import/load process...
2018-02-08 Chris WilliamsonOpenZFS 7431 - ZFS Channel Programs
2018-01-25 Brian BehlendorfExtend deadman logic
2018-01-12 Brian BehlendorfForce ztest to always use /dev/urandom
2017-10-30 Jason KingOpenZFS 640 - number_to_scaled_string is duplicated...
2017-08-11 Brian BehlendorfSimplify threads, mutexs, cvs and rwlocks
2017-08-09 Brian BehlendorfAdd libtpool (thread pools)
2017-07-26 Ned BassAdd line info and SET_ERROR() to ZFS debug log
2017-05-09 Chunwei ChenLinux 4.12 compat: PF_FSTRANS was removed
2017-01-31 George MelikovOpenZFS 7280 - Allow changing global libzpool variables...
2017-01-24 George MelikovOpenZFS 6871 - libzpool implementation of thread_create...
2017-01-12 Don BradyOpenZFS 7303 - dynamic metaslab selection
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-01 Chunwei ChenUse system_delay_taskq for long delay tasks
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-08-31 Gvozden NeskovicPerformance optimization of AVL tree comparator functions
2016-08-12 Hans RosenfeldOpenZFS 5997 - FRU field not set during pool creation...
2016-07-20 Tom CaputiIllumos Crypto Port module added to enable native encry...
2016-06-07 Brian BehlendorfAdd `zfs allow` and `zfs unallow` support
2016-05-15 Denys RtveliashviliOpenZFS 6739 - assumption in cv_timedwait_hires
2016-05-12 Chunwei ChenUse cv_timedwait_sig_hires in arc_reclaim_thread
2016-05-12 Tony HutterAdd -lhHpw options to "zpool iostat" for avg latency...
2016-03-30 Carlo LandmeterEnsure correct return value type
2016-01-22 Brian BehlendorfIllumos 6815179, 6844191
2016-01-13 Brian BehlendorfIncrease default user space stack size
2016-01-11 Matthew AhrensIllumos 4891 - want zdb option to dump all metadata
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-12-22 Olaf FaalandAdd lock types RW_NOLOCKDEP and MUTEX_NOLOCKDEP
2015-07-28 Brian BehlendorfAlign thread priority with Linux defaults
2015-07-23 Matthew AhrensIllumos 5376 - arc_kmem_reap_now() should not result...
2015-06-25 George WilsonIllumos 5163 - arc should reap range_seg_cache
2015-06-11 Brian BehlendorfRename cv_wait_interruptible() to cv_wait_sig()
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 Brian BehlendorfAdd taskq_wait_outstanding() function
2015-06-11 Prakash SuryaIllumos 5497 - lock contention on arcs_mtx
2015-04-03 Tim ChaseMark all ZPL and ioctl functions as PF_FSTRANS
2015-03-03 Brian BehlendorfUse MUTEX_FSTRANS mutex type
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfAdd kmem_cache.h include to default context
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-16 Brian BehlendorfRetire KM_NODEBUG
2015-01-16 Brian BehlendorfMark IO pipeline with PF_FSTRANS
2014-11-17 Brian BehlendorfMerge branch 'b_tracepoints'
2014-11-17 Prakash SuryaSwap DTRACE_PROBE* with Linux tracepoints
2014-10-17 Brian BehlendorfUpdate utsname support
2014-09-30 Brian BehlendorfMake user stack limit configurable
2014-08-13 Alec SalazarReplace __va_list with va_list
2014-07-30 Matthew AhrensIllumos #4374
2014-05-01 Richard Yaolibspl: Implement LWP rwlock interface
2014-04-14 Chunwei ChenUse ddi_time_after and friends to compare time
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-06 Matthew AhrensIllumos #4045 write throttle & i/o scheduler performanc...
2013-11-05 Matthew AhrensIllumos #3112, #3113, #3114
2013-11-04 Adam LeventhalIllumos #3582, #3584
2013-10-31 Matthew AhrensIllumos #3598
2013-10-31 Matthew AhrensIllumos #3537
2013-10-25 Brian BehlendorfMerge branch 'kstat'
2013-10-25 Prakash SuryaAdd visibility in to arc_read
2013-09-04 Matthew AhrensIllumos #3464
2013-09-04 Matthew AhrensIllumos #2882, #2883, #2900
2013-06-19 Madhav SureshIllumos #3006
2013-05-06 Brian BehlendorfUse taskq for dump_bytes()
2013-05-02 George.Wilson3246 ZFS I/O deadman thread
2013-01-29 Brian BehlendorfRemove NPTL_GUARD_WITHIN_STACK
2013-01-07 Brian BehlendorfMerge branch 'io_schedule'
2013-01-07 Matt JohnstonUse cv_wait_io() which will will account for iowait
2012-10-03 Etienne DechampsFix VOP_CLOSE() in userspace.
2012-10-03 Etienne DechampsCreate threads in detached state in userspace.
2012-09-19 Bill PijewskiIllumos #2703: add mechanism to report ZFS send progress
2012-09-04 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Richard YaoRevert Disable direct reclaim for z_wr_* threads
2012-08-24 Prakash SuryaWrap smp_processor_id in kpreempt_[dis|en]able
2012-08-08 Dan McDonaldIllumos #1693: persistent 'comment' field for a zpool
2012-02-02 Brian BehlendorfCleanup ZFS debug infrastructure
2011-12-14 Garrett D'AmoreIllumos #734: Use taskq_dispatch_ent() interface
2011-11-03 Brian BehlendorfImprove meta data performance
2011-05-09 Brian BehlendorfMerge pull request #235 from nedbass/rdev
2011-05-06 Brian BehlendorfDisable direct reclaim for z_wr_* threads
2011-03-31 Brian BehlendorfFix libzpool cv_* build error
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-10 Brian BehlendorfAdd Linux Compat Infrastructure
2011-02-10 Brian BehlendorfAdd basic uio support
2010-12-14 Brian BehlendorfUse cv_timedwait_interruptible in arc
2010-09-10 Brian BehlendorfUse linux __KERNEL__ define
2010-09-08 Brian BehlendorfSupport custom build directories and move includes