Whamcloud - gitweb
fs/lustre-release.git
2006-07-20 nikitaosd: implement ->dt_conf_get()
2006-07-20 nikitadt: add ->dt_conf_get() operation
2006-07-20 nikitamdt: simplify rc vs. ->rq_status error reporting: ...
2006-07-20 nikitamdd: 0. add and use mdd2lu_obj(); 1. implement mdd_dir_...
2006-07-20 nikitamdt: some preliminary cleanup of readpage code
2006-07-20 nikitaosd: implement index iterations dt_index_operations
2006-07-20 nikitaexport iam_it_*() functions
2006-07-20 nikitaadd iterator operations to dt_index_operations
2006-07-20 nikitaremove pleonastic "_object" from dt_object_operations...
2006-07-20 huanghuaadd lov_mds_md and len into ma_attr to receive lov ea.
2006-07-20 wangdiBranch: b_new_cmd
2006-07-20 huanghuaugly setattr support. need more work
2006-07-19 tappro- fill attr in mdd while create/unlink to avoid getattr...
2006-07-19 tapprodefine bit flags for lu_attr and md_attr
2006-07-19 tapprofix defect with open of existent file. There is no...
2006-07-19 tapproput transno into mdt_thread_key(), use that key in...
2006-07-19 nikitafld_cache_delete(): use safe hlist iteration
2006-07-19 nikitapass lu_context to ->o_connect() method
2006-07-19 nikitamds_filter_recovery_request(): share code between mds...
2006-07-19 nikitamds_msg_check_version(): share code between mds and mdt
2006-07-19 nikitalu_context_key: add tags to contexts and keys to contro...
2006-07-19 tapproMDT updates due to md_attr changes.
2006-07-19 tappro-update due to md_attr changes
2006-07-19 tapproupdate the CMM due to md_attr changes
2006-07-19 tapprointroduce the md_attr. It contains lu_attr for now...
2006-07-18 nikitarename dt_is_dir() to dt_try_as_dir() to reflect the...
2006-07-18 nikitaosd_mkfile(): do not set ->do_index_ops for just create...
2006-07-18 tapproincrease nlink if dir is created
2006-07-18 huanghuacheck readonly file system asap: in mdt_req_handle...
2006-07-17 wangdiBranch: b_new_cmd
2006-07-16 yuryfile ldiskfs-2.6.18-vanilla.series was added on branch...
2006-07-16 yuryfile ext3-mballoc2-2.6.18-vanilla.patch was added on...
2006-07-16 yuryfile 2.6.18-vanilla.series was added on branch b_new_cm...
2006-07-16 yuryfile tcp-zero-copy-2.6.18-vanilla.patch was added on...
2006-07-16 yuryfile nfs-cifs-intent-2.6.18-vanilla.patch was added...
2006-07-16 yuryfile ext3-multi-mount-protection-2.6.18-vanilla.patch...
2006-07-16 yuryfile vfs_races-2.6.18-vanilla.patch was added on branch...
2006-07-16 yuryfile vfs_nointent-2.6.18-vanilla.patch was added on...
2006-07-16 yuryfile vfs_intent-2.6.18-vanilla.patch was added on branc...
2006-07-16 yuryfile jbd-jcberr-2.6.18-vanilla.patch was added on branc...
2006-07-16 yuryfile iopen-misc-2.6.18-vanilla.patch was added on branc...
2006-07-16 yuryfile ext3-wantedi-misc-2.6.18-vanilla.patch was added...
2006-07-16 yuryfile export_symbols-2.6.18-vanilla.patch was added...
2006-07-16 yuryfile export-truncate-2.6.18-vanilla.patch was added...
2006-07-16 yuryfile export-show_task-2.6.18-vanilla.patch was added...
2006-07-16 yuryfile export-2.6.18-vanilla.patch was added on branch...
2006-07-16 yuryfile dev_read_only-2.6.18-vanilla.patch was added on...
2006-07-16 yuryfile ext3-extents-2.6.18-vanilla.patch was added on...
2006-07-16 tapproupdate handle_last_unlink()
2006-07-16 tappro add transaction callbacks to the MDT, use them to...
2006-07-16 tapproadd commit callback in osd level and call commit hooks.
2006-07-15 huanghuarevisioned due to inspection result.
2006-07-14 nikitasome cleanups and clarifications (a by-product of objec...
2006-07-14 huanghua(1) fid is now allocated by client.
2006-07-14 wangdiBranch: b_new_cmd
2006-07-14 wangdiBranch: b_new_cmd
2006-07-14 fanyongfile l_facl.c was added on branch b_new_cmd on 2006...
2006-07-14 fanyongfile remote_perm.c was added on branch b_new_cmd on...
2006-07-14 wangdiBranch: b_new_cmd
2006-07-14 huanghuasome fix in open
2006-07-14 brianfile lc_md.sh.in was added on branch b_new_cmd on 2006...
2006-07-14 brianfile lc_lvm.sh.in was added on branch b_new_cmd on...
2006-07-13 huanghuaa few fixes after testing & inspection:
2006-07-13 tapprocall mdd_lov_create() only for regular files and before...
2006-07-13 tappro- add new layouts for readpage, unlink_last, rename_las...
2006-07-13 tappromake compiler happy
2006-07-12 tappro- make update_last_transno less noisy
2006-07-12 tappro- add readpage service
2006-07-12 yuryfile wiretest.c was added on branch b_new_cmd on 2006...
2006-07-12 yuryfile wirehdr.c was added on branch b_new_cmd on 2006...
2006-07-12 nikitaadd explicit padding to struct osd_inode_id to work...
2006-07-12 nikitamdt_reint_rename_tgt(): initialize lock handlers earlie...
2006-07-12 nikitamdt_getxattr_pack_reply(): move OBD_CONNECT_XATTR check...
2006-07-12 nikita->do_object_destroy(): kill unused method
2006-07-12 nikitafld_index_*(): add error handling
2006-07-12 nikitamdd_lov_objid_name: declare as an array
2006-07-12 nikitaadd fid_to_be() function
2006-07-12 nikitaosd: finish oi prototype
2006-07-12 nikitaosd_igif: add igif handling functions.
2006-07-12 huanghuamdt_reint_open works; close on MDT works, but on client...
2006-07-12 wangdiBranch: b_new_cmd
2006-07-12 wangdiBranch: b_new_cmd
2006-07-12 huanghuare-organized mdt_thread_info_init(): put mdt_thread_inf...
2006-07-12 huanghuamodified mdo_create interface, added symlink target...
2006-07-12 huanghuaclear memory before unpacking reint request.
2006-07-12 huanghuafix error handling in mdt_obd_connect().
2006-07-12 huanghuafixed:
2006-07-11 tappro- add 'result' param to the mdt_reply(), because it...
2006-07-11 huanghuafixed a bug in mdt_intent_getattr(): use reply message...
2006-07-11 huanghuafixed some defects according to inspection.
2006-07-10 tapproadd transaction callback in mdt
2006-07-10 tappro- comment out trouble-making stuff temporary
2006-07-10 huanghuafixed some defects after DLD.
2006-07-10 wangdiBranch: b_new_cmd
2006-07-09 huanghuafix some bug:
2006-07-09 huanghuafixed some defects according to inspection result....
2006-07-09 tappro- fix using child as parent
2006-07-09 tappro- fix wrong lock instead of unlock
2006-07-08 nikitaosd_mkdir(): create iam-formatted files
2006-07-08 nikitaiam: add code to create iam files from kernel
next