2006-10-18 |
tappro | - disable valid placement check in split dir temporary |
commit | commitdiff | tree | snapshot |
2006-10-18 |
ericm | branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-18 |
ericm | branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-18 |
ericm | branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-18 |
tappro | - addition to previous commit. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
tappro | - check that lookup is happened on correct mds in case... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
tappro | - handle errors during fid allocation instead of LBUG() |
commit | commitdiff | tree | snapshot |
2006-10-18 |
tappro | - remove unused semaphore |
commit | commitdiff | tree | snapshot |
2006-10-18 |
huanghua | fix a compile error |
commit | commitdiff | tree | snapshot |
2006-10-18 |
yury | - save fid in och instead of pointer to it which may... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
huanghua | more efficient checking of zero-length string. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
yury | - various fixes from b1_5 |
commit | commitdiff | tree | snapshot |
2006-10-18 |
fanyong | Add mdd_init_acl for new obj (create, mkdir and so... |
commit | commitdiff | tree | snapshot |
2006-10-18 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-18 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-18 |
huanghua | add lock on son while doing error handling |
commit | commitdiff | tree | snapshot |
2006-10-18 |
fanyong | Should check ACL when directory search. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
nikita | patches: turn PROC_SLEEP on in relevant configs. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
nikita | patches: add sleeping statistics collection patch.... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
nikita | iam: 0. add more integrity checks (no index node points... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
tappro | - small fix to prevent lost update of obd_next_recovery... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
tappro | - return back default policy for non-directories. ONLY... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
yury | - for non-split lmv_placement_policy() should spread... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
nikita | mdd: mdd_create(): update outdated comment. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
fanyong | Small fix. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
nikita | lu: proper locking for site.ls_total |
commit | commitdiff | tree | snapshot |
2006-10-17 |
yury | - liblustre build fix. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
yury | - cleanups in seq-mgr, move cache statistics to lu_cache; |
commit | commitdiff | tree | snapshot |
2006-10-17 |
fanyong | Process "-ENODATA" correctly for ACL, update lli_posix_... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
lsy | add full support for remote operations. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-17 |
huanghua | (1) support very long symlink name; |
commit | commitdiff | tree | snapshot |
2006-10-17 |
fanyong | Add mdd_acl_chmod for acl changing when chmod. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
huanghua | initialize the body->eadatalen and body->acllen by... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
huanghua | symlink name is also stored there. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-16 |
tappro | another one issue with pack_reply |
commit | commitdiff | tree | snapshot |
2006-10-16 |
yury | - in abort_req_replay_queue() pass correct count of... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
nikita | mdt: mdt_shrink_reply(): do not assume body->eadatasize... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-16 |
nikita | mdt: use lu_site_print() to dump not freed objects. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
nikita | lu: add lu_site_print(). |
commit | commitdiff | tree | snapshot |
2006-10-16 |
yury | - fixed div by zero. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
yury | - adjust client FLD cache a bit. It should use hashtabl... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
fanyong | Make the warning message more readable. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
huanghua | some more cleanup and comments about mdt_thread_info... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
tappro | - delete fld targets during device shutdown |
commit | commitdiff | tree | snapshot |
2006-10-16 |
yury | - make FLD less noisy after lookup -2 bug is fixed. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
tappro | - make compiler happy with initialized value |
commit | commitdiff | tree | snapshot |
2006-10-16 |
yury | - fixes and cleanups in mdt_destroy_export() path. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
yury | - more fixes about mdt_thread_info |
commit | commitdiff | tree | snapshot |
2006-10-16 |
fanyong | For remote client, do not permit getfacl/setfacl directly. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
yury | - fixes in init mdt_thread_info. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
tappro | - initiate create_spec |
commit | commitdiff | tree | snapshot |
2006-10-16 |
tappro | - initialize values in mdt_thread_info |
commit | commitdiff | tree | snapshot |
2006-10-16 |
huanghua | disable sanity 60a tempprarily, which has some problem... |
commit | commitdiff | tree | snapshot |
2006-10-16 |
huanghua | info->mti_transno is overwritten in initialization. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
yury | - possibly (I'm almost sure) fix for FLD lookup err... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
nikita | mdt: another "uninitialized mdt_thread_info" fix. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
nikita | kill overwritten initialization. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
yury | - serialize fld reqs on client and server; |
commit | commitdiff | tree | snapshot |
2006-10-15 |
nikita | mdt: do not zero mdt_thread_info |
commit | commitdiff | tree | snapshot |
2006-10-15 |
nikita | mdd: simplify mdd_txn_param_build(): 0. @op can me... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
yury | - cleanups in split, remove obsoletes and unite fids... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
fanyong | Small fix. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
yury | - split fixes |
commit | commitdiff | tree | snapshot |
2006-10-15 |
fanyong | Initialize obd_lvfs_ctxt correctly. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
yury | - some cleanups; |
commit | commitdiff | tree | snapshot |
2006-10-15 |
tappro | - small fix. skip first mea slot. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
tappro | - return back old split code but keep new one under... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
nikita | mdt: mdt_thread_info_init(): oops, last commit was... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
nikita | mdt: mdt_thread_info_init(): do not zero out whole... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
nikita | dt/osd: cleanup of txn credit constants handling. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
tappro | - don't count self-export as stale export |
commit | commitdiff | tree | snapshot |
2006-10-14 |
tappro | - pass mdt_obd through process_config parameters to... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
nikita | lu: adjust hash table size dynamically. |
commit | commitdiff | tree | snapshot |
2006-10-14 |
nikita | iam: 0. make heavily used functions static inline;... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
ericm | branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-14 |
yury | - fixes in split: |
commit | commitdiff | tree | snapshot |
2006-10-14 |
lsy | fixed a logic error in ll_add_capa(), which will make... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-14 |
yury | - fixed format in CWARN() |
commit | commitdiff | tree | snapshot |
2006-10-14 |
yury | - fixed replay of meta-seq alloc whereas super-seq... |
commit | commitdiff | tree | snapshot |
2006-10-14 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-13 |
ericm | branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-10-13 |
nikita | osd: get rid of /*OBJ-TEMP* hack. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
yury | - added debug to fld client fucntions to catch wrong... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
ericm | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-10-13 |
yury | - set in cmm mdc devices obd flags from mdt_obd in... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
nikita | cleanup to shrinker environment setup and finalization. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
nikita | iam: use read-write lock for iam container. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
lsy | don't hijack any field in mdt_body as return value. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
nikita | mdt: move ESERIOUS deifnition to lustre_mdt.h |
commit | commitdiff | tree | snapshot |
2006-10-13 |
nikita | iam: split conditionally compiled functions properly. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
yury | - do not issue RPC inside spin lock; |
commit | commitdiff | tree | snapshot |
2006-10-13 |
lsy | update comment. |
commit | commitdiff | tree | snapshot |
2006-10-13 |
lsy | revert last commit, transfer a positive value should... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
lsy | use mdt_body->size instead of mdt_body->flags to store... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
lsy | for capability renewal, once object not exist, don... |
commit | commitdiff | tree | snapshot |
2006-10-13 |
tappro | - fix missed result code due to wrong GOTO usage |
commit | commitdiff | tree | snapshot |
next |