summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Add skc_flags and full header to /proc/spl/kmem/slab.Brian Behlendorf2009-12-111-19/+26
* Splat vnode tests must return negative error codes.Brian Behlendorf2009-12-101-25/+82
* 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
* Only run the kmem overcommit test on 64-bit systems.Brian Behlendorf2009-12-011-1/+11
* Type long expected explicitly cast for 32-bit systems.Brian Behlendorf2009-12-011-2/+2
* 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-132-53/+93
* 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
* Use kobject_set_name() for increased portability.Brian Behlendorf2009-10-021-5/+3
* Set cwd to '/' for the process executing insmod.Brian Behlendorf2009-10-013-7/+115
* Reimplement mutexs for Linux lock profiling/analysisBrian Behlendorf2009-09-253-663/+268
* Update rwlocks to track owner to ensure correct semanticsBrian Behlendorf2009-09-252-14/+24
* Reimplement rwlocks for Linux lock profiling/analysis.Brian Behlendorf2009-09-184-885/+525
* Update global_page_state() support for 2.6.29 kernels.Brian Behlendorf2009-07-282-45/+79
* 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-277-0/+564
* Positive Solaris ioctl return codes need to be negated for use by libcBrian Behlendorf2009-07-231-2/+9
* Allow kmem or vmem based slab for slab_lock and slab_overcommit tests.Brian Behlendorf2009-07-231-1/+1
* 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
* Packaging FixesBrian Behlendorf2009-06-251-3/+5
* Packaging improvements for RHEL and SLESBrian Behlendorf2009-06-161-2/+0
* SLES10 Fixes (part 9)Brian Behlendorf2009-05-2114-20/+16
* SLES10 Fixes (part 8)Brian Behlendorf2009-05-201-7/+19
* SLES10 Fixes (part 7)Brian Behlendorf2009-05-202-2/+2
* SLES10 Fixes (part 6)Brian Behlendorf2009-05-201-12/+35
* Powerpc Fixes (part 1):Brian Behlendorf2009-05-201-3/+5
* SLES10 Fixes (part 4):Brian Behlendorf2009-05-201-5/+14
* SLES10 Fixes (part 2):Brian Behlendorf2009-05-205-32/+42
* Fix vmem leak in kmem_cache_test (missing splat_kmem_cache_test_kcp_free())Brian Behlendorf2009-03-181-0/+1
* Allow spl_config.h to be included by dependant packagesBrian Behlendorf2009-03-172-6/+6
* FC10/i686 Compatibility Update (2.6.27.19-170.2.35.fc10.i686)Brian Behlendorf2009-03-172-22/+143
* Fix taskq_wait() not waiting bugBrian Behlendorf2009-03-152-12/+95
* Mutex tests updated to use task queues instead of work queues.Brian Behlendorf2009-03-151-59/+77
* 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 cleanupBrian Behlendorf2009-03-111-1/+6
* Build system and packaging (RPM support)Brian Behlendorf2009-03-094-59/+13
* XXX: Temporarily disable vmem_size().Ricardo M. Correia2009-03-051-0/+2