- Nov 11, 2008
-
-
tianzy authored
Remove usage of trace_call_on_all_cpus() b=15878 i=adilger i=robert.read
-
- Nov 05, 2008
-
-
tianzy authored
fix panic on debug_daemon b=15878 i=shadow i=zhenyu.xu
-
- Oct 27, 2008
-
-
Nikita Danilov authored
-
- Oct 22, 2008
-
-
Andreas Dilger authored
The infiniband code includes its own lockdep compatibility code and this #defines lockdep_set_class but doesn't include mutex_lock_nested() or down_write_nested(), causing a compiler error in obdclass/llog_cat.c. mutex_{un,}lock_nested() and down_{read,write}_nested() are functions under CONFIG_DEBUG_LOCK_ALLOC, but #defined to regular locks without CONFIG_DEBUG_LOCK_ALLOC so just checking #ifndef isn't sufficient. b=16450
-
- Oct 19, 2008
-
-
Nikita Danilov authored
-
- Oct 18, 2008
-
-
Nikita Danilov authored
Linux, NT, and liblustre. b=16450
-
Nikita Danilov authored
b=16450
-
- Oct 16, 2008
-
-
Yang Sheng authored
b=17199 i=johann, bobijam Patch provide by LLNL. Skip dumping log if panic_on_lbug is set.
-
- Oct 08, 2008
-
-
Robert Read authored
b=16074 i=green i=nikita
-
- Oct 07, 2008
-
-
mattwu authored
i=adilger i=robert i=liang winnt libcfs cleanup
-
- Sep 19, 2008
-
-
Yury Umanets authored
r=shadow - final part of 16776 being already landed to 1.6.x after shadow's inspection.
-
- Sep 09, 2008
-
-
Robert Read authored
b=16074 port liblustre changes to libcfs
-
Vitaly Fertman authored
b=15949 i=adilger i=shadow mds_body.capability fix
-
- Sep 05, 2008
-
-
Nikita Danilov authored
-
- Sep 04, 2008
-
-
Andreas Dilger authored
Wrap at 80 columns.
-
Andreas Dilger authored
Fix build problem for vendor kernels that have back-ported lockdep.
-
- Sep 01, 2008
-
-
Nikita Danilov authored
-
Nikita Danilov authored
-
- Aug 28, 2008
-
-
Andreas Dilger authored
Add space to LASSERT error message.
-
- Aug 27, 2008
-
-
girish authored
functions. (Andreas) b=15981 i=girish i=rread
-
- Aug 22, 2008
-
-
Andreas Dilger authored
Ignore generated files.
-
- Aug 20, 2008
-
-
Nikita Danilov authored
drivers/infiniband/include/linux/lockdep.h header, defining lockdep interfaces. Update libcfs headers to check for this. Build-tested at rhel4, rhel5, sles10, 2.6.18-vanilla.
-
- Aug 19, 2008
-
-
Nikita Danilov authored
-
Nikita Danilov authored
-
Yang Sheng authored
b=16589 i=nathan, robert.read Add printk_ratelimit() check for debug daemon.
-
Bobi Jam authored
b=16566 o=Jonathan Li(jli@cray.com) i=shadow, bobijam Description: Upcall on Lustre log has been dumped Details : Allow for a user mode script to be called once a Lustre log has been dumped. It passes the filename of the dumped log to the script, the location of the script can be specified via /proc/sys/lnet/debug_log_upcall.
-
- Aug 13, 2008
-
-
Robert Read authored
b=16639 i=umka i=nathan Fix user space build when older kernel is installed, and remove old and redundant code.. (Remaining part of patch - remove the deleted includes.)
-
- Aug 11, 2008
-
-
Robert Read authored
b=16639 i=umka i=nathan Fix user space build when older kernel is installed, and remove old and redundant code..
-
Nikita Danilov authored
-
Nikita Danilov authored
-
- Aug 10, 2008
-
-
Nikita Danilov authored
-
- Aug 08, 2008
-
-
Nikita Danilov authored
libcfs: posix: 0. include stddef to get offsetoff() and other standard stuff; 1. add few mode Linux kernel module interface details; 2. add emulation of Linux kernel shrinker interface; 3. add emulation of Linux kernel radix-tree interface.
-
Nikita Danilov authored
libcfs: 0. add emulation of new style Linux mutices for older kernels; 1. add lockdep emulation for pre-lockdep kernels.
-
Nikita Danilov authored
libcfs: add cfs_mem_is_in_cache() checking that a given pointer points at the object allocated from a given slab.
-
Nikita Danilov authored
libcfs: user-lock: 0. add a stub for wait_for_completion_interruptible(); 1. add 2.6.13+ style mutex interface; 2. add lockdep stubs.
-
Nikita Danilov authored
lassert: 0. add LINVRNT() macro for more expensive checks that are disabled by default; 1. replace ((void)0) with ((void)!!sizeof(exp)) so that expression is used (though not evaluated) even when assertions are disabled. !! is for things --like bitfields-- that do not have sizeof.
-
Nikita Danilov authored
cdebug: separate mask and subsystem check into cdebug_show() function so that new logging functions can be defined outside of libcfs.
-
Nikita Danilov authored
-
- Aug 07, 2008
-
-
kalpak authored
b=16098 Add URL for GPLv2 license in copyright headers
-
- Aug 06, 2008
-
-
Robert Read authored
Fix --disable-liblustre builds.
-