summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move vendor check to spl-build.m4Brian Behlendorf2010-09-0212-728/+1371
* Prep for spl-0.5.1 tagBrian Behlendorf2010-09-011-1/+1
* Add quick build instructionsBrian Behlendorf2010-09-011-2/+7
* Add list_link_replace() functionBrian Behlendorf2010-08-271-0/+13
* Add MUTEX_NOT_HELD() functionBrian Behlendorf2010-08-271-1/+3
* Stub out kmem cache defrag APIBrian Behlendorf2010-08-272-5/+30
* Add missing atomic functionsBrian Behlendorf2010-08-271-0/+44
* Prep for spl-0.5.0 tagBrian Behlendorf2010-08-131-0/+7
* Fix stack overflow in vn_rdwr() due to memory reclaimLi Wei2010-08-122-0/+7
* Correctly handle rwsem_is_locked() behaviorNed Bass2010-08-105-31/+172
* Correctly detect atomic64_cmpxchg supportNed Bass2010-08-082-0/+3
* Fix taskq code to not drop tasks when TQ_SLEEP is used.Ricardo M. Correia2010-08-022-28/+48
* Strfree() should call kfree() not kmem_free()Brian Behlendorf2010-07-301-1/+1
* Add uninstall Makefile targetsBrian Behlendorf2010-07-285-6/+26
* Add Debian and Slackware style packaging via alienBrian Behlendorf2010-07-2712-71/+574
* Ensure kmem_alloc() and vmem_alloc() never failBrian Behlendorf2010-07-262-193/+289
* Fix two minor compiler warningsBrian Behlendorf2010-07-262-5/+7
* Remove deadcode caused by removal of format1 argBrian Behlendorf2010-07-211-14/+5
* Fix max_ncpus definition.Ricardo M. Correia2010-07-201-2/+3
* Display DEBUG keyword during module load when --enable-debug is used.Ricardo M. Correia2010-07-202-4/+12
* Fix buggy kmem_{v}asprintf() functionsRicardo M. Correia2010-07-201-4/+4
* Fix bcopy() to allow memory area overlapRicardo M. Correia2010-07-201-1/+1
* Fix compilation error due to undefined ACCESS_ONCE macro.Ricardo M. Correia2010-07-202-0/+48
* Prefix all SPL debug macros with 'S'Brian Behlendorf2010-07-2014-492/+533
* Split <sys/debug.h> headerBrian Behlendorf2010-07-2025-458/+460
* Proposed fix for oops on SIGINT in splat atomic:64-bit test.Ned Bass2010-07-151-1/+1
* Fix -Werror=format-security compiler optionBrian Behlendorf2010-07-141-1/+2
* Linux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'Brian Behlendorf2010-07-146-28/+187
* Proposed fix for low memory ZFS deadlocksBrian Behlendorf2010-07-131-1/+1
* Add __divdi3(), remove __udivdi3() kernel dependencyBrian Behlendorf2010-07-137-221/+262
* Update config.guess to recognize additional distrosBrian Behlendorf2010-07-021-1/+12
* Allow config/build to work with autoconf-2.65Lars Johannsen2010-07-022-75/+75
* Require gawk the usermode helper fails with awkBrian Behlendorf2010-07-013-4/+39
* Add configure check for user_path_dir()Brian Behlendorf2010-07-014-1/+116
* Use $target_cpu instead of `arch`Brian Behlendorf2010-07-012-18/+18
* Check sourcelink is set before passing to readlinkBrian Behlendorf2010-07-012-13/+18
* Implementation of a regression test for TQ_FRONT.Ned Bass2010-07-011-9/+142
* Initialize the /dev/splatctl device bufferNed Bass2010-07-012-1/+5
* Implementation of the TQ_FRONT flag.Ned Bass2010-07-012-21/+75
* Remove AC_DEFINE for DEBUG/NDEBUGBrian Behlendorf2010-07-013-28/+0
* Only make compiler warnings fatal with --enable-debugBrian Behlendorf2010-06-309-34/+89
* Linux-2.6.33 compat, O_DSYNC flag addedBrian Behlendorf2010-06-301-1/+8
* Linux-2.6.33 compat, .ctl_name removed from struct ctl_tableBrian Behlendorf2010-06-305-38/+201
* Linux-2.6.33 compat, check <generated/utsrelease.h> for UTS_RELEASEBrian Behlendorf2010-06-302-54/+62
* Add basic READMEBrian Behlendorf2010-06-291-0/+10
* Treat mutex->owner as volatileBrian Behlendorf2010-06-282-22/+116
* Fix subtle race in threads test caseBrian Behlendorf2010-06-281-4/+3
* Accept but ignore TASKQ_DC_BATCH and TQ_FRONTBrian Behlendorf2010-06-281-0/+2
* Add kmem_vasprintf functionBrian Behlendorf2010-06-242-4/+21
* Revert "Support TQ_FRONT flag used by taskq_dispatch()"Brian Behlendorf2010-06-212-9/+1