Whamcloud - gitweb
fs/lustre-release.git
2006-05-26 yuryfile raid5-configurable-cachesize.patch was added on...
2006-05-26 wangdiBranch: b_new_cmd
2006-05-26 wangdiBranch: b_new_cmd
2006-05-25 yuryfile ext3-sector_t-overflow-2.6.12.patch was added...
2006-05-25 yuryfile ext3-sector_t-overflow-2.6.9-rhel4.patch was added...
2006-05-25 yuryfile ext3-sector_t-overflow-2.6.5-suse.patch was added...
2006-05-25 yuryfile ext3-sector_t-overflow-2.4.patch was added on...
2006-05-25 nikitamore req-layout cleanups (for intents and reints)
2006-05-25 huanghuaadded OBD_PING handler for mdt.
2006-05-24 nikitamdt: new portion of cleanup. Mostly switch to req-layout.
2006-05-24 wangdiBranch: b_new_cmd
2006-05-24 yuryfile README was added on branch b_new_cmd on 2006-08...
2006-05-24 yuryfile Makefile.am was added on branch b_new_cmd on 2006...
2006-05-24 yuryfile .cvsignore was added on branch b_new_cmd on 2006...
2006-05-24 huanghuafix a small defect in mdt_reint_open.
2006-05-24 tapproadd lov/osc to mdt. while MDT setup the lovname can...
2006-05-24 tapproadd mdo_create support in mdd, cmm. small fix in mdt_reint.
2006-05-24 tapproadd initial support for open()
2006-05-23 tapprono need to assign the fid to body->fid1. It is already...
2006-05-23 tapproadd mdo_create() operation
2006-05-23 yury- put OBD_MD_FLID for root inode;
2006-05-23 yury- updating lli_fid in ll_update_inode(), what would...
2006-05-22 yury- making inode create and assigning the fid to it atomicaly
2006-05-22 nikitafix defect in ->ls_total accounting, found by Mike
2006-05-22 yuryfile ext3-external-journal-2.6.9.patch was added on...
2006-05-22 huanghuanicer indent.
2006-05-22 yury- added tasks for merges and milestones
2006-05-19 nikitamake ->ldo_object_free() a per-object method ->loo_obje...
2006-05-19 nikitamake lu_context const
2006-05-19 nikitacleanup obd/lu compatibility bits.
2006-05-19 yury- removed dt_object.h lu_object.h and md_object.h from...
2006-05-19 yury- update from b1_4_mountconf
2006-05-18 yuryfile llverdev.txt was added on branch b_new_cmd on...
2006-05-18 yuryfile llverfs.txt was added on branch b_new_cmd on 2006...
2006-05-18 nikitamdt: test usage of req-layout in mdt_getstatus()
2006-05-18 nikitaadd prototype of req-layout interface (more details...
2006-05-18 nikitaptlrpc_rqphase2str(): make argument const, so that...
2006-05-18 nikitaliblustre: define ARRAY_SIZE() if not already defined.
2006-05-18 tapprofix offset, re-enable reint_internal call for IT_OPEN...
2006-05-18 tapprolmv_fid_lookup stub similar to CMM
2006-05-18 tapproalloc new fid if IT_CREATE bit is set
2006-05-17 nikitadt_object_fini(): add a cast to sub-object
2006-05-17 nikitamdt_getattr_name(): 0. use correct offset in reply...
2006-05-17 nikitaosd: add osd_index_insert() stub
2006-05-17 nikitamdd_lookup(): use mdd_dt_lookup()
2006-05-17 nikitalmv_intent_lookup(): do not dereference NULL cid
2006-05-17 nikitamdo_name_insert(): fid is const
2006-05-17 tapprogetatt_name() initial support
2006-05-17 tapproadd lookup method, use inlines for md_ operaions
2006-05-17 tappromdd_lookup is added
2006-05-17 tapproadd lookup() method in md_dir_operations
2006-05-17 nikitanew handling of root directory:
2006-05-17 nikitamdt_req_handle(): uninitialized info->mti_object (foudn...
2006-05-17 nikitaadd dt_object_{init,fini}()
2006-05-17 nikitasanitize transaction stuff in mdd
2006-05-17 nikitaadd lu_context to ->ldto_device_{alloc,free}() methods
2006-05-17 nikitafixes for liblustre compilation
2006-05-16 nikitaadd lu_context to various operations
2006-05-16 nikitaadd few dt_index_operations stubs
2006-05-16 nikitalu_object_alloc(): add static
2006-05-16 nikitamdd: update calls to match changed dt_index_operations
2006-05-16 nikitamodify dt_index_operations to be usable as generic...
2006-05-16 nikitause calls to lu_object_fid()
2006-05-15 yuryfile lov.sh was added on branch b_new_cmd on 2006-08...
2006-05-15 yury- added more tasks about FIDs to work interoperability...
2006-05-12 yuryfile module_cleanup.sh was added on branch b_new_cmd...
2006-05-12 tapproremove unused variable
2006-05-12 tapproremove unused variables
2006-05-12 tapprofix test stuff
2006-05-12 tapprolmv_placement_policy creates new dir on another MDS
2006-05-12 tapproconfigure old MDC for MDS
2006-05-12 tapprouse old MDC odb to communicate with server
2006-05-12 tapproinit ls_nodeid and set initial sequence for MDS
2006-05-12 tapproalloc new fid using range of sequences
2006-05-12 tapproadd ls_node_id into struct lu_site
2006-05-11 nikitalibcfs: fixes to CDEBUG(), LASSERT() and friends to...
2006-05-10 nikitaGrr... revert previous commit, as part of it went into...
2006-05-10 nikitalibcfs: fixes to CDEBUG(), LASSERT() and friends to...
2006-05-10 nikitaosd: remove accidentially committed bit of testing
2006-05-10 nikitaosd: remove explisit iam operations
2006-05-10 nikitado ldiskfs renames in linux/lustre_iam.h
2006-05-10 nikitaiam: fixes
2006-05-10 nikitadt: remove explicit iam operations from dt_device_opera...
2006-05-10 nikitafld: fix iam usage.
2006-05-10 huanghua(1) Fix a memory leak bug in mdt_device_alloc: by calli...
2006-05-10 wangdiBranch: b_new_cmd
2006-05-10 yusysplit task of IAM proto and FLD proto for wangdi
2006-05-09 nikitaosd_mount(): use simple_mkdir()
2006-05-09 nikitaadd lu_attr to the ->moo_object_create() method
2006-05-09 nikitadt: dt_txn_hook_*(): skip NULL call-backs
2006-05-09 yury- last colibri WB added to b_new_cmd/lustre/doc
2006-05-08 nikitaosd-oi: pass transaction handle to object index functions
2006-05-08 nikitaosd: 0. remove duplicate helper functions; 1. implement...
2006-05-08 nikitamdd: pass lu_attr down to osd
2006-05-08 nikitadt: 0. add txn callbacks interface; 1. pass lu_attr...
2006-05-08 tappromake cmm_fld_lookup compatible with 1 MDS only
2006-05-07 nikitaosd: fix osd_trans_stop() to release reference to device
2006-05-07 nikitaadd some rough transaction support to osd
2006-05-07 tapproconnect mdc_device to the target MDT,
2006-05-07 tappromake lu_fid const value in mdo_name_insert()
next