- May 16, 2007
-
-
Oleg Drokin authored
r=wangdi,adigler Take import reference before releasing llog record semaphore
-
Oleg Drokin authored
r=adilger,nathan Add -o localflock option to simulate old noflock behaviour.
-
Nathan Rutman authored
b=12465 i=adilger skip test 76 if no deathrow/iget
-
Andreas Dilger authored
Description: MDS fails to start if a duplicate client export is detected Details : in some rare cases it was possible for a client to connect to an MDS multiple times. Upon recovery the MDS would detect this and fail during startup. Handle this more gracefully. b=11818 b=10479 i=adilger (nic original patch) i=scjody
-
- May 15, 2007
-
-
Andreas Dilger authored
One more compile warning due to redefinition of _GNU_SOURCE.
-
Andreas Dilger authored
Fix compile warnings/error due to recent lustre-build.m4 commit of _GNU_SOURCE. Remove some obsolete tests that now had compile warnings. b=12348
-
kalpak authored
i=adilger i=green Lustre methods to set/get the inode version. Only sles10 and 2.6.18 have inode version support and older kernels may not need this support. Hence added a HAVE_DISK_INODE_VERSION in ext3_fs_i.h, so that lustre can decide whether to compile inode-version code or not without requiring a cnfigure time check.
-
kalpak authored
i=adilger i=girish Add an on-disk 64-bit inode version to track changes made to the inode. This is required for version-based recovery.
-
- May 12, 2007
-
-
Andreas Dilger authored
Fix up nanosecond patch to apply with both ldiskfs and ldiskfs2. b=11264
-
- May 11, 2007
-
-
Andreas Dilger authored
Add uninit_groups and mballoc3 for sles10 kernel. b=11264
-
Andreas Dilger authored
Add uninit_groups patches for other kernels. b=11264
-
Andreas Dilger authored
Add mballoc3 and uninit_groups to SLES9 ldiskfs2 series.
-
Andreas Dilger authored
Fix ext3-nanosecond patch to apply to both ldiskfs and ldiskfs2. b=11264
-
Andreas Dilger authored
Fix the ext3-nanosecond patch so it applies to both ldiskfs and ldiskfs2.
-
Cliff White authored
Updated build version
-
Andreas Dilger authored
Add missing patch.
-
Andreas Dilger authored
Update uninit_groups patch too!!! b=11264
-
Andreas Dilger authored
Add uninit_groups (fast fsck) support. b=11264 i=kalpak i=alex Add improved mballoc support. i=alex (original patch) i=adilger
-
scjody authored
Fix sanity test 78: 1. Detects write failures and failing the test. 2. Writes a file small enough not to fill up any OST. 3. Unlinks the file at the end of the test. b=12326 i=adilger i=shadow
-
cvs2svn authored
-
Andreas Dilger authored
Don't run lfscktest.sh if the OSTs are remote.
-
Andreas Dilger authored
Fix whitespace difference that caused patch reject. b=10651
-
- May 10, 2007
-
-
Cliff White authored
Fix missing '$' in scp
-
Cliff White authored
Replaced portals with LNET
-
Andreas Dilger authored
Update release version to 1.1.
-
Cliff White authored
Updated
-
Andreas Dilger authored
Minor doc updates?
-
Andreas Dilger authored
Fix the nanosecond timestamp patches to declare all of the missing fields in the kernel patches. b=10651 i=green i=kalpak
-
Andreas Dilger authored
Apply the rest of the __iget() changes for patchless clients to compile out the now-unnecessary parts of the code. b=12391 i=scjody i=green
-
scjody authored
Fix compiler warning on Cray XT3. Original patch by walter@clusterfs.com. b=12359 i=scjody i=adilger
-
scjody authored
Fix compiler warning. Original patch by walter@clusterfs.com. b=12346 i=adilger r=scjody
-
scjody authored
Fix compiler warning on Cray XT3. Original patch by walter@clusterfs.com. b=12360 i=adilger i=scjody
-
Johann Lombardi authored
b=12229 i=adilger i=nathan
-
Eric Barton authored
Frequency : rare Bugzilla : 12455 Description: A race in kernel ptllnd between deleting a peer and posting new communications for it could hang communications - manifesting as "Unexpectedly long timeout" messages. Severity : major Frequency : rare Bugzilla : 12432 Description: Kernel ptllnd lock ordering issue could hang a node.
-
Eric Barton authored
-
Andreas Dilger authored
Quiet compiler warning. b=11757
-
scjody authored
Add 'creds.h', a new include file, so it will appear in the 'make dist' tarball. Fixes a build problem.
-
- May 09, 2007
-
-
Andreas Dilger authored
Move #ifdef above now-redundant checks if __iget() is not exported, per Oleg's inspection comments. b=12391 i=green
-
Andreas Dilger authored
Reverse the default so that health_check writes are off normally. i=adilger, i=nathan b=11512 Add missing ChangeLog entries.
-
scjody authored
Explicitly set inode type on liblustre mdc_create() call Original patch from bogl@cray.com b=12253 i=scjody i=nathan
-