aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo referencing an incorrect symbolPrakash Surya2011-11-211-1/+1
* Prepend spl_ to all init/fini functionsBrian Behlendorf2011-11-116-25/+29
* Linux 3.1 compat, shrink_*cache_memoryBrian Behlendorf2011-11-091-10/+4
* Linux 3.1 compat, kern_path_parent()Brian Behlendorf2011-11-092-5/+31
* Fix NULL deref in balance_pgdat()Brian Behlendorf2011-11-031-5/+8
* vn_rdwr() didn't properly advance the file positionGunnar Beutner2011-10-181-0/+1
* Fix various typos in commentsBrian Behlendorf2011-10-111-27/+27
* Fixed typo in spl_slab_alloc()Gunnar Beutner2011-10-111-1/+1
* Properly destroy work items in spl_kmem_cache_destroy()Gunnar Beutner2011-10-111-3/+3
* Fixed invalid resource re-use in file_find()Gunnar Beutner2011-10-111-1/+2
* Remove /etc/hostid missing warningBrian Behlendorf2011-10-061-5/+1
* Fix 'make install' overly broad 'rm'Brian Behlendorf2011-07-201-1/+5
* Read the /etc/hostid file directly.Darik Horn2011-06-241-5/+105
* Add linux compatibility testsBrian Behlendorf2011-06-214-0/+247
* Linux 3.0: Shrinker compatibilityBrian Behlendorf2011-06-211-6/+13
* Add TASKQ_NORECLAIM flagBrian Behlendorf2011-05-061-0/+4
* Correct typos in the spl proc handler.Darik Horn2011-04-241-3/+3
* Make the SPL kernel messages consistent with ZFS.Darik Horn2011-04-212-7/+7
* Remove the gawk dependency.Darik Horn2011-04-211-11/+15
* Import spl_hostid as a module parameter.Darik Horn2011-04-212-12/+17
* Linux 2.6.39 compat, zlib_deflate_workspacesize()Brian Behlendorf2011-04-201-2/+6
* Linux 2.6.39 compat, kern_path_parent()Brian Behlendorf2011-04-201-3/+3
* Linux 2.6.39 compat, DEFINE_SPINLOCK()Brian Behlendorf2011-04-203-4/+4
* Fix unused variableBrian Behlendorf2011-04-191-3/+0
* Linux 2.6.39 compat, invalidate_inodes()Brian Behlendorf2011-04-191-1/+1
* Add dnlc_reduce_cache() supportBrian Behlendorf2011-04-061-0/+28
* Add slab usage summeries to /procBrian Behlendorf2011-04-061-1/+119
* Update /proc/spl/kmem/slab outputBrian Behlendorf2011-04-061-22/+24
* Linux shrinker compatBrian Behlendorf2011-04-061-41/+9
* 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