2009-11-21 |
Brian Behlendorf | Prep for 0.4.7 tag, updated META and ChangeLog. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Brian Behlendorf | Ensure *.order and *.markers build products are removed... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Brian Behlendorf | Ensure spl_config.h is include in spl-generic.c |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Brian Behlendorf | Always use the generic mutex_destroy(). |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Brian Behlendorf | Add mutex_enter_nested() as wrapper for mutex_lock_nest... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Brian Behlendorf | Linux 2.6.31 kmem cache alignment fixes and cleanup. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Brian Behlendorf | Remove __GFP_NOFAIL in kmem and retry internally. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Brian Behlendorf | Linux 2.6.31 Compatibility Updates |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Brian Behlendorf | Prep for 0.4.6 tag, updated META and ChangeLog. spl-0.4.6 |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Brian Behlendorf | Autoconf --enable-debug-* cleanup |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Brian Behlendorf | Add autoconf checks for atomic64_cmpxchg + atomic64_xchg |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Brian Behlendorf | Use Linux atomic primitives by default. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Brian Behlendorf | I should not have removed these, they are important. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Brian Behlendorf | Rebase cmn_err on vcmn_err and don't warn about missing \n |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Brian Behlendorf | Remove usage of the __id_u macro for portability. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Brian Behlendorf | Use kobject_set_name() for increased portability. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Brian Behlendorf | Set cwd to '/' for the process executing insmod. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Brian Behlendorf | Expand SEM() outside init_rwsem and directly call __ini... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Brian Behlendorf | Reimplement mutexs for Linux lock profiling/analysis |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Brian Behlendorf | Update rwlocks to track owner to ensure correct semantics |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Brian Behlendorf | Reimplement rwlocks for Linux lock profiling/analysis. |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Brian Behlendorf | Various spec file tweaks to handle rpm building of... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Brian Behlendorf | Explicit check for requires_* rpm defines |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Brian Behlendorf | Tag spl-0.4.5. spl-0.4.5 |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Brian Behlendorf | Required missing symbols for FC11 kernels (2.6.29.4... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Brian Behlendorf | Disable stack overflow checking by default. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Brian Behlendorf | Update global_page_state() support for 2.6.29 kernels. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Brian Behlendorf | Remove get/put_task_struct as they are not available... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Brian Behlendorf | Add basic credential support and splat tests. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Brian Behlendorf | Remove LINUXINCLUDE from autoconf wrapper, breaks 2... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Brian Behlendorf | Positive Solaris ioctl return codes need to be negated... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Brian Behlendorf | Allow kmem or vmem based slab for slab_lock and slab_ov... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Brian Behlendorf | The HAVE_PATH_IN_NAMEIDATA compat macros should have... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Brian Behlendorf | Check arch/default/ path when detecting kernel objects... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Brian Behlendorf | Register a basic compat ioctl handler (32 vs 64 bit... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ricardo M.... | Fixed NULL dereference by tcd_for_each() when the kmall... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Ricardo M.... | Prevent integer overflow after ~164 days of uptime. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Brian Behlendorf | Add a little paranoia here to ensure endianess is set... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Brian Behlendorf | Add basic groupmember() function, not sup groups. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Brian Behlendorf | Add ddi_copyin/ddi_copyout support for fake kernel... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Brian Behlendorf | Define ACE_ALL_PERMS for use by ACLs |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Brian Behlendorf | Define FKIOCTL which is used on Solaris to mark an... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Brian Behlendorf | Add ASSERTV macro to simplify removing variables (the... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Brian Behlendorf | Add basic support for TASKQ_THREADS_CPU_PCT taskq flag... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Brian Behlendorf | Update ChangeLog spl-0.4.4 |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Brian Behlendorf | Cleanly handle --with-linux=NONE option when used to... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Brian Behlendorf | Simplify rpm build rules, added config/rpm.am. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Brian Behlendorf | Add spl.release to spl-devel to simply dependent packag... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Behlendorf | Install spl-devel products in /usr/src/spl-SPL_VERSION... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Behlendorf | Use do_div on older kernel where do_div64 doesn't exist. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Behlendorf | Additional tuning to get the BuildRequires right for... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Behlendorf | Simplify the kernel depenency logic |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Behlendorf | Spec file update, for some reason the following shortha... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Behlendorf | SRPM build farm / mock itergration |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Brian Behlendorf | Build farm integration to ensure BuildRequires are... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Brian Behlendorf | Packaging Fixes |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Brian Behlendorf | Update ChangeLog with a high level summary of the chang... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Brian Behlendorf | Packaging improvements for RHEL and SLES (part 2) |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Brian Behlendorf | Packaging improvements for RHEL and SLES |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Brian Behlendorf | SLES10 Fixes (part 9) |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Brian Behlendorf | SLES10 Fixes (part 8) |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Brian Behlendorf | SLES10 Fixes (part 7) |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Brian Behlendorf | SLES10 Fixes (part 6) |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Brian Behlendorf | Powerpc Fixes (part 1): |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Brian Behlendorf | SLES10 Fixes (part 5): |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Brian Behlendorf | SLES10 Fixes (part 4): |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Brian Behlendorf | SLES10 Fixes (part 3): |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Brian Behlendorf | SLES10 Fixes (part 2): |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Brian Behlendorf | SLES10 Fixes (part 1): |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Brian Behlendorf | Prep for spl-0.4.3 tag. spl-0.4.3 |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Brian Behlendorf | Add list_move_tail() function. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brian Behlendorf | Remove useless EOL white space padding from `splat... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brian Behlendorf | Fix vmem leak in kmem_cache_test (missing splat_kmem_ca... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brian Behlendorf | Allow spl_config.h to be included by dependant packages |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brian Behlendorf | FC10/i686 Compatibility Update (2.6.27.19-170.2.35... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Brian Behlendorf | Fix taskq_wait() not waiting bug |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Brian Behlendorf | Mutex tests updated to use task queues instead of work... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Brian Behlendorf | Added SPL_AC_5ARGS_DEVICE_CREATE autoconf configure... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Ricardo M.... | Fix off-by-1 truncation of hw_serial when converting... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ricardo M.... | Minor bug fix in XDR code introduced in last minute... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ricardo M.... | Add XDR implementation |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Brian Behlendorf | Build system cleanup |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brian Behlendorf | Build System Default Kernel |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Brian Behlendorf | Build system and packaging (RPM support) |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ricardo M.... | XXX: Temporarily disable vmem_size(). |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brian Behlendorf | Merge branch 'kallsyms' |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Brian Behlendorf | Linux VM Integration Cleanup |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Ricardo M.... | Changed ptob()/btop() mult/div into bit shifts. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Ricardo M.... | Added btop() and moved ptob() to include/sys/param.h. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ricardo M.... | Changed z_compress_level() and z_uncompress() prototype... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Behlendorf | Matching kmem_free() fix for use after free case. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Behlendorf | Add zone_get_hostid() function |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Behlendorf | Coverity 9657: Resource Leak |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Behlendorf | Coverity 9656: Forward NULL |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Behlendorf | Coverity 9649, 9650, 9651: Uninit |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Behlendorf | Coverity 9654, 9654: Use After Free |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Behlendorf | Coverity 9652, 9653: No Effect |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Behlendorf | Coverity 9641: Buffer Size |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Behlendorf | kmem slab magazine ageing deadlock |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Brian Behlendorf | kmem slab fixes |
commit | commitdiff | tree | snapshot |
next |