aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Use MODULE variable in module Makefile like zfs.Etienne Dechamps2012-07-262-40/+40
* 32-bit compat, hostid_read()Brian Behlendorf2012-07-201-2/+2
* Detect kernels that honor gfp flags passed to vmalloc()Richard Yao2012-07-111-0/+4
* Constify memory management functionsRichard Yao2012-07-031-5/+5
* PowerPC CompatibilityBrian Behlendorf2012-07-021-1/+1
* Linux 3.4 compat, __clear_close_on_exec replaces FD_CLRRichard Yao2012-06-131-1/+1
* Fix uninit variable in slab reclaim testBrian Behlendorf2012-06-131-1/+1
* Fix invalid context bugBrian Behlendorf2012-06-111-2/+1
* Fix ARM 64-bit divisionJorgen Lundman2012-05-221-8/+43
* Remove Solaris module emulationBrian Behlendorf2012-05-182-376/+0
* Add SPLAT test to exercise slab direct reclaimPrakash Surya2012-05-071-30/+165
* Ensure a minimum of one slab is reclaimedBrian Behlendorf2012-05-071-2/+32
* Ensure direct reclaim forward progressBrian Behlendorf2012-05-071-0/+10
* Ignore slab cache age and delay in direct reclaimPrakash Surya2012-05-071-1/+2
* Throttle number of freed slabs based on nr_to_scanPrakash Surya2012-05-071-6/+8
* Add missing 64-bit divide for 32-bit ARMJorgen Lundman2012-05-031-1/+22
* Update a comment to reflect new taskq internalsPrakash Surya2012-04-301-13/+16
* Remove condition variable namesBrian Behlendorf2012-04-062-15/+6
* Add SPL_META_RELEASE to module load/unload messagesBrian Behlendorf2012-03-232-11/+13
* Add basic dynamic kstat supportBrian Behlendorf2012-02-021-0/+12
* Add --enable-debug-log configure optionBrian Behlendorf2012-02-024-2/+15
* Taskq locking optimizationsNed Bass2012-01-191-2/+2
* Revert "Taskq locking optimizations"Ned Bass2012-01-191-7/+5
* Taskq locking optimizationsNed Bass2012-01-181-5/+7
* Add taskq contention splat testNed Bass2012-01-181-0/+115
* Fix `make distclean` for `--with-config=user`Darik Horn2012-01-171-2/+5
* Proxmox VE kernel compat, invalidate_inodes()Brian Behlendorf2011-12-211-4/+4
* Store copy of tqent_flags prior to servicing taskPrakash Surya2011-12-161-6/+16
* Swap taskq_ent_t with taskqid_t in taskq_thread_tPrakash Surya2011-12-161-10/+8
* Exercise new taskq interface in splat-taskq testsPrakash Surya2011-12-131-49/+280
* Implement taskq_dispatch_prealloc() interfacePrakash Surya2011-12-131-6/+86
* Add Test: "Single task queue, recursive dispatch"Prakash Surya2011-12-131-0/+77
* Replace tq_work_list and tq_threads in taskq_tPrakash Surya2011-12-131-55/+77
* Replace struct spl_task with struct taskq_entPrakash Surya2011-12-131-63/+62
* Add SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_IDPrakash Surya2011-12-131-0/+1
* 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