summaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
...
* Fix buggy kmem_{v}asprintf() functionsRicardo M. Correia2010-07-201-4/+4
* Prefix all SPL debug macros with 'S'Brian Behlendorf2010-07-2013-424/+456
* Split <sys/debug.h> headerBrian Behlendorf2010-07-2013-68/+58
* Fix -Werror=format-security compiler optionBrian Behlendorf2010-07-141-1/+2
* Linux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'Brian Behlendorf2010-07-142-28/+7
* Add __divdi3(), remove __udivdi3() kernel dependencyBrian Behlendorf2010-07-131-23/+96
* Require gawk the usermode helper fails with awkBrian Behlendorf2010-07-011-1/+1
* Add configure check for user_path_dir()Brian Behlendorf2010-07-011-1/+17
* Initialize the /dev/splatctl device bufferNed Bass2010-07-011-0/+1
* Implementation of the TQ_FRONT flag.Ned Bass2010-07-011-21/+74
* Linux-2.6.33 compat, .ctl_name removed from struct ctl_tableBrian Behlendorf2010-06-301-38/+40
* Add kmem_vasprintf functionBrian Behlendorf2010-06-241-4/+20
* Revert "Support TQ_FRONT flag used by taskq_dispatch()"Brian Behlendorf2010-06-211-7/+1
* Update warnings in kmem debug codeBrian Behlendorf2010-06-161-36/+49
* Support TQ_FRONT flag used by taskq_dispatch()Brian Behlendorf2010-06-111-1/+7
* Add kmem_asprintf(), strfree(), strdup(), and minor cleanup.Brian Behlendorf2010-06-111-0/+46
* Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)Brian Behlendorf2010-06-115-4/+10
* 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
* Use KM_NODEBUG macro in preference to __GFP_NOWARN.Brian Behlendorf2010-05-201-5/+5
* Disable spl_debug_panic_on_bug by default.Brian Behlendorf2010-05-201-1/+1
* 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