Whamcloud - gitweb
- introduce the struct md_create_spec. It contains the various type-depended
[fs/lustre-release.git] / lustre / mdt / mdt_open.c
2006-08-05 tappro- introduce the struct md_create_spec. It contains...
2006-08-05 huanghuaadd EXEC & WRITE pretection support on file to pass...
2006-08-05 wangdiBranch: b_new_cmd
2006-08-05 nikitarename create_data_object to something less ugly
2006-08-05 wangdiBranch: b_new_cmd
2006-08-05 wangdiBranch: b_new_cmd
2006-08-05 wangdiBranch: b_new_cmd
2006-08-04 nikitacleanup: do not access ->loh_fid directly
2006-08-04 nikitamdt_mfd_open(): clean, use local variables
2006-08-04 wangdiBranch: b_new_cmd
2006-08-04 wangdiBranch: b_new_cmd
2006-08-03 huanghuafix:
2006-08-03 wangdiBranch: b_new_cmd
2006-08-02 huanghuareworked for mdt_getattr():
2006-08-02 wangdiBranch: b_new_cmd
2006-07-31 huanghuafixed a bug introduced by altering xxx_attr_get() inter...
2006-07-31 tapproattr_get is changed. It takes now md_attr() and does...
2006-07-30 huanghua(1): fixed a bug in mdt_close(): error handling for...
2006-07-28 huanghuafixed bugs:
2006-07-27 huanghuafixed some open related thing according to inspection...
2006-07-27 huanghua(1)reworked last_link handling, using lustre_shrink_rep...
2006-07-27 huanghuarework on mdt_handle_last_unlink():
2006-07-27 huanghuawe need start a transaction for every open request...
2006-07-25 nikitaxattr support in md/dt stack
2006-07-21 huanghuamodified the mdt_object_unlock() interface:
2006-07-21 huanghuacleanup & fix according to code inspection result from...
2006-07-21 huanghuaremove debug code; restore MAX_MD_SIZE to a smaller one
2006-07-21 huanghuamodified open handling, return lov ea to client.
2006-07-19 tapprofix defect with open of existent file. There is no...
2006-07-19 tapproMDT updates due to md_attr changes.
2006-07-18 huanghuacheck readonly file system asap: in mdt_req_handle...
2006-07-15 huanghuarevisioned due to inspection result.
2006-07-14 huanghuasome fix in open
2006-07-13 huanghuaa few fixes after testing & inspection:
2006-07-13 tappro- add new layouts for readpage, unlink_last, rename_las...
2006-07-12 huanghuamodified mdo_create interface, added symlink target...
2006-07-11 huanghuafixed some defects according to inspection.
2006-07-10 huanghuafixed some defects after DLD.
2006-07-09 huanghuafix some bug:
2006-07-09 huanghuafixed some defects according to inspection result....
2006-07-07 huanghuaadded open support: the simplest case, no CMD, no xattr.
2006-07-06 huanghuaadd prototype code for open, just passed compilation...