Whamcloud - gitweb
iam: remove wrong assertion introduced by previous commit.
[fs/lustre-release.git] / lustre / osd /
2006-11-13 nikitaosd: debugging dump index leaf node when osd_inode_remo...
2006-11-13 nikitaosd: put back fid_is_local() assertion.
2006-11-06 nikitaosd: fix ipd handling for iterators.
2006-11-04 nikitaosd/mdd: new (weaker) locking for ->do_attr_{g,e}set...
2006-11-04 nikita0. iam: pub r5 hash back.
2006-11-01 nikitaosd: remove unused fields.
2006-10-31 nikitaosd: remove oi lock: it is no longer needed now that...
2006-10-26 nikitaosd: remove no longer needed commentary.
2006-10-26 nikitaosd: fix thinko.
2006-10-26 nikitaosd: 0. remove mp longer used functions; 1. add osd...
2006-10-25 nikitadisable expensive assert.
2006-10-25 nikitafix comment to match reality.
2006-10-24 nikitaosd,mdd: move osd_readpage() and friends into mdd layer...
2006-10-23 nikitaosd: implement osd_{read,write}() on top of fsfilt_ldis...
2006-10-23 yury- small fixes, cleanups, comments in pdirops code in...
2006-10-23 nikitaosd: osd_dir_page_build(): cleanup BE/cpu/LE conversion.
2006-10-23 wangdiBranch: b_new_cmd
2006-10-23 wangdiBranch: b_new_cmd
2006-10-23 huanghuausing big endian format for fid in (name->fid) index.
2006-10-22 yury- added last chunk of ldlm part of pdiros, enabled...
2006-10-15 yury- serialize fld reqs on client and server;
2006-10-15 nikitadt/osd: cleanup of txn credit constants handling.
2006-10-14 wangdiBranch: b_new_cmd
2006-10-14 yury- fixed format in CWARN()
2006-10-14 wangdiBranch: b_new_cmd
2006-10-13 nikitaosd: get rid of /*OBJ-TEMP* hack.
2006-10-12 lsy* all capabilities of opened inode should always renew...
2006-10-12 nikitaiam,cmm,llite: cleanup handling of corner cases in...
2006-10-09 nikitaosd: remove outdated comments
2006-10-09 nikitasmall cleanups
2006-10-09 huanghuamore comments on why we need to set nlink to zero for...
2006-10-09 lsyoss capability fully works now.
2006-10-09 huanghua(1) correctly unlink a dir: we have to set i_nlink...
2006-10-05 lsyrevised capability code to not break md stack according...
2006-09-29 wangdiBranch: b_new_cmd
2006-09-28 nikitaintroduce struct lu_buf used instead of (buf, len)...
2006-09-28 nikitaIntroduction of lu_env.
2006-09-28 huanghuaremove dir entry in *OBJ_TEMP* while deleting file...
2006-09-27 tappro- fix issues with wire structures and swabbing
2006-09-27 lsyland capability.
2006-09-26 tapproorphan-delay patch
2006-09-26 huanghuanot implmented read() methed for symlink.
2006-09-22 nikitaosd: remove entry from oi map on object deletion
2006-09-20 vitalyBranch b_new_cmd
2006-09-20 wangdiBranch: c_new_cmd
2006-09-14 yury- make all "getters" name correspond to naming paradigm...
2006-09-13 nikitaosd: check that transaction handle is supplied
2006-09-13 yury- root_get and conf_get renamed to get_root and get_con...
2006-09-09 wangdiBranch: b_new_cmd
2006-09-07 yury- fixes in reading store by seq-mgr;
2006-09-07 tappro- change debug level for object init/fini messages
2006-09-06 huanghuafix mistakes about context_tags in my last commit point...
2006-09-05 nikitadt: simplify (and fix) ->dt_{ro,sync}()
2006-09-05 huanghuarename prototype obd name to their official name: mdt0...
2006-09-05 nikitasmall cleanups
2006-09-04 tapproproper locking for the mod_count, remove assert for...
2006-09-03 tapprodput() is only needed is alias was returned
2006-09-03 nikitadt: add ->del() method to interator, and implemente...
2006-08-31 tapprosmall fixes: remove '_dev' from dt_sync and dt_ro metho...
2006-08-31 tappro- add sync and set readonly methods for dt_device....
2006-08-31 wangdiBranch: b_new_cmd
2006-08-30 tappro- osd_open() returns struct inode instead of struct...
2006-08-30 wangdiBranch: b_new_cmd
2006-08-28 tappro implement MDT_FAIL_WRITE(), set the missed fail checks...
2006-08-28 huanghuamove transaction commit callback context from dt_device...
2006-08-28 huanghuafix according to nikita's inspection result; mainly:
2006-08-25 nikitaosd: add code checking that lock is taken before operat...
2006-08-25 nikitaoi: code inspection results
2006-08-25 nikitadt: simplify ->do{un,}lock() interface: lock type ...
2006-08-23 huanghuaremove "lu_context *" parameter from dtc_txn_commit()
2006-08-21 nikitaosd: osd_recovery_complete(): drop unneeded definitions
2006-08-18 tapproanother missed files in dist
2006-08-17 tapproCode update during for recovery in new MDS:
2006-08-17 tapproadd header files to the dist
2006-08-17 wangdiBranch: b_new_cmd
2006-08-16 nikita - store object-existence flags in ->loh_attr
2006-08-16 nikitaosd: trivial fixes
2006-08-15 tapproadd osd_shutdown()
2006-08-15 nikitaadd "positioning by hash" to iam
2006-08-14 tapproforgotten lu_object_put() in case of error
2006-08-14 huanghua(1) remove MD_ATTR_FLAGS. this is set by LA_FLAGS;
2006-08-12 tappro- remove unused ot_ref counter
2006-08-12 wangdiBranch: b_new_cmd
2006-08-11 nikitaosd: reimplement osd_attr_set()
2006-08-10 tapprofix issue with use-after-free if commit occurs while...
2006-08-10 huanghua(1) wrong argument in lmv_create();
2006-08-09 yury- implemented almost all Nikita's notes in seq mgr...
2006-08-09 huanghua(1) pass create flag from client to CMM/MDD in struct...
2006-08-08 wangdiBranch: b_new_cmd
2006-08-05 nikitaosd: add code to track lock/transaction ordering
2006-08-04 nikitalu_object: store file type (regular, directory, etc...
2006-08-04 nikitaosd: fix typo
2006-08-04 wangdiBranch: b_new_cmd
2006-08-03 wangdiBranch: b_new_cmd
2006-08-02 nikitaosd: fix type declaration
2006-08-02 wangdiBranch: b_new_cmd
2006-08-01 huanghuareworked symlink() and readlink():
2006-08-01 huanghuaadded symlink operation support.
2006-07-31 wangdiBranch:b_new_cmd
2006-07-30 wangdiBranch: b_new_cmd
next