]> git.proxmox.com Git - mirror_spl-debian.git/history - module
SPL 0.6.0-rc8
[mirror_spl-debian.git] / module /
2012-03-23 Brian BehlendorfAdd SPL_META_RELEASE to module load/unload messages
2012-02-02 Brian BehlendorfAdd basic dynamic kstat support
2012-02-02 Brian BehlendorfAdd --enable-debug-log configure option
2012-01-19 Ned BassTaskq locking optimizations
2012-01-19 Ned BassRevert "Taskq locking optimizations"
2012-01-18 Ned BassTaskq locking optimizations
2012-01-18 Ned BassAdd taskq contention splat test
2012-01-17 Darik HornFix `make distclean` for `--with-config=user`
2011-12-21 Brian BehlendorfProxmox VE kernel compat, invalidate_inodes()
2011-12-17 Prakash SuryaStore copy of tqent_flags prior to servicing task
2011-12-16 Prakash SuryaSwap taskq_ent_t with taskqid_t in taskq_thread_t
2011-12-14 Prakash SuryaExercise new taskq interface in splat-taskq tests
2011-12-14 Prakash SuryaImplement taskq_dispatch_prealloc() interface
2011-12-14 Prakash SuryaAdd Test: "Single task queue, recursive dispatch"
2011-12-14 Prakash SuryaReplace tq_work_list and tq_threads in taskq_t
2011-12-13 Prakash SuryaReplace struct spl_task with struct taskq_ent
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-11-11 Brian BehlendorfPrepend spl_ to all init/fini functions
2011-11-10 Brian BehlendorfLinux 3.1 compat, shrink_*cache_memory
2011-11-10 Brian BehlendorfLinux 3.1 compat, kern_path_parent()
2011-11-03 Brian BehlendorfFix NULL deref in balance_pgdat()
2011-10-18 Gunnar Beutnervn_rdwr() didn't properly advance the file position
2011-10-11 Brian BehlendorfFix various typos in comments
2011-10-11 Gunnar BeutnerFixed typo in spl_slab_alloc()
2011-10-11 Gunnar BeutnerProperly destroy work items in spl_kmem_cache_destroy()
2011-10-11 Gunnar BeutnerFixed invalid resource re-use in file_find()
2011-10-06 Brian BehlendorfRemove /etc/hostid missing warning
2011-07-20 Brian BehlendorfFix 'make install' overly broad 'rm'
2011-06-24 Darik HornRead the /etc/hostid file directly.
2011-06-21 Brian BehlendorfAdd linux compatibility tests
2011-06-21 Brian BehlendorfLinux 3.0: Shrinker compatibility
2011-05-06 Brian BehlendorfAdd TASKQ_NORECLAIM flag
2011-04-25 Brian BehlendorfMerged pull request #40 from dajhorn/spl-proc-typos.
2011-04-25 Darik HornCorrect typos in the spl proc handler.
2011-04-21 Darik HornMake the SPL kernel messages consistent with ZFS.
2011-04-21 Darik HornRemove the gawk dependency.
2011-04-21 Darik HornImport spl_hostid as a module parameter.
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, zlib_deflate_workspacesize()
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, kern_path_parent()
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, DEFINE_SPINLOCK()
2011-04-19 Brian BehlendorfFix unused variable
2011-04-19 Brian BehlendorfLinux 2.6.39 compat, invalidate_inodes()
2011-04-07 Brian BehlendorfAdd dnlc_reduce_cache() support
2011-04-07 Brian BehlendorfAdd slab usage summeries to /proc
2011-04-07 Brian BehlendorfUpdate /proc/spl/kmem/slab output
2011-04-07 Brian BehlendorfLinux shrinker compat
2011-03-22 Brian BehlendorfAdd crgetfsuid()/crgetfsgid() helpers
2011-03-20 Brian BehlendorfDisable vmalloc() direct reclaim
2011-03-02 Brian BehlendorfRemove xvattr support
2011-02-26 Brian BehlendorfAdd zlib regression test
2011-02-26 Brian BehlendorfFix zlib compression
2011-02-23 Brian BehlendorfLinux compat 2.6.37, invalidate_inodes()
2011-02-04 Brian BehlendorfBlock in cv_destroy() on all waiters
2011-01-12 Brian BehlendorfRemove VN_HOLD/VN_RELE/VOP_PUTPAGE
2011-01-12 Brian BehlendorfMake vn_cache|vn_file_cache kmem caches
2011-01-12 Brian BehlendorfClean vattr_t and vsecattr_t types
2011-01-12 Brian BehlendorfAdd vn_mode_to_vtype/vn_vtype to_mode helpers
2011-01-11 Neependra KhareAdd cv_timedwait_interruptible() function
2011-01-11 Brian BehlendorfLinux Compat: inode->i_mutex/i_sem
2010-12-07 Brian BehlendorfAdd Thread Specific Data (TSD) Regression Test
2010-12-07 Brian BehlendorfAdd Thread Specific Data (TSD) Implementation
2010-11-29 Brian BehlendorfClear cv->cv_mutex when not in use
2010-11-10 Brian BehlendorfLinux 2.6.36 compat, use fops->unlocked_ioctl()
2010-11-09 Brian BehlendorfLinux 2.6.36 compat, fs_struct->lock type change
2010-11-09 Brian BehlendorfFix incorrect krw_type_t type
2010-10-22 Brian BehlendorfFix 2.6.35 shrinker callback API change
2010-09-06 Brian BehlendorfSupport custom build directories
2010-08-27 Brian BehlendorfStub out kmem cache defrag API
2010-08-12 Li WeiFix stack overflow in vn_rdwr() due to memory reclaim
2010-08-02 Ricardo M. CorreiaFix taskq code to not drop tasks when TQ_SLEEP is used.
2010-07-31 Brian BehlendorfStrfree() should call kfree() not kmem_free()
2010-07-28 Brian BehlendorfAdd uninstall Makefile targets
2010-07-26 Brian BehlendorfEnsure kmem_alloc() and vmem_alloc() never fail
2010-07-26 Brian BehlendorfFix two minor compiler warnings
2010-07-21 Brian BehlendorfRemove deadcode caused by removal of format1 arg
2010-07-20 Ricardo M. CorreiaDisplay DEBUG keyword during module load when --enable...
2010-07-20 Ricardo M. CorreiaFix buggy kmem_{v}asprintf() functions
2010-07-20 Brian BehlendorfPrefix all SPL debug macros with 'S'
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-14 Brian BehlendorfFix -Werror=format-security compiler option
2010-07-14 Brian BehlendorfLinux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'
2010-07-13 Brian BehlendorfAdd __divdi3(), remove __udivdi3() kernel dependency
2010-07-01 Brian BehlendorfRequire gawk the usermode helper fails with awk
2010-07-01 Brian BehlendorfAdd configure check for user_path_dir()
2010-07-01 Ned BassImplementation of a regression test for TQ_FRONT.
2010-07-01 Ned BassInitialize the /dev/splatctl device buffer
2010-07-01 Ned BassImplementation of the TQ_FRONT flag.
2010-06-30 Brian BehlendorfLinux-2.6.33 compat, .ctl_name removed from struct...
2010-06-28 Brian BehlendorfTreat mutex->owner as volatile
2010-06-28 Brian BehlendorfFix subtle race in threads test case
2010-06-24 Brian BehlendorfAdd kmem_vasprintf function
2010-06-21 Brian BehlendorfRevert "Support TQ_FRONT flag used by taskq_dispatch()"
2010-06-16 Brian BehlendorfUpdate warnings in kmem debug code
2010-06-11 Brian BehlendorfSupport TQ_FRONT flag used by taskq_dispatch()
2010-06-11 Brian BehlendorfAdd kmem_asprintf(), strfree(), strdup(), and minor...
2010-06-11 Brian BehlendorfCleanly split Linux proc.h (fs) from conflicting Solari...
2010-06-03 Alex ZhuravlevStack overflow on 64-bit modulus operations on 32-bit...
2010-05-23 Brian BehlendorfMinor 32-bit fix cast to hrtime_t before the mutliply.
next