2006-07-25 |
huanghua | remove compile warning due to incompatible interface... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
huanghua | remove compile warning due to imcompatible interface... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
huanghua | beautify the code. |
commit | commitdiff | tree | snapshot |
2006-07-24 |
nikita | add ->{do,moo}_xattr_list() method to list existing... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
nikita | ext2_check_page(): terminate error message with \n |
commit | commitdiff | tree | snapshot |
2006-07-24 |
huanghua | fixed a defect in mdt_reint_rename(): if srcdir ==... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
nikita | simplify global lu_* initializations |
commit | commitdiff | tree | snapshot |
2006-07-24 |
huanghua | some fixes in readpage: |
commit | commitdiff | tree | snapshot |
2006-07-23 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-07-23 |
yury | - rdpg allocated in thread_info instead of stack. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-07-23 |
yury | - fixes in readdir proto. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
yury | - added basic readdir stuff; |
commit | commitdiff | tree | snapshot |
2006-07-22 |
nikita | fix typo |
commit | commitdiff | tree | snapshot |
2006-07-21 |
nikita | updates to lu_object printing code: |
commit | commitdiff | tree | snapshot |
2006-07-21 |
nikita | osd: add error handling in osd_object_ref_{add,del}() |
commit | commitdiff | tree | snapshot |
2006-07-21 |
nikita | fix forward declaration |
commit | commitdiff | tree | snapshot |
2006-07-21 |
nikita | ll_fid_fini(): remove duplicate RETURN() |
commit | commitdiff | tree | snapshot |
2006-07-21 |
nikita | iam: small cleanups, to remove compiler warnings |
commit | commitdiff | tree | snapshot |
2006-07-21 |
nikita | dt_object_operations: local ->do_ref_{add,del}() cannot... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
nikita | fld_client_init(): conditionalize label only used by... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
yury | - make liblustre build. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
huanghua | added some debug code |
commit | commitdiff | tree | snapshot |
2006-07-21 |
huanghua | modified the mdt_object_unlock() interface: |
commit | commitdiff | tree | snapshot |
2006-07-21 |
huanghua | cleanup & fix according to code inspection result from... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
huanghua | remove debug code; restore MAX_MD_SIZE to a smaller one |
commit | commitdiff | tree | snapshot |
2006-07-21 |
huanghua | modified open handling, return lov ea to client. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | mdd: ref_{add,del}(): simplifications, cleanups, and... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | osd: implement ->dt_conf_get() |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | dt: add ->dt_conf_get() operation |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | mdt: simplify rc vs. ->rq_status error reporting: ... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | mdd: 0. add and use mdd2lu_obj(); 1. implement mdd_dir_... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | mdt: some preliminary cleanup of readpage code |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | osd: implement index iterations dt_index_operations |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | export iam_it_*() functions |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | add iterator operations to dt_index_operations |
commit | commitdiff | tree | snapshot |
2006-07-20 |
nikita | remove pleonastic "_object" from dt_object_operations... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
huanghua | add lov_mds_md and len into ma_attr to receive lov ea. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-07-20 |
huanghua | ugly setattr support. need more work |
commit | commitdiff | tree | snapshot |
2006-07-19 |
tappro | - fill attr in mdd while create/unlink to avoid getattr... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
tappro | define bit flags for lu_attr and md_attr |
commit | commitdiff | tree | snapshot |
2006-07-19 |
tappro | fix defect with open of existent file. There is no... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
tappro | put transno into mdt_thread_key(), use that key in... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
nikita | fld_cache_delete(): use safe hlist iteration |
commit | commitdiff | tree | snapshot |
2006-07-19 |
nikita | pass lu_context to ->o_connect() method |
commit | commitdiff | tree | snapshot |
2006-07-19 |
nikita | mds_filter_recovery_request(): share code between mds... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
nikita | mds_msg_check_version(): share code between mds and mdt |
commit | commitdiff | tree | snapshot |
2006-07-19 |
nikita | lu_context_key: add tags to contexts and keys to contro... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
tappro | MDT updates due to md_attr changes. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
tappro | -update due to md_attr changes |
commit | commitdiff | tree | snapshot |
2006-07-19 |
tappro | update the CMM due to md_attr changes |
commit | commitdiff | tree | snapshot |
2006-07-19 |
tappro | introduce the md_attr. It contains lu_attr for now... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
nikita | rename dt_is_dir() to dt_try_as_dir() to reflect the... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
nikita | osd_mkfile(): do not set ->do_index_ops for just create... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
tappro | increase nlink if dir is created |
commit | commitdiff | tree | snapshot |
2006-07-18 |
huanghua | check readonly file system asap: in mdt_req_handle... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file ldiskfs-2.6.18-vanilla.series was added on branch... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file ext3-mballoc2-2.6.18-vanilla.patch was added on... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file 2.6.18-vanilla.series was added on branch b_new_cm... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file tcp-zero-copy-2.6.18-vanilla.patch was added on... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file nfs-cifs-intent-2.6.18-vanilla.patch was added... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file ext3-multi-mount-protection-2.6.18-vanilla.patch... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file vfs_races-2.6.18-vanilla.patch was added on branch... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file vfs_nointent-2.6.18-vanilla.patch was added on... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file vfs_intent-2.6.18-vanilla.patch was added on branc... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file jbd-jcberr-2.6.18-vanilla.patch was added on branc... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file iopen-misc-2.6.18-vanilla.patch was added on branc... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file ext3-wantedi-misc-2.6.18-vanilla.patch was added... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file export_symbols-2.6.18-vanilla.patch was added... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file export-truncate-2.6.18-vanilla.patch was added... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file export-show_task-2.6.18-vanilla.patch was added... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file export-2.6.18-vanilla.patch was added on branch... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file dev_read_only-2.6.18-vanilla.patch was added on... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
yury | file ext3-extents-2.6.18-vanilla.patch was added on... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
tappro | update handle_last_unlink() |
commit | commitdiff | tree | snapshot |
2006-07-16 |
tappro | add transaction callbacks to the MDT, use them to... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
tappro | add commit callback in osd level and call commit hooks. |
commit | commitdiff | tree | snapshot |
2006-07-15 |
huanghua | revisioned due to inspection result. |
commit | commitdiff | tree | snapshot |
2006-07-14 |
nikita | some cleanups and clarifications (a by-product of objec... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
huanghua | (1) fid is now allocated by client. |
commit | commitdiff | tree | snapshot |
2006-07-14 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-07-14 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-07-14 |
fanyong | file l_facl.c was added on branch b_new_cmd on 2006... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
fanyong | file remote_perm.c was added on branch b_new_cmd on... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
wangdi | Branch: b_new_cmd |
commit | commitdiff | tree | snapshot |
2006-07-14 |
huanghua | some fix in open |
commit | commitdiff | tree | snapshot |
2006-07-14 |
brian | file lc_md.sh.in was added on branch b_new_cmd on 2006... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
brian | file lc_lvm.sh.in was added on branch b_new_cmd on... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
huanghua | a few fixes after testing & inspection: |
commit | commitdiff | tree | snapshot |
2006-07-13 |
tappro | call mdd_lov_create() only for regular files and before... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
tappro | - add new layouts for readpage, unlink_last, rename_las... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
tappro | make compiler happy |
commit | commitdiff | tree | snapshot |
2006-07-12 |
tappro | - make update_last_transno less noisy |
commit | commitdiff | tree | snapshot |
2006-07-12 |
tappro | - add readpage service |
commit | commitdiff | tree | snapshot |
2006-07-12 |
yury | file wiretest.c was added on branch b_new_cmd on 2006... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
yury | file wirehdr.c was added on branch b_new_cmd on 2006... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
nikita | add explicit padding to struct osd_inode_id to work... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
nikita | mdt_reint_rename_tgt(): initialize lock handlers earlie... |
commit | commitdiff | tree | snapshot |
next |