Whamcloud - gitweb
mdt: 0. fld fixes, 1. stack initialization fixes, 2. use container_of0(), 3. move...
[fs/lustre-release.git] / lustre /
2006-04-21 nikitamdt: 0. fld fixes, 1. stack initialization fixes, 2...
2006-04-21 nikitafld: other bits of stand-alone fld
2006-04-21 nikitaadd ptlrpc_init_svc_conf()
2006-04-21 nikitaldlm_handle_enqueue0(): pass namespace as an argument
2006-04-21 nikitaadd more comments as part of C2_SERVER_MDAPI DLD effort
2006-04-21 nikitamake fld really stand-alone service independent from mdt
2006-04-21 nikitause container_of0() and fix few lu_device_is_foo()
2006-04-21 tapprofix issue with md_ops
2006-04-21 tapprocheck lmi before server_put_mount()
2006-04-21 tapprowrong structure was passed to mdt_stack_fini()
2006-04-21 yury- adopting LMV to 1_4 APIs;
2006-04-19 tapproremove useless labels
2006-04-19 tappromake unified LCFG_ADD_MDC/DEL_MDC for adding mdc to...
2006-04-19 tapproadd process_config, fix issue with stack_init/fini...
2006-04-19 tapproadd process_config, move server_get/put_mount in osd...
2006-04-19 tapproadd mdd_process_config
2006-04-19 tappromove process_config from device_type_ops to lu_device_ops
2006-04-18 tapproremove old stuff, enable mdc config for mds
2006-04-18 tapproldto_config was added
2006-04-18 tapproadd new lu_device_type method - config. It is needed...
2006-04-18 tapproadd cmm_mdc.c to handle set of mdc on mds
2006-04-18 nikitamdt_stack_fini(): cosmetic fixes
2006-04-17 tappromove lmi get/put from lu_site_init/fini to the mdt
2006-04-17 nikitalu_site_init(): convert to single return
2006-04-17 nikitaremove unused export
2006-04-17 tapproremove duplicate
2006-04-17 huanghuamkdir oi & ROOT for iam need.
2006-04-17 tapproosd changes
2006-04-17 tappromdd changes
2006-04-17 tapproupdate cmm
2006-04-17 tappromove mds devices init into mdt
2006-04-17 tapproadd layers initialization here. MDT as top device will...
2006-04-17 tapprochange deslarations in view of latest changes in ldto_d...
2006-04-17 tappro- change lu_site_init/fini to handle and store lmi
2006-04-17 wangdiBranch: remove fld.c
2006-04-16 nikitamdt: 0. use ->md_attr_get(); 1. mdt_req_handle(): fix...
2006-04-16 nikitaadd ->{dt,md}_attr_{get,set}
2006-04-16 nikitarename: attr_{set,get} -> xattr_{set,get}
2006-04-16 nikitaadd MDS_FLD to ll_rpc_opcode[]
2006-04-16 nikitaosd: add better object index stub: generate fids from...
2006-04-16 nikitalu_site_fini(): break reference from lu_device to lu_site
2006-04-16 nikitamdt: 0. add mdt_md_mkdir() back; 1. mdt_fld_fini()...
2006-04-16 wangdiBranch:
2006-04-16 wangdiBranch: b_new_cmd
2006-04-15 nikitaosd: use object index and iget to load inodes
2006-04-15 nikitaosd: add object index prototype
2006-04-15 nikitamdt: simplify mdt_getattr() object is already found...
2006-04-15 nikitaadd forward declarations
2006-04-15 nikitaadd fid_misc.c file with fid_to_le()
2006-04-15 yury- different renames to make llite not working on mdc...
2006-04-14 nikitaupdate lustre_assert_wire_constants()
2006-04-14 nikitaadd new request opc to the ll_rpc_opcode table
2006-04-14 nikitamdt_connect(): fix access to mdt_device
2006-04-14 nikitaswitch to new lu_context_key model: struct mdt_thread_i...
2006-04-14 nikitaregenerate wiretest: fld added new mds ops
2006-04-14 nikitaremove ptlrpc_thread_key functions: use lu_context_key...
2006-04-14 nikitaosd_device: add reference to objdir
2006-04-14 nikitaosd: use new lu_context_key functions, add osd_fid_lookup()
2006-04-14 nikitaimprove lu_context_key() functions, add lu_context_key_...
2006-04-14 nikitall_prepare_mdc_op_data(): fix typo in assertion
2006-04-14 nikitaadd fid_is_sane()
2006-04-14 nikitaadd fid_is_local(): stub for now
2006-04-14 yury- more changes in lmv
2006-04-14 wangdiBranch: b_new_cmd
2006-04-14 yury- using lu_fid_eq() instead of fid_equals()
2006-04-14 yury- fix in makefile
2006-04-14 yury- basic lmv to new fids adaptation.
2006-04-14 yury- get rid of ll_fid in mgs
2006-04-14 tapproadd lmv code from head. Need to be adapted.
2006-04-14 yury- update from parent
2006-04-13 nikitaadd lu_context everywhere. Mountability preserved.
2006-04-13 wangdiBranch: b_new_cmd
2006-04-13 wangdiBranch: b_new_cmd
2006-04-13 yury- bringing liblustre to use fids like llite does -...
2006-04-13 nikitaadd prefix to lu_attr fields
2006-04-12 tapprolu_context changes
2006-04-12 tapprofill lu_attr while object initialization
2006-04-12 tapproremove unneeded methods and apply changes due to lu_context
2006-04-12 tapproadd lu_context to the methods
2006-04-12 tapprointroduce the lu_context and lu_attr structures
2006-04-12 tapprodt_data initialization is commented out cause it is...
2006-04-12 nikitapointer to super-block lives in osd_device, use it
2006-04-12 yury- added lustre_fid.h into Makefile
2006-04-12 yury- added fid.ko module. Simple seq management moved...
2006-04-12 nikitasplit struct dt_device_operations.
2006-04-12 nikitasplit struct md_device_operations into struct md_device...
2006-04-12 tapprowrong assignment for md_data, dt_data
2006-04-12 tapprochange child getting from macros to inline
2006-04-12 nikitaadd const qualifiers
2006-04-12 nikitafix module initialization
2006-04-12 yury- fixes in lli_nfs.c. Seems nfs will not work due to...
2006-04-12 yury- pass ino into ILOOKUP() in search_inode_for_lustre()
2006-04-12 yury- convert llite_nfs.c to using fids
2006-04-12 huanghuamodule_setup.sh: copy newly added modules into kernel...
2006-04-12 huanghuaadd "#if 0" to remove "defined but not used" warnings.
2006-04-12 huanghuaFixed a bug: when stealing config log for add mdc ...
2006-04-11 nikitarename functions to follow prefix_object_verb() style...
2006-04-11 nikitaosd: implement ->dt_get_root() method
2006-04-11 nikitaadd const here and there
2006-04-11 nikitaosd: add ->dt_root_get() and ->object_release() methods
next