aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Stack overflow on 64-bit modulus operations on 32-bit architectures.Alex Zhuravlev2010-06-031-3/+5
* Minor 32-bit fix cast to hrtime_t before the mutliply.Brian Behlendorf2010-05-231-1/+1
* Simplify rwlock implementation.Brian Behlendorf2010-05-201-4/+12
* Use KM_NODEBUG macro in preference to __GFP_NOWARN.Brian Behlendorf2010-05-202-7/+7
* Disable spl_debug_panic_on_bug by default.Brian Behlendorf2010-05-201-1/+1
* Adjust 'large' object sizes in kmem:slab_large test.Brian Behlendorf2010-05-201-3/+3
* Remove kmem_set_warning() interface replace with __GFP_NOWARN flag.Brian Behlendorf2010-05-192-26/+16
* Set default debug log patch to /tmp/spl-log.Brian Behlendorf2010-05-191-3/+3
* Public Release PrepBrian Behlendorf2010-05-1734-591/+592
* Use do_posix_clock_monotonic_gettime() as described by comment.Brian Behlendorf2010-05-141-2/+3
* Add cv_wait_interruptible() function.Brian Behlendorf2010-05-141-4/+16
* Dump log from current process when requiredBrian Behlendorf2010-04-231-0/+3
* Assume TQ_SLEEP when not explicitly specified.Brian Behlendorf2010-04-231-0/+5
* Handle the FAPPEND option in vn_rdwr().Ricardo Correia2010-04-231-3/+6
* Update vn_set_pwd() to allow user|kernal address for filenameBrian Behlendorf2010-04-222-5/+20
* Allow spl_config.h to be included by dependant packages (updated)Brian Behlendorf2010-03-221-1/+0
* Reduce max kmem based slab sizeBrian Behlendorf2010-03-181-1/+1
* Remove Module.markers and Module.symver{s} in clean targetBrian Behlendorf2010-03-081-1/+6
* Linux 2.6.32 compat, proc_handler() API changeBrian Behlendorf2010-03-041-53/+30
* sun-misc-gitignoreRicardo M. Correia2010-01-083-0/+6
* sun-fix-whitespaceRicardo M. Correia2010-01-082-10/+10
* sun-fix-panic-strRicardo M. Correia2010-01-081-1/+1
* Added splat taskq task ordering test case.Brian Behlendorf2010-01-051-11/+212
* Optimize lowest outstanding taskqid calculation in taskq_lowest_id()Brian Behlendorf2010-01-041-20/+41
* Strip __GFP_ZERO from kmalloc it is not available for older kernels.Brian Behlendorf2009-12-231-1/+2
* Fix kmem:slab_overcommit regression test lockingBrian Behlendorf2009-12-231-2/+4
* 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