aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
* Use MODULE variable in module Makefile like zfs.Etienne Dechamps2012-07-261-21/+21
* 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
* 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
* 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-061-10/+1
* Add SPL_META_RELEASE to module load/unload messagesBrian Behlendorf2012-03-231-7/+9
* 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
* 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
* Implement taskq_dispatch_prealloc() interfacePrakash Surya2011-12-131-6/+86
* 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
* 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
* Read the /etc/hostid file directly.Darik Horn2011-06-241-5/+105
* 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-211-3/+3
* 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