]> git.proxmox.com Git - mirror_spl.git/shortlog
mirror_spl.git
2008-08-11 behlendoMore 2.6.26 compat changes
2008-08-11 behlendoPull in timespec, list, and type compat changes to...
2008-08-11 behlendoResolve incomplete type when building against 2.6.26
2008-08-10 behlendoAdd class / device portability code. Two autoconf...
2008-08-06 behlendoPull in fls64 compat changes from spl-00-rhel4-compat...
2008-08-05 behlendoStart bringing in Ricardo's spl-00-rhel4-compat.patch...
2008-08-04 behlendoApply Ricardo's spl-02-condvar-poison.patch
2008-07-09 behlendoTrivial commit to remove whitespace
2008-07-07 behlendoFix race in kmem_locking test
2008-07-01 behlendoTwo easy fixes I caught with debug enabled
2008-07-01 behlendoUpdate info to prep for a tag. If all goes well I...
2008-07-01 behlendo- Remove hash functionality from slab in favor of direc...
2008-06-28 behlendoRemove stray call to spl_cache_free() and remove all the
2008-06-28 behlendoVictory! I've reworked caches with large objects which are
2008-06-27 behlendoFurther slab improvements, I'm getting close to somethi...
2008-06-26 behlendoFix for memory corruption caused by overruning the...
2008-06-25 behlendoImplement per-cpu local caches. This seems to have...
2008-06-24 behlendoThe first locking issue was due to the semaphore I...
2008-06-23 behlendoAdd another kmem test to check for lock contention...
2008-06-13 behlendoFix minor chaos/fc9 kernel discrepencies in build
2008-06-13 behlendo* : modules/sys/kmem-slab.c : Re-implemented the slab...
2008-06-06 behlendoMinor tweak to ensure kstat values are printed correctl...
2008-06-04 behlendoPrep for 0.3.2 tag
2008-06-04 behlendoAdd missing () to quiet warnings in NDEBUG case
2008-06-04 behlendoFix some bad grammer
2008-06-04 behlendoJust use CONFIG_SLUB to detect SLUB use
2008-06-04 behlendoWhoops, fix a minor proc issue which slipped through...
2008-06-04 behlendoFixes:
2008-06-03 behlendoUpdate utsname to use proper compatible interface to...
2008-06-03 behlendoFix missing return resulting in a double unlock of...
2008-06-02 behlendoAdd the minimal set of kernel patches need to for the...
2008-06-02 behlendoThis should have been part of the previous autoconf...
2008-06-02 behlendoBreaking the world for a little bit. If anyone is...
2008-05-26 behlendoMake a tag just for release to CEA, this has the URCL
2008-05-26 behlendoGo through and add a header with the proper UCRL number.
2008-05-21 behlendoPrep for for 0.3.0 tag, this is the tag which was used...
2008-05-19 behlendo- Properly fix the debug support for all the ASSERT...
2008-05-15 behlendoSPL additions to increase support for updated ZFS build
2008-05-15 behlendoDisable adaptive mutexs by default (always sleep),...
2008-05-15 behlendoRework condition variable implementation to be consiste...
2008-05-12 behlendoEnhanse the thread interface to do something quasi...
2008-05-12 behlendoAdd a comment so I remember to fix this.
2008-05-09 behlendoBy default disable extra KMEM and MUTEX debugging to...
2008-05-09 behlendoStability hack. Under Solaris when KM_SLEEP is set...
2008-05-08 behlendoAdd an almost feature complete implemenation of kstat...
2008-05-07 behlendoSame deal as ZFS, we're quite stable now so tag it.
2008-05-07 behlendoDecrease of kmem warnign threshold back to 2 pages...
2008-05-07 behlendoAdd vmem memory accounting
2008-05-07 behlendo- Relocate 'stats_per' in to proper /proc/sys/spl/mutex...
2008-05-06 behlendoRemaining issues fixed after reenabled mutex debugging.
2008-05-06 behlendo- Updated rwlock's to reside in a .c file instead of...
2008-05-06 behlendoLots of fixes here:
2008-05-05 behlendoCommit adaptive mutexes. This seems to have introduced...
2008-04-25 behlendoNew an improved taskq implementation for the SPL. ...
2008-04-24 behlendoUpdate kmem.h to properly use new debug subsystem.
2008-04-24 behlendoPrep for 0.2.1 tag
2008-04-24 wartens2Forgot to update the ChangeLog.
2008-04-24 wartens2Make sure that when calling __vmem_alloc that we
2008-04-23 behlendoMinor improvement to taskq handling. This is a small...
2008-04-22 behlendoBe careful to never use any of the debug infrastructure...
2008-04-22 behlendoGive it a real version for a tag
2008-04-22 behlendoStack usage is my enemy. Trade cpu cycles in the debug...
2008-04-21 behlendoMore fixes to ensure we get good debug logs even if...
2008-04-21 behlendoAdded 4 missing subsystem flags
2008-04-21 behlendoWhoops, missed an instance where we could recursively...
2008-04-21 behlendoHandful of minor stack checking fixes
2008-04-21 behlendoUpdate SPL to use new debug infrastructure. This means:
2008-04-19 behlendoFrist minor batch of fixes. Catch a dropped ;, and...
2008-04-18 behlendoWhoops need this!
2008-04-18 behlendoFirst commit of lustre style internal debug support...
2008-04-16 wartens2 * modules/spl/spl-kmem.c : Make sure to disable...
2008-04-15 behlendo- Add some spinlocks to cover all the private data...
2008-04-14 behlendoJust cleanup up an error case to avoid overspamming...
2008-04-12 behlendoAdd hw_serial support based on a usermodehelper which...
2008-04-11 behlendoAdjust the condition variables to simply sleep uninteru...
2008-04-11 behlendo- Add more strict in_atomic() checking to the mutex...
2008-04-07 behlendoFix race in rwlock implementation which can occur when
2008-04-04 behlendo- Fix write-only behavior in vn-open()
2008-04-04 behlendoUpdate the thread shim to use the current kernel thread...
2008-04-03 behlendoCorrectly implement atomic_cas_ptr() function. Ideally...
2008-04-03 behlendo- Remapped ldi_handle_t to struct block_device * which...
2008-04-01 behlendoApparently it's OK for done to be NULL, which was not...
2008-04-01 behlendoDouble large kmalloc warning size to 4 pages. It was...
2008-04-01 behlendoEnsure all file ops pointer are NULL or we may end up
2008-03-31 behlendoAdd vmem_zalloc support.
2008-03-31 behlendoAdd some crude debugging support. It leaves alot to be
2008-03-28 behlendoFixed that.
2008-03-28 behlendoCorrectly functioning 64-bit atomic shim layer. It...
2008-03-27 behlendoRemove minor lingering CDDL tait of copied headers...
2008-03-27 behlendo- Thinko fix to the SPL module interface
2008-03-27 behlendoRelocated to zfs repo
2008-03-21 behlendoTwo fixes to the module interface. Could be worse!
2008-03-20 behlendoOK, a first reasonable attempt at a solaris module...
2008-03-18 behlendoOK, some pretty substantial rework here. I've merged...
2008-03-18 behlendoInitial pass at a file API getf/releasef hooks
2008-03-17 behlendoMinimal signal handling interface.
2008-03-15 behlendoMissing headers, more minor fixes
2008-03-14 behlendoFix kmem memory accounting
2008-03-14 behlendoFix KMEM_DEBUG support (enable by default)
2008-03-14 behlendoAdd missing headers
next