Whamcloud - gitweb
b=7039
[fs/lustre-release.git] / lustre / llite /
2005-08-05 nikitacomment for ll_readahead_state and assertion in osc_sen...
2005-08-05 wangdiBranch: HEAD
2005-08-04 alexb=7039
2005-08-04 niustore lustre id in ost object's EA.
2005-08-02 alexb=7039
2005-08-02 alexb=7039
2005-07-31 alex- b_size_on_mds landed on HEAD:
2005-07-31 ericmland b_hd_remote_acl: support get/set ACL from remote...
2005-07-28 ericmland minor fixes from b_hd_sec:
2005-07-27 alexb=7200
2005-07-27 alexb=5210
2005-07-21 ericmland b_hd_pag: rudiment support for PAG.
2005-07-13 ericmland b_hd_sec: perm/acl authorization for remote users.
2005-07-11 yury- cleanups in cmobd and others:
2005-07-10 alexb=3984
2005-07-10 alexb=6817
2005-07-08 yury- putting file fid into o_inline for cases when crow...
2005-07-07 ericmland b_hd_sec on HEAD. various security fixes.
2005-07-06 niuconvert to u64 in case of overflow.
2005-07-03 alexb=5888
2005-07-02 alex- remove non-needed check
2005-07-02 alex- minor change to prevent warnings
2005-06-29 alexb=6816
2005-06-23 ericmland b_hd_sec on HEAD: lctl flush stuff, plus various...
2005-06-23 yury- numerous fixes from b_cray, b_1_4 and Andreas' comments.
2005-06-22 yury- CROW (CReate On Write) (precreation is removed)
2005-06-21 alexb=6087
2005-06-20 ericmland b_hd_sec onto HEAD: various security related fixes.
2005-06-15 ericmland b_hd_sec_client_oss onto HEAD.
2005-06-13 yury- fixed typos in comments and some alingment in cobd.
2005-05-29 yury- many gcc4 compilation fixes (warnings)
2005-05-29 alexb=6403
2005-05-27 yury- landing MOD (MDS Originated destroy) plus few ldlm...
2005-05-21 yury- handling out possible signals to @current while waiti...
2005-05-19 wangdiBranch: HEAD
2005-05-18 ericmb=6332
2005-05-16 yury- fixed umounting all GNS entrie son lustre umount...
2005-05-16 yury- fixes and improvements in GNS:
2005-05-13 yury fixes possible memory leak on error case path
2005-05-12 yury- fixed sys_umount() code path. It did not release...
2005-05-12 ericmagain fix the intent release problem in dentry revalida...
2005-05-11 yury- more fixes and comments about intent managing in...
2005-05-11 yury- fixes in ll_revalidate_it() about correct allocating...
2005-05-11 ericmrecovery-small 21 LBUG: don't release intent for open...
2005-05-10 yury- removed duplicating code chunk in ll_mdc_blocking_ast...
2005-05-08 yury- using TASK_INTERRUPTIBLE in OBD_SLEEP_ON at Andreas...
2005-05-06 yury- check for GNS mount even if upcall returned to error...
2005-05-06 yury- fixed using of few deprected functions:
2005-05-06 ericmfix my previous careless fix
2005-05-06 ericmsanity 24u: fix cross fs rename: should return error.
2005-05-03 jacobb=3031
2005-04-27 jacobb=5786
2005-04-26 yury- removed not used stuff (@lld and gns_mount_finished...
2005-04-25 yury- added more comments in GNS stuff about possible odd...
2005-04-24 yury- cleanups in comments, struct mtrack renamed to struct...
2005-04-22 ericmland b_hd_sec onto HEAD:
2005-04-21 yury- changes in MDAPI DLD - added subchapter about nested...
2005-04-21 yury- fixed missed -1 in kernel_read()
2005-04-21 yury- GNS thread should be stopped after llite in unregistered
2005-04-21 yury- fixes and improvements in GNS:
2005-04-21 yury- fixes and cleanups in GNS:
2005-04-19 yury- cosmetic changes in mdapi DLD
2005-04-18 yury- more fixes and improvements in GNS stuff:
2005-04-18 yury- fixed returning @retval in ll_lookup_it() in the...
2005-04-18 yury- fixed missed comma
2005-04-18 yury- many fixes in GNS code after Nikita's code review...
2005-04-13 yury- fix for sanityN.sh test_16 from Oleg (patch from...
2005-04-13 yury- added patches from #5492 and 5654
2005-04-13 yury- compile fixes for --enable-liblustre
2005-04-08 yury- fixed lossing error code in llog processing during...
2005-04-07 yury- removed hardcoded checking for ".mntinfo" on MDS...
2005-04-04 yury- landed b_hd_cray_merge3
2005-03-31 ericmland lustre part of b_hd_sec on HEAD.
2005-03-29 jacobr=phil
2005-03-14 alexb=5765
2005-03-11 wangdiexp might be NULL
2005-03-02 yury- fixes from b1_4:
2005-03-02 yury- fixed md_getattr() in lustre_common-fill_super()
2005-02-28 yury- returned back OBD_MD_FID. For many reasons its remova...
2005-02-28 yury- small fix in ll_update_inode()
2005-02-27 greenb=5230
2005-02-24 eeb* lustre updates for recent portals HEAD changes
2005-02-23 yury- fix from b1_4 in MDS_CHECK_RESENT()
2005-02-22 alex- commit from zzeng
2005-02-22 yury- changes with names on exports and another fields...
2005-01-27 yury- removed optimization related to fid's updating on...
2004-11-22 yury- fixed mdc_op_data stack allocations.
2004-11-18 yury- OBD_ALLOC() of obdos are replaced by obdo_alloc(...
2004-11-17 yury- lots of fixes about obdo allocating. By now, there...
2004-11-15 yury- changes about @flags in m_disconnect(). It should...
2004-11-15 yury- fixes about lmv_delete_inode().
2004-11-14 yury- destroy lmv_obj cache in error case in lmv module...
2004-11-14 yury- more fixes about lmv_put_inode()
2004-11-14 yury- fixes about removing lmv_obj when coresponding inode...
2004-11-13 yury- cleanups about getattr_name. By now getattr_lock...
2004-11-11 yury- landing b_fid.
2004-10-24 yury- unland b_fid to HEAD
2004-10-24 yury- landing of b_fid after merge with b_hd_cleanup_merge.
2004-10-23 yury- landing of b_hd_cleanup_merge to HEAD.
2004-09-09 alexb=4552
next