aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Add crgetfsuid()/crgetfsgid() helpersBrian Behlendorf2011-03-221-78/+58
* Disable vmalloc() direct reclaimBrian Behlendorf2011-03-201-2/+22
* Remove xvattr supportBrian Behlendorf2011-03-021-2/+2
* Add zlib regression testBrian Behlendorf2011-02-254-0/+169
* Fix zlib compressionBrian Behlendorf2011-02-254-3/+230
* Linux compat 2.6.37, invalidate_inodes()Brian Behlendorf2011-02-231-0/+14
* Block in cv_destroy() on all waitersBrian Behlendorf2011-02-041-3/+23
* Remove VN_HOLD/VN_RELE/VOP_PUTPAGEBrian Behlendorf2011-01-122-8/+0
* Make vn_cache|vn_file_cache kmem cachesBrian Behlendorf2011-01-121-2/+2
* Clean vattr_t and vsecattr_t typesBrian Behlendorf2011-01-121-9/+6
* Add vn_mode_to_vtype/vn_vtype to_mode helpersBrian Behlendorf2011-01-121-6/+35
* Add cv_timedwait_interruptible() functionNeependra Khare2011-01-111-4/+17
* Linux Compat: inode->i_mutex/i_semBrian Behlendorf2011-01-111-10/+3
* Add Thread Specific Data (TSD) Regression TestBrian Behlendorf2010-12-071-1/+184
* Add Thread Specific Data (TSD) ImplementationBrian Behlendorf2010-12-075-3/+653
* Clear cv->cv_mutex when not in useBrian Behlendorf2010-11-291-10/+10
* Linux 2.6.36 compat, use fops->unlocked_ioctl()Brian Behlendorf2010-11-102-10/+10
* Linux 2.6.36 compat, fs_struct->lock type changeBrian Behlendorf2010-11-091-10/+18
* Fix incorrect krw_type_t typeBrian Behlendorf2010-11-091-1/+1
* Fix 2.6.35 shrinker callback API changeBrian Behlendorf2010-10-221-3/+18
* Support custom build directoriesBrian Behlendorf2010-09-053-40/+44
* Stub out kmem cache defrag APIBrian Behlendorf2010-08-271-0/+12
* Fix stack overflow in vn_rdwr() due to memory reclaimLi Wei2010-08-121-0/+6
* 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-281-0/+10
* Ensure kmem_alloc() and vmem_alloc() never failBrian Behlendorf2010-07-261-105/+143
* Fix two minor compiler warningsBrian Behlendorf2010-07-261-1/+2
* Remove deadcode caused by removal of format1 argBrian Behlendorf2010-07-211-14/+5
* Display DEBUG keyword during module load when --enable-debug is used.Ricardo M. Correia2010-07-201-4/+6
* Fix buggy kmem_{v}asprintf() functionsRicardo M. Correia2010-07-201-4/+4
* Prefix all SPL debug macros with 'S'Brian Behlendorf2010-07-2013-424/+456
* Split <sys/debug.h> headerBrian Behlendorf2010-07-2015-69/+60
* 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-142-28/+7
* Add __divdi3(), remove __udivdi3() kernel dependencyBrian Behlendorf2010-07-132-23/+229
* Require gawk the usermode helper fails with awkBrian Behlendorf2010-07-011-1/+1
* Add configure check for user_path_dir()Brian Behlendorf2010-07-011-1/+17
* 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-011-21/+74
* Linux-2.6.33 compat, .ctl_name removed from struct ctl_tableBrian Behlendorf2010-06-301-38/+40
* Treat mutex->owner as volatileBrian Behlendorf2010-06-281-12/+88
* Fix subtle race in threads test caseBrian Behlendorf2010-06-281-4/+3
* Add kmem_vasprintf functionBrian Behlendorf2010-06-241-4/+20
* Revert "Support TQ_FRONT flag used by taskq_dispatch()"Brian Behlendorf2010-06-211-7/+1
* Update warnings in kmem debug codeBrian Behlendorf2010-06-161-36/+49
* Support TQ_FRONT flag used by taskq_dispatch()Brian Behlendorf2010-06-111-1/+7
* Add kmem_asprintf(), strfree(), strdup(), and minor cleanup.Brian Behlendorf2010-06-111-0/+46