]> git.proxmox.com Git - mirror_spl.git/history - module/splat
Linux 3.16 compat: smp_mb__after_clear_bit()
[mirror_spl.git] / module / splat /
2014-05-22 Brian BehlendorfAdd KMC_SLAB cache type
2014-04-14 Chunwei ChenAdd ddi_time_after and friends
2014-04-08 Tim ChaseSupport post-3.13 kthread_create() semantics.
2014-04-08 Brian Behlendorfsplat cred:groupmember: Fix false positives
2014-04-08 Brian Behlendorfsplat kmem:slab_reclaim: Test cleanup
2013-12-06 Brian BehlendorfAdd module versioning
2013-10-09 Richard YaoReplace current_kernel_time() with getnstimeofday()
2013-07-30 Brian BehlendorfFix KMC_OFFSLAB type caches
2013-07-08 Brian BehlendorfMerge branch 'linux-3.10'
2013-07-08 Yuxuan ShuiLinux 3.10 compat: add missing include of linux/slab.h
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2013-01-28 Brian BehlendorfAdd spl_kmem_cache_expire module option
2013-01-10 Ned Basscall_usermodehelper() should wait for process
2012-12-12 Brian BehlendorfMerge branch 'taskq'
2012-12-12 Brian Behlendorfsplat taskq:front: Reduce stack frame
2012-12-12 Brian Behlendorfsplat taskq:order: Reduce stack frame
2012-12-12 Brian Behlendorfsplat taskq:cancel: Add test case
2012-12-12 Brian Behlendorfsplat taskq:delay: Add test case
2012-12-12 Brian Behlendorftaskq delay/cancel functionality
2012-12-12 Steven Johnsonsplat linux:shrinker: Fix fail-safe
2012-12-12 Steven Johnsonsplat linux:shrinker: Fix race condition
2012-12-05 Steven Johnsonsplat taskq:front: Fix race
2012-12-03 Brian BehlendorfLinux compat 3.7, kernel_thread()
2012-11-06 Brian BehlendorfMerge branch 'splat'
2012-11-06 Brian Behlendorfsplat kmem:slab_overcommit: Disabled
2012-11-06 Brian Behlendorfsplat atomic:64-bit: Create thread outside spin lock
2012-11-06 Brian Behlendorfsplat: Fix log buffer locking
2012-11-06 Brian Behlendorfsplat: Cleanup headers
2012-10-18 Brian BehlendorfLinux 3.7 compat, __clear_close_on_exec() removed
2012-08-30 Brian BehlendorfEnhance SPLAT kmem:slab_overcommit test
2012-08-23 Richard YaoRemove Makefile from non-toplevel .gitignore files
2012-07-26 Brian BehlendorfMerge branch 'builtin-clean'
2012-07-26 Etienne DechampsAdd script for builtin module building.
2012-07-26 Etienne DechampsUse MODULE variable in module Makefile like zfs.
2012-06-13 Richard YaoLinux 3.4 compat, __clear_close_on_exec replaces FD_CLR
2012-06-13 Brian BehlendorfFix uninit variable in slab reclaim test
2012-05-07 Prakash SuryaAdd SPLAT test to exercise slab direct reclaim
2012-04-06 Brian BehlendorfRemove condition variable names
2012-03-23 Brian BehlendorfAdd SPL_META_RELEASE to module load/unload messages
2012-01-18 Ned BassAdd taskq contention splat test
2011-12-14 Prakash SuryaExercise new taskq interface in splat-taskq tests
2011-12-14 Prakash SuryaAdd Test: "Single task queue, recursive dispatch"
2011-12-13 Prakash SuryaAdd SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_ID
2011-11-22 Prakash SuryaFix a typo referencing an incorrect symbol
2011-06-21 Brian BehlendorfAdd linux compatibility tests
2011-04-21 Darik HornMake the SPL kernel messages consistent with ZFS.
2011-02-26 Brian BehlendorfAdd zlib regression test
2011-01-12 Brian BehlendorfRemove VN_HOLD/VN_RELE/VOP_PUTPAGE
2010-12-07 Brian BehlendorfAdd Thread Specific Data (TSD) Regression Test
2010-11-10 Brian BehlendorfLinux 2.6.36 compat, use fops->unlocked_ioctl()
2010-11-09 Brian BehlendorfFix incorrect krw_type_t type
2010-09-06 Brian BehlendorfSupport custom build directories
2010-08-02 Ricardo M. CorreiaFix taskq code to not drop tasks when TQ_SLEEP is used.
2010-07-20 Brian BehlendorfSplit <sys/debug.h> header
2010-07-15 Ned BassProposed fix for oops on SIGINT in splat atomic:64...
2010-07-13 Brian BehlendorfAdd __divdi3(), remove __udivdi3() kernel dependency
2010-07-01 Ned BassImplementation of a regression test for TQ_FRONT.
2010-07-01 Ned BassInitialize the /dev/splatctl device buffer
2010-06-28 Brian BehlendorfTreat mutex->owner as volatile
2010-06-28 Brian BehlendorfFix subtle race in threads test case
2010-05-20 Brian BehlendorfSimplify rwlock implementation.
2010-05-20 Brian BehlendorfUse KM_NODEBUG macro in preference to __GFP_NOWARN.
2010-05-20 Brian BehlendorfAdjust 'large' object sizes in kmem:slab_large test.
2010-05-19 Brian BehlendorfRemove kmem_set_warning() interface replace with __GFP_...
2010-05-17 Brian BehlendorfPublic Release Prep
2010-01-08 Ricardo M. Correiasun-misc-gitignore
2010-01-05 Brian BehlendorfAdded splat taskq task ordering test case.
2009-12-23 Brian BehlendorfFix kmem:slab_overcommit regression test locking
2009-12-10 Brian BehlendorfSplat vnode tests must return negative error codes.
2009-12-01 Brian BehlendorfOnly run the kmem overcommit test on 64-bit systems.
2009-12-01 Brian BehlendorfType long expected explicitly cast for 32-bit systems.
2009-11-13 Brian BehlendorfLinux 2.6.31 kmem cache alignment fixes and cleanup.
2009-10-02 Brian BehlendorfUse kobject_set_name() for increased portability.
2009-10-01 Brian BehlendorfSet cwd to '/' for the process executing insmod.
2009-09-25 Brian BehlendorfReimplement mutexs for Linux lock profiling/analysis
2009-09-18 Brian BehlendorfReimplement rwlocks for Linux lock profiling/analysis.
2009-07-28 Brian BehlendorfUpdate global_page_state() support for 2.6.29 kernels.
2009-07-28 Brian BehlendorfAdd basic credential support and splat tests.
2009-07-23 Brian BehlendorfAllow kmem or vmem based slab for slab_lock and slab_ov...
2009-05-21 Brian BehlendorfSLES10 Fixes (part 9)
2009-05-20 Brian BehlendorfSLES10 Fixes (part 8)
2009-05-20 Brian BehlendorfPowerpc Fixes (part 1):
2009-05-20 Brian BehlendorfSLES10 Fixes (part 2):
2009-03-18 Brian BehlendorfFix vmem leak in kmem_cache_test (missing splat_kmem_ca...
2009-03-17 Brian BehlendorfAllow spl_config.h to be included by dependant packages
2009-03-17 Brian BehlendorfFC10/i686 Compatibility Update (2.6.27.19-170.2.35...
2009-03-15 Brian BehlendorfFix taskq_wait() not waiting bug
2009-03-15 Brian BehlendorfMutex tests updated to use task queues instead of work...
2009-03-09 Brian BehlendorfBuild system and packaging (RPM support)
2009-02-18 Brian BehlendorfCoverity 9657: Resource Leak
2009-02-18 Brian BehlendorfCoverity 9656: Forward NULL
2009-02-02 Brian Behlendorf2.6.27+ portability changes
2009-01-31 Brian BehlendorfUpdate thread tests to have max_time
2009-01-31 Brian Behlendorfkmem_cache hardening and performance improvements
2009-01-26 Brian BehlendorfImplement kmem cache alignment argument
2009-01-22 Brian BehlendorfSleep uninteruptibly, waking up early may result in...
2009-01-20 Brian BehlendorfKMEM_TRACKING turned up a missing free in list test...
2009-01-15 Brian BehlendorfRename modules to module and update references