aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix spl_config.h install permissionsBrian Behlendorf2013-03-011-1/+1
* Define BE_IN16 & BE_IN32 for lz4 compressionEric Dillmann2013-01-291-0/+9
* Add spl_kmem_cache_expire module optionBrian Behlendorf2013-01-281-2/+6
* Remove spl_invalidate_inodes()Brian Behlendorf2013-01-171-28/+0
* RHEL 6.4 compat, fallocate()Brian Behlendorf2013-01-081-0/+20
* Add cv_wait_io() to account I/O timeMatt Johnston2013-01-071-0/+2
* Fix spl_kmem_init_kallsyms_lookup() panicBrian Behlendorf2012-12-191-0/+1
* Removed SPL_AC_3ARGS_INIT_WORK checkBrian Behlendorf2012-12-122-50/+0
* kmem-cache: Use a taskq for async allocationsBrian Behlendorf2012-12-121-1/+1
* kmem-cache: Use taskqs for ageingBrian Behlendorf2012-12-121-2/+2
* taskq delay/cancel functionalityBrian Behlendorf2012-12-121-14/+24
* taskq style, remove #define wrappersBrian Behlendorf2012-12-121-25/+15
* taskq style, convert spaces to soft tabsBrian Behlendorf2012-12-121-59/+61
* Track emergency object in rbtreeBrian Behlendorf2012-11-061-2/+3
* Improved vmem cached deadlock detectionBrian Behlendorf2012-11-061-0/+3
* splat: Cleanup headersBrian Behlendorf2012-11-062-1/+2
* Condition variable reference countsBrian Behlendorf2012-11-061-1/+2
* Add KSTAT_TYPE_TXG typeBrian Behlendorf2012-11-021-1/+22
* Make kstat.ks_update() callback atomicBrian Behlendorf2012-10-231-1/+2
* Linux 3.7 compat, __clear_close_on_exec() removedBrian Behlendorf2012-10-181-4/+0
* Linux 3.6 compat, kern_path_locked() addedYuxuan Shui2012-10-141-0/+6
* Add interface for file hole punching.Etienne Dechamps2012-10-041-0/+6
* Remove TQ_SLEEP -> KM_SLEEP mappingBrian Behlendorf2012-09-121-2/+3
* Revert "Switch KM_SLEEP to KM_PUSHPAGE"Brian Behlendorf2012-09-121-1/+0
* Add KMC_NOEMERGENCY slab flagBrian Behlendorf2012-09-071-0/+2
* Add DKIOCTRIM for TRIM support.Etienne Dechamps2012-09-021-0/+1
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-08-271-0/+1
* Mutex ASSERT on self deadlockBrian Behlendorf2012-08-271-2/+7
* Add PF_NOFS debugging flagBrian Behlendorf2012-08-271-0/+49
* Revert "Add TASKQ_NORECLAIM flag"Brian Behlendorf2012-08-271-1/+0
* Emergency slab objectsBrian Behlendorf2012-08-271-0/+17
* Remove autotools productsBrian Behlendorf2012-08-2711-4724/+0
* Add kpreempt_[dis|en]able macros in <sys/disp.h>Prakash Surya2012-08-241-0/+5
* Avoid calling smp_processor_id in spl_magazine_agePrakash Surya2012-08-241-0/+1
* Remove Makefile from non-toplevel .gitignore filesRichard Yao2012-08-231-1/+0
* Fix incorrect type in spl_kmem_cache_set_move() parameterRichard Yao2012-08-011-1/+1
* Optimize spl_rwsem_is_locked()Brian Behlendorf2012-07-131-42/+25
* Constify memory management functionsRichard Yao2012-07-031-4/+4
* PowerPC CompatibilityBrian Behlendorf2012-07-022-2/+2
* Linux 3.4 compat, __clear_close_on_exec replaces FD_CLRRichard Yao2012-06-131-0/+4
* Remove Solaris module emulationBrian Behlendorf2012-05-181-252/+10
* Modify KM_PUSHPAGE to use GFP_NOIO instead of GFP_NOFSRichard Yao2012-05-071-1/+1
* Throttle number of freed slabs based on nr_to_scanPrakash Surya2012-05-071-2/+3
* Define the needed ISA types for ARMJorgen Lundman2012-05-031-1/+18
* Remove condition variable namesBrian Behlendorf2012-04-061-9/+1
* Add SPL_META_RELEASE to module load/unload messagesBrian Behlendorf2012-03-231-1/+1
* Cleanly support debug packagesBrian Behlendorf2012-02-271-0/+4
* Add missing spl_debug_* helpersBrian Behlendorf2012-02-091-2/+64
* Add basic dynamic kstat supportBrian Behlendorf2012-02-021-1/+10
* Add --enable-debug-log configure optionBrian Behlendorf2012-02-022-22/+41