- Mar 13, 2004
-
-
Robert Read authored
Protect conn_cnt check and update with exp_lock in target_handle_connect. Add a test to replay since, and add an OBD_FAIL style macro to create a race condition in a specific location called OBD_RACE.
-
- Mar 12, 2004
-
-
Zach Brown authored
-
Nic Henke authored
-
Nic Henke authored
allow lustre-kernel-2.4.spec to be built on ia64
-
buffalo-pull authored
-
- Mar 11, 2004
-
-
Yury Umanets authored
Removed fsfilt_tmpfs.c from HEAD branch as it was got there mistakenly before its time came ;) This is because it was cvs add'ed before creating b_tmpfs branch.
-
Yury Umanets authored
Cleanups about readdir stuff. ext2_dirent and macros has moved to lustre_dir.h. Related chnages in llite and fsfilt_tmpfs.c
-
Yury Umanets authored
-
jacob authored
-
- Mar 10, 2004
-
-
jacob authored
r=phil, andreas bump LLOG_CHUNKSIZE to 8k to allow for larger clusters
-
jacob authored
r=robert overwrite log when running lconf --write_conf
-
jacob authored
r=robert fix llog_destroy to work with named logs
-
Nic Henke authored
r=jacob remove __attribute__ ((packed)) from ptl_event_t to fix 'kernel unaligned access...' messages on ia64
-
Yury Umanets authored
-
buffalo-pull authored
-
Andreas Dilger authored
-
- Mar 09, 2004
-
-
Robert Read authored
the individual OSC to recover on it's own. b=1530
-
Andreas Dilger authored
during a forced cleanup. Otherwise, we will end up pointing to work_list, which is on the stack, and a list_del_init() on exp_obd_chain will end up stomping on some innocent variable on the stack, ending its already-short life just a bit too early. b=2908 r=robert
-
hitao authored
-
hitao authored
-
hitao authored
-
hitao authored
-
Andreas Dilger authored
l_lvb_data check l_lvb_len != 0 before using, and tested of course. b=1012
-
uid707 authored
happens for zero-length files, and without this we will revoke our own lock the next time we write to the file because osc_enqueue() won't match. b=2818
-
Andreas Dilger authored
b=2633
-
Andreas Dilger authored
even if a test is excluded. Rename "test_foo" files to "f<testno>" so they are deleted at the end of the sanity.sh run.
-
Andreas Dilger authored
export from the device from the export list. This still isn't possible for --force disconnects, so we don't do filter_grant_sanity_check() at that time. Also, change the LASSERTs to CERRORs in case this happens again. First of all to see if these errors are just transient during export disconnection which means they are just overly-aggressive assertions, or if there is a permanent accounting error that indicates some other problem. Secondly, it isn't possible to stop the use of existing export references, so there will always be some small race during client eviction as completing operations might update the export before it is destroyed. b=2663
-
Eric Mei authored
-
Eric Mei authored
-
Eric Mei authored
-
Eric Mei authored
-
jacob authored
r=adilger * clean up bugs in previous patch * print basename(argv[0]) instead of "mount" with error messages
-
youfeng authored
r Jacob add a missing arg to printf, make the program exit with 1 on args error
-
youfeng authored
r Adilger fix a llmount, mount.lustre segment fault bug
-
jacob authored
-
jacob authored
b=2464 Land initial b_bgl fixes. Includes compile and a couple of swabbing fixes.
-
- Mar 08, 2004
-
-
Andreas Dilger authored
enqueue reply if the extent was changed and granted immediately. This avoids overwriting the policy data if it was updated in the completion callback before the reply was processed. b=2901 r=phil
-
Andreas Dilger authored
b=2818
-
Eric Barton authored
-
Andreas Dilger authored
b=2167
-