summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Public Release PrepBrian Behlendorf2010-05-17167-1362/+3491
* Add 3 missing typedefs.Brian Behlendorf2010-05-143-0/+11
* Add console_*printf() functions.Brian Behlendorf2010-05-141-0/+20
* Use do_posix_clock_monotonic_gettime() as described by comment.Brian Behlendorf2010-05-141-2/+3
* Add cv_wait_interruptible() function.Brian Behlendorf2010-05-142-6/+19
* 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
* Disable rw_tryupgrade() for newer kernelsBrian Behlendorf2010-04-221-1/+10
* Add support for 'make -s' silent buildsBrian Behlendorf2010-03-2610-19565/+14797
* Allow spl_config.h to be included by dependant packages (updated)Brian Behlendorf2010-03-2214-99/+97
* Reduce max kmem based slab sizeBrian Behlendorf2010-03-181-1/+1
* Prep for 0.4.8 tag, updated META and ChangeLogBrian Behlendorf2010-03-112-1/+43
* Ignore unsigned module build productsBrian Behlendorf2010-03-111-0/+3
* Fix definitions for the unknown distro/installationBrian J. Murrell2010-03-081-7/+16
* When no kernel source has been pointed to, first attempt to useBrian J. Murrell2010-03-082-6/+24
* 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-046-53/+256
* sun-misc-gitignoreRicardo M. Correia2010-01-088-0/+59
* sun-fix-whitespaceRicardo M. Correia2010-01-083-11/+11
* 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
* Check for changed gaurd macro in 2.6.28+ for rwsem implementation.Brian Behlendorf2009-12-171-1/+5
* 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-0410-688/+296
* Correctly handle division on 32-bit RHEL5 systems by returning dividend.Brian Behlendorf2009-12-011-1/+3
* When using x86 specific rwsem correctly intepret rwsem->count.Brian Behlendorf2009-12-011-6/+12
* Only run the kmem overcommit test on 64-bit systems.Brian Behlendorf2009-12-011-1/+11
* Add missing atomic64 compat helpers for 32-bit systems.Brian Behlendorf2009-12-011-0/+32
* Type long expected explicitly cast for 32-bit systems.Brian Behlendorf2009-12-011-2/+2
* spl-modules-devel package must depend on the exact version of kernelBrian Behlendorf2009-11-241-1/+3
* Add 'srpm' --with-config option for creation of spec files.Brian Behlendorf2009-11-242-5/+7
* Add chaos5 and rhel6 macro's to the spl-modules.spec.inBrian Behlendorf2009-11-241-4/+4
* Prep for 0.4.7 tag, updated META and ChangeLog.Brian Behlendorf2009-11-202-1/+32
* Ensure *.order and *.markers build products are removed by distclean rule.Brian Behlendorf2009-11-202-2/+4
* Ensure spl_config.h is include in spl-generic.cBrian Behlendorf2009-11-151-0/+1
* Always use the generic mutex_destroy().Brian Behlendorf2009-11-151-3/+7
* Add mutex_enter_nested() as wrapper for mutex_lock_nested().Brian Behlendorf2009-11-151-2/+24
* Linux 2.6.31 kmem cache alignment fixes and cleanup.Brian Behlendorf2009-11-133-57/+93
* Remove __GFP_NOFAIL in kmem and retry internally.Brian Behlendorf2009-11-122-14/+59
* Linux 2.6.31 Compatibility UpdatesBrian Behlendorf2009-11-106-4/+30
* Prep for 0.4.6 tag, updated META and ChangeLog.Brian Behlendorf2009-11-022-1/+44
* Autoconf --enable-debug-* cleanupBrian Behlendorf2009-10-3010-330/+159
* Add autoconf checks for atomic64_cmpxchg + atomic64_xchgBrian Behlendorf2009-10-305-0/+311
* Use Linux atomic primitives by default.Brian Behlendorf2009-10-305-79/+202