aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
* Remove kmem_set_warning() interface replace with __GFP_NOWARN flag.Brian Behlendorf2010-05-191-11/+13
* Set default debug log patch to /tmp/spl-log.Brian Behlendorf2010-05-191-3/+3
* Public Release PrepBrian Behlendorf2010-05-1718-306/+304
* 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
* Linux 2.6.32 compat, proc_handler() API changeBrian Behlendorf2010-03-041-53/+30
* sun-misc-gitignoreRicardo M. Correia2010-01-081-0/+1
* sun-fix-whitespaceRicardo M. Correia2010-01-082-10/+10
* sun-fix-panic-strRicardo M. Correia2010-01-081-1/+1
* 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
* 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