- Dec 21, 2007
-
-
Walter Poxon authored
-
- Dec 20, 2007
-
-
Walter Poxon authored
i=adilger fixes problem where b1_4 does not build on xt3 due to missing uint32_t defn in lnet/libcfs/user-bitops.c
-
Nikita Danilov authored
-
- Dec 14, 2007
-
-
Eric Mei authored
update from HEAD (20071213_1836)
-
- Dec 06, 2007
-
-
Jinshan Xiong authored
b=13284 r=green,issac Fixed the problem that the memory trace can't work in interrupt context. Walking on eggs to land a patch, hope it works.
-
Bobi Jam authored
b=14208 i=zhenyu.xu, johann Replace macro __LINUX__ with __linux__.
-
- Nov 29, 2007
-
-
Alexey Lyashkov authored
-
Alexey Lyashkov authored
in work with lov objdid file. b=12702 i=umka i=nathan
-
- Nov 21, 2007
-
-
Alexey Lyashkov authored
b=14255 i=adilger
-
- Oct 08, 2007
-
-
Johann Lombardi authored
b=11686 i=adilger i=green Severity : enhancement Bugzilla : 11686 Description: Console message flood Details : Make cdls ratelimiting more tunable by adding several tunable in procfs /proc/sys/lnet/console_{min,max}_delay_centisecs and /proc/sys/lnet/console_backoff.
-
Bobi Jam authored
b=12744 i=johann, adilger NR_CPUS/smp_num_cpus -> num_possible_cpus().
-
- Sep 28, 2007
-
-
maxim authored
i=liang i=isaac - Landing b_usocklnd on HEAD Bugzilla : 12302 Description: new userspace socklnd Details : Old userspace tcpnal that resided in lnet/ulnds/socklnd replaced with new one - usocklnd.
-
- Sep 25, 2007
-
-
Walter Poxon authored
-
Walter Poxon authored
-
- Sep 21, 2007
-
-
Liang Zhen authored
Another smallfix for building in ia64 b=12782
-
Liang Zhen authored
-
Liang Zhen authored
Sysctl entries for /proc/sys/lnet (Patch by eeb) b=12782 i=Liang
-
- Sep 18, 2007
-
-
Eric Barton authored
-
Eric Barton authored
-
- Sep 13, 2007
-
-
Bobi Jam authored
Branch b1_6 b=11680 i=deen, johann make panic_on_lbug proc file writable.
-
- Sep 12, 2007
-
-
Andreas Dilger authored
Move misplaced warning message.
-
- Sep 06, 2007
-
-
Liang Zhen authored
Fix for TOE Kernel panic by ksocklnd b=13246 i=eeb
-
- Aug 22, 2007
-
-
Nikita Danilov authored
-
- Aug 09, 2007
-
-
Nathan Rutman authored
i=adilger i=green prepare for variable watchdogs (will be in added in bug 3055)
-
- Aug 02, 2007
-
-
Liu Ying authored
b=13006 i=shadow, deen Description: warnings with build patchless client with vanila 2.6.19 and up Details : change the old ctl_table style and replace ctl_table/ctl_table_header with cfs_sysctl_table_t/cfs_sysctl_table_header_t
-
Johann Lombardi authored
b=11802 i=green i=scjody attachment 11752 / rely on AUTOCONF_INCLUDED instead of HAVE_KERNEL_CONFIG_H
-
Bobi Jam authored
b=12606 i=shadow, nikita Description: don't use GFP_* in generic Lustre code. Details : Use cfs_alloc_* functions and CFS_* flags for code portability.
-
- Jul 19, 2007
-
-
scjody authored
To improve performance, disable most logging (for debug purposes) by default. VFSTRACE, RPCTRACE, and DLMTRACE are now off by default, and HA includes contains fewer messages. Original patch by adilger. b=12417 i=scjody i=green
-
- Jul 04, 2007
-
-
Isaac Huang authored
- check against LNET_PID_ANY in libcfs_id2str. - clear all lazy portals before lnet_clear_peer_table.
-
- Jun 28, 2007
-
-
Nathan Rutman authored
* fix ldiskfs module path * add uml debug file paths
-
- Jun 21, 2007
-
-
Bobi Jam authored
b=11686 i=green, adilger improve some error messages.
-
- Jun 14, 2007
-
-
Bobi Jam authored
b=11680 i=wangdi i=shadow Description: make panic on lbug configurable
-
Alexey Lyashkov authored
LCONSOLE_ERROR(fmt, arg) to LCONSOLE_ERROR_MSG(0x000, fmt, ## arg). b=10595 i=adilger
-
- Jun 13, 2007
-
-
jitendra authored
It also includes code fixes for first five improved error messages. b=10595 i=adilger i=braam
-
- May 17, 2007
-
-
Alexey Lyashkov authored
b=11647 i=green i=adilger
-
- Mar 24, 2007
-
-
Andreas Dilger authored
Quiet upcall chatter in logs. We are already notified of an LBUG separately. b=11686
-
- Feb 26, 2007
-
-
Nathan Rutman authored
r=adilger Clarify watchdog timer units. Add ability to change MDT ldlm timeout.
-
- Feb 16, 2007
-
-
Eric Barton authored
Bugzilla : 11684 Description: Added D_NETTRACE for recording network packet history (initially only for ptllnd). Also a separate userspace ptllnd facility to gather history which should really be covered by D_NETTRACE too, if only CDEBUG recorded history in userspace.
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- Aug 02, 2005
-
-
Andreas Dilger authored
Description: Mounting a Lustre file system on a node running as an OST could lead to deadlocks Details : OSTs now allocate memory needed to write out data at startup, instead of when needed, to avoid having to allocate memory in possibly low memory situations. Specifically, if the file system is mounted on on OST, memory pressure could force it to try to write out data, which it needed to allocate memory to do. Due to the low memory, it would be unable to do so and the node would become unresponsive. b=6514, b=5137 Description: Addition of lconf --service command line option Details : lconf now accepts a '--service <arg>' option, which is shorthand for 'lconf --group <arg> --select <arg>=<hostname>' b=7015 Description: Failover mode is now the default for OSTs. Details : By default, OSTs will now run in failover mode. To return to the old behaviour, add '--failout' to the lmc line for OSTs. b=6101 Description: Health checks are now provided for MDS and OSTs Details : Additional detailed health check information on MSD and OSTs is now provided through the procfs health_check value. b=1693 Description: Disk fragmentation on the OSTs could eventually cause slowdowns after numerous create/delete cycles Details : The ext3 inode allocation policy would not allocate new inodes very well on the OSTs because there are no new directories being created. Instead we look for groups with free space if the parent directories are nearly full. b=4466 Description: Network or server problems during mount may cause partially mounted clients instead of returning an error. Details : The config llog parsing code may overwrite the error return code during mount error handling, returning success instead of an error. b=6302
-