- Dec 09, 2008
-
-
Hongchao Zhang authored
in osc_precreated, check OSCC_FLAG_NOSPC before checking last_id/next_id, remove unnecessary spin_lock on oscc_lock at the same time. i=Andreas i=Nathan.Rutman
-
Hongchao Zhang authored
in osc_precreated, check OSCC_FLAG_NOSPC before checking last_id/next_id, remove unnecessary spin_lock on oscc_lock at the same time. i=Andreas i=Nathan.Rutman
-
- Dec 03, 2008
-
-
Vitaly Fertman authored
b=17644 i=green i=adilger send 1 extra rpc in flight if this is a high priority request
-
- Dec 02, 2008
-
-
Jinshan Xiong authored
b=16074 r=oleg,jay small fixes for liblustre.
-
- Nov 26, 2008
-
-
Yang Sheng authored
b=17153 i=johann, adilger Remove 2.4 compatibility.
-
- Nov 24, 2008
-
-
Eric Mei authored
rewrite part of sptlrpc configuration system to be able to interoperate with 1.8. b=15363 r=nathan r=fanyong
-
- Nov 19, 2008
-
-
deshmukh authored
b=11826 i=nikita i=adilger
-
- Nov 15, 2008
-
-
Yong Fan authored
b=13058 i=johann i=yury.umanets
-
- Nov 12, 2008
-
-
Yury Umanets authored
r=tappro,wangdi - fixes ost cleanup issue due to missed llcd_put() in the case ost does not receive disconnect from mds; - do not sleep on hanging llcd. Instead assert on it _after_ stopping recov_thread's ptlrpcd which should kill any remeining llcds; - fixes and cleanups, comments.
-
Yury Umanets authored
r=tappro,wangdi - fixes ost cleanup issue due to missed llcd_put() in the case ost does not receive disconnect from mds; - do not sleep on hanging llcd. Instead assert on it _after_ stopping recov_thread's ptlrpcd which should kill any remeining llcds; - fixes and cleanups, comments.
-
Nikita Danilov authored
-
- Nov 11, 2008
-
-
Hongchao Zhang authored
b=17495 move the check of recovering state of the OST in osc_precreate out of "if (oscc->oscc_last_id < oscc->oscc_next_id)" condition so create operation don't use recovering OST i=adilger i=nathan.rutman
-
Hongchao Zhang authored
move the check of recovering state of the OST in osc_precreate out of "if (oscc->oscc_last_id < oscc->oscc_next_id)" condition so create operation don't use recovering OST i=adilger i=nathan.rutman
-
- Nov 07, 2008
-
-
Nikita Danilov authored
b=14166
-
Yury Umanets authored
r=tappro,johann - proper locking in rq pool freeing time
-
Yury Umanets authored
r=tappro,johann - implements proper locking for rq pool freeing
-
Yang Sheng authored
b=17357 Back the changes.
-
- Nov 06, 2008
-
-
Yang Sheng authored
b=17357 i=johann, yangsheng Fixed the endian issues for HEAD. Author: shadow
-
- Oct 27, 2008
-
-
Bobi Jam authored
b=11089 i=nathan.rutman i=adilger per-nid client statistics for MDT.
-
- Oct 23, 2008
-
-
Yury Umanets authored
r=deen,adilger - fixes memory leaks; - cleanups and more accurate error handling.
-
Yury Umanets authored
r=adilger,deen - missed lustre_put_lsi() in couple of places; - do not call deregister_mount() in mount error path, this makes it impossible for MDT to do put_mount() and thus, its lsi left not released; - fixes error handling with llog_setup/llog_cleanup in couple of places; - fixes error handling after hash_init errors in class_setup(); - cleanups.
-
- Oct 22, 2008
-
-
Yury Umanets authored
r=johann,adilger - fixes resent rpcs for those sent by set and also fixes log_cancel resent handling; - cleanups.
-
- Oct 21, 2008
-
-
Robert Read authored
b=1819 i=adilger i=nathan Add an import file to the osc, mdc, and mgc proc dir, and include test for new proc file.
-
Robert Read authored
b=1819 i=adilger i=nathan Add an import file to the osc, mdc, and mgc proc dir.
-
- Oct 18, 2008
-
-
Nikita Danilov authored
there. Actual usage will be in CLIO. b=16450
-
Nikita Danilov authored
lu_ref fields ->l_reference and ->lr_reference are added to ldlm_lock and ldlm_resource. LDLM interface has to be changed, because code that releases a reference on a lock, has to "know" what reference this is. In the most frequent case lock = ldlm_handle2lock(handle); ... LDLM_LOCK_PUT(lock); no changes are required. When any other reference (received _not_ from ldlm_handle2lock()) is released, LDLM_LOCK_RELEASE() has to be called instead of LDLM_LOCK_PUT(). Arguably, changes are pervasive, and interface requires some discipline for proper use. On the other hand, it was very instrumental in finding a few leaked lock references. b=16450
-
Nikita Danilov authored
memory---a requirement implemented through ->o_join_lru() obd method in HEAD. Remove this method and its users. b=16450
-
- Oct 15, 2008
-
-
Andreas Dilger authored
Backport warning fixes from b1_8. i=girish (original patch) i=robert
-
- Oct 07, 2008
-
-
mattwu authored
i=nikita i=robert winnt libcfs/lnet cleanup
-
- Oct 06, 2008
-
-
Isaac Huang authored
- fixed a typo in error message.
-
Isaac Huang authored
- fixed a typo in error message.
-
- Sep 30, 2008
-
-
Andrew Perepechko authored
Branch b1_6 b=17059 i=ZhiYong Tian i=Johann Lombardi Always build client with quota support
-
- Sep 15, 2008
-
-
Nathan Rutman authored
i=nathan i=adilger OST pools on HEAD, comprehensive patch including 17054:19007; 16935:18918,19012,19089,19128; 16978:18872
-
Vitaly Fertman authored
b=15949 i=adilger i=shadow mds_body.capability fix
-
- Sep 10, 2008
-
-
Bobi Jam authored
b=16643 o=Herb Wartens (hwartens@llnl.gov) i=adilger i=johann Description: Generic /proc file permissions Details : Set /Proc file permissions in a more generic way to enable non- root users operate on some /proc files.
-
Bobi Jam authored
b=16643 o=Herb Wartens (hwartens@llnl.gov) i=adilger i=johann Description: Generic /proc file permissions Details : Set /Proc file permissions in a more generic way to enable non- root users operate on some /proc files.
-
- Sep 02, 2008
-
-
Andreas Dilger authored
Quiet compiler warnings about mismatched signed/unsigned comparisons.
-
- Aug 29, 2008
-
-
Alexey Lyashkov authored
Branch HEAD
-
Alexey Lyashkov authored
revert bug 16839 Branch b1_8_gate
-
Alexey Lyashkov authored
Branch b1_6
-