summaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
* Add skc_flags and full header to /proc/spl/kmem/slab.Brian Behlendorf2009-12-111-19/+26
* Atomic64 compatibility for 32-bit systems without kernel support.Brian Behlendorf2009-12-042-50/+62
* Correctly handle division on 32-bit RHEL5 systems by returning dividend.Brian Behlendorf2009-12-011-1/+3
* Ensure spl_config.h is include in spl-generic.cBrian Behlendorf2009-11-151-0/+1
* Linux 2.6.31 kmem cache alignment fixes and cleanup.Brian Behlendorf2009-11-131-52/+92
* Remove __GFP_NOFAIL in kmem and retry internally.Brian Behlendorf2009-11-121-9/+9
* Linux 2.6.31 Compatibility UpdatesBrian Behlendorf2009-11-101-3/+3
* Autoconf --enable-debug-* cleanupBrian Behlendorf2009-10-303-37/+16
* Use Linux atomic primitives by default.Brian Behlendorf2009-10-301-2/+4
* I should not have removed these, they are important.Brian Behlendorf2009-10-271-0/+2
* Rebase cmn_err on vcmn_err and don't warn about missing \nBrian Behlendorf2009-10-272-22/+19
* Set cwd to '/' for the process executing insmod.Brian Behlendorf2009-10-012-3/+109
* Reimplement mutexs for Linux lock profiling/analysisBrian Behlendorf2009-09-252-429/+38
* Update rwlocks to track owner to ensure correct semanticsBrian Behlendorf2009-09-252-14/+24
* Reimplement rwlocks for Linux lock profiling/analysis.Brian Behlendorf2009-09-182-297/+45
* Update global_page_state() support for 2.6.29 kernels.Brian Behlendorf2009-07-281-24/+55
* Remove get/put_task_struct as they are not available for SLES11Brian Behlendorf2009-07-281-10/+2
* Add basic credential support and splat tests.Brian Behlendorf2009-07-273-0/+311
* Positive Solaris ioctl return codes need to be negated for use by libcBrian Behlendorf2009-07-231-2/+9
* The HAVE_PATH_IN_NAMEIDATA compat macros should have been used here.Brian Behlendorf2009-07-221-3/+3
* Register a basic compat ioctl handler (32 vs 64 bit compat)Brian Behlendorf2009-07-211-3/+17
* Prevent integer overflow after ~164 days of uptime.Ricardo M. Correia2009-07-141-1/+1
* Add ddi_copyin/ddi_copyout support for fake kernel originated ioctls.Brian Behlendorf2009-07-101-0/+27
* Add basic support for TASKQ_THREADS_CPU_PCT taskq flag which isBrian Behlendorf2009-07-091-0/+9
* Use do_div on older kernel where do_div64 doesn't exist.Brian Behlendorf2009-06-261-1/+1
* SLES10 Fixes (part 7)Brian Behlendorf2009-05-202-2/+2
* SLES10 Fixes (part 6)Brian Behlendorf2009-05-201-12/+35
* SLES10 Fixes (part 4):Brian Behlendorf2009-05-201-5/+14
* SLES10 Fixes (part 2):Brian Behlendorf2009-05-204-31/+41
* Allow spl_config.h to be included by dependant packagesBrian Behlendorf2009-03-171-4/+4
* FC10/i686 Compatibility Update (2.6.27.19-170.2.35.fc10.i686)Brian Behlendorf2009-03-171-13/+52
* Fix taskq_wait() not waiting bugBrian Behlendorf2009-03-151-12/+20
* Fix off-by-1 truncation of hw_serial when converting from integer to string, ...Ricardo M. Correia2009-03-121-9/+10
* Minor bug fix in XDR code introduced in last minute change before landing.Ricardo M. Correia2009-03-111-2/+2
* Add XDR implementationRicardo M. Correia2009-03-112-0/+518
* Build system and packaging (RPM support)Brian Behlendorf2009-03-092-30/+0
* XXX: Temporarily disable vmem_size().Ricardo M. Correia2009-03-051-0/+2
* Linux VM Integration CleanupBrian Behlendorf2009-03-043-72/+175
* Add zone_get_hostid() functionBrian Behlendorf2009-02-192-2/+19
* Coverity 9649, 9650, 9651: UninitBrian Behlendorf2009-02-181-1/+0
* kmem slab magazine ageing deadlockBrian Behlendorf2009-02-171-4/+24
* kmem slab fixesBrian Behlendorf2009-02-131-36/+36
* kmem slab fixesBrian Behlendorf2009-02-121-34/+49
* Additional Linux VM integrationBrian Behlendorf2009-02-052-22/+150
* Linux VM integration / device special filesBrian Behlendorf2009-02-044-35/+262
* 2.6.27+ portability changesBrian Behlendorf2009-02-021-3/+3
* Make the number of system taskq threads based on the node of cores in the nod...Brian Behlendorf2009-02-021-2/+4
* kmem_cache hardening and performance improvementsBrian Behlendorf2009-01-301-140/+325
* Remove debug check was was accidentally left in place an prevent the slab cac...Brian Behlendorf2009-01-261-3/+0
* Implement kmem cache alignment argumentBrian Behlendorf2009-01-261-70/+97