Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fs/lustre-release.git
2006-04-15
nikita
mdt: simplify mdt_getattr() object is already found...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-15
nikita
add forward declarations
commit
|
commitdiff
|
tree
|
snapshot
2006-04-15
nikita
add fid_misc.c file with fid_to_le()
commit
|
commitdiff
|
tree
|
snapshot
2006-04-15
yury
- different renames to make llite not working on mdc...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
update lustre_assert_wire_constants()
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
add new request opc to the ll_rpc_opcode table
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
mdt_connect(): fix access to mdt_device
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
switch to new lu_context_key model: struct mdt_thread_i...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
regenerate wiretest: fld added new mds ops
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
remove ptlrpc_thread_key functions: use lu_context_key...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
osd_device: add reference to objdir
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
osd: use new lu_context_key functions, add osd_fid_lookup()
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
improve lu_context_key() functions, add lu_context_key_...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
ll_prepare_mdc_op_data(): fix typo in assertion
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
add fid_is_sane()
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
nikita
add fid_is_local(): stub for now
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
yury
- more changes in lmv
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
wangdi
Branch: b_new_cmd
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
yury
- using lu_fid_eq() instead of fid_equals()
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
yury
- fix in makefile
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
yury
- basic lmv to new fids adaptation.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
yury
- get rid of ll_fid in mgs
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
tappro
add lmv code from head. Need to be adapted.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-14
yury
- update from parent
commit
|
commitdiff
|
tree
|
snapshot
2006-04-13
nikita
add lu_context everywhere. Mountability preserved.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-13
yury
file vfs_intent-2.6-fc3.patch was added on branch b_new...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-13
wangdi
Branch: b_new_cmd
commit
|
commitdiff
|
tree
|
snapshot
2006-04-13
wangdi
Branch: b_new_cmd
commit
|
commitdiff
|
tree
|
snapshot
2006-04-13
yury
- bringing liblustre to use fids like llite does -...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-13
nikita
add prefix to lu_attr fields
commit
|
commitdiff
|
tree
|
snapshot
2006-04-13
ericm
file gss_rawobj.c was added on branch b_new_cmd on...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
tappro
lu_context changes
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
tappro
fill lu_attr while object initialization
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
tappro
remove unneeded methods and apply changes due to lu_context
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
tappro
add lu_context to the methods
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
tappro
introduce the lu_context and lu_attr structures
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
tappro
dt_data initialization is commented out cause it is...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
nikita
pointer to super-block lives in osd_device, use it
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
yury
- added lustre_fid.h into Makefile
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
yury
- added fid.ko module. Simple seq management moved...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
nikita
split struct dt_device_operations.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
nikita
split struct md_device_operations into struct md_device...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
tappro
wrong assignment for md_data, dt_data
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
tappro
change child getting from macros to inline
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
nikita
add const qualifiers
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
nikita
fix module initialization
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
yury
- fixes in lli_nfs.c. Seems nfs will not work due to...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
yury
- pass ino into ILOOKUP() in search_inode_for_lustre()
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
yury
- convert llite_nfs.c to using fids
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
yury
file iallocsem_consistency.patch was added on branch...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
huanghua
module_setup.sh: copy newly added modules into kernel...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
huanghua
add "#if 0" to remove "defined but not used" warnings.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-12
huanghua
Fixed a bug: when stealing config log for add mdc ...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
nikita
rename functions to follow prefix_object_verb() style...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
nikita
osd: implement ->dt_get_root() method
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
nikita
add const here and there
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
nikita
osd: add ->dt_root_get() and ->object_release() methods
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
nikita
mdt_init0(): cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
nikita
move device_{init,fini}() into lu_device_type_operation...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
nikita
fix object allocation sequence
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
yury
- for proto better use simple seq. allocation without...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
yury
- added ->md_config() and ->dt_config() method for...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
tappro
new init
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
tappro
new init schema
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
tappro
new init schema
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
tappro
add support for new init schema
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
tappro
- add two methods for lu_device - init/fini. Aftef...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
tappro
- make MDT the 'server' device. It is needed for client...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-11
huanghua
msg_llog.c: modify a debug message.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-10
yury
- allocation of new fids before sending open or create...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-09
tappro
-remove unneeded stuff from cmm
commit
|
commitdiff
|
tree
|
snapshot
2006-04-08
tappro
add layers setup and initialization.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
nikita
mdd_device: adjust to dt_object, and some cleanups
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
nikita
osd_device: adjust for dt_object
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
nikita
lu_object: 0. add ->ldo_object_delete() method; 1....
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
add osd
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
add prototype method for mdt log which setup whole...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
use new simple MDS
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
use mdt0 - new mdt device
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
make MDS very simple. It is needed only for setup and...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
add name for MDD
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
add lu2md device convertor
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
export methods for MDT
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
update CMM device
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
init procfs correctly
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
update alloc() method to link CMM
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
move md_ stuff from here and use md_object.h
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
yury
- fixes in llite with using mds_body vs. mdt_body
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
tappro
-wrong name 'mdt' should be 'osd'
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
huanghua
add some code to parse newly added command: lmv,cmm.
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
yury
- many changes about fids:
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
huanghua
Fixex two bugs: 1. add lov & lmv for clients which...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-07
huanghua
finished the last function in MGS: mgs_steal_llog_for_m...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-06
nikita
small fixes to mdt: add few statics, and remove osd...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-06
nikita
add osd skeleton
commit
|
commitdiff
|
tree
|
snapshot
2006-04-06
ericm
file sec_gss.c was added on branch b_new_cmd on 2006...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-06
ericm
file gss_cli_upcall.c was added on branch b_new_cmd...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-06
nikita
lustre_msg_check_version(): straighten a bit
commit
|
commitdiff
|
tree
|
snapshot
2006-04-06
nikita
mdt prototype: 0. add handlers for dlm requests; 1...
commit
|
commitdiff
|
tree
|
snapshot
2006-04-06
nikita
fix boilerplate
commit
|
commitdiff
|
tree
|
snapshot
next