Whamcloud - gitweb
More makefile fixes.
[fs/lustre-release.git] / lustre / mds /
2002-10-03 adilgerDon't use relative paths for files as it breaks automake.
2002-10-03 shaver- Add mount-epoch checking in most (all?) inode-using...
2002-10-02 adilgerAlways fill in the full body on reply to keep ll_lookup...
2002-10-02 adilgerFix breakage caused earlier this week by over-optimization.
2002-10-02 adilgerFormatting.
2002-10-02 adilgerFix circutious xattr_set.
2002-10-02 adilgerComment about expected compile warning (to disappear...
2002-10-02 adilgermds_open:
2002-10-01 pschwan- ChangeLog update for 0.5.13
2002-09-27 adilgerUse types for journal_callback_set() as in RH 12.5...
2002-09-27 adilgerSilence bogus compiler warning by moving code closer...
2002-09-26 pschwanb=613941
2002-09-25 shaver- Use l_wait_event in ldlm_completion_ast to both trigg...
2002-09-25 braam- add ucred structure. MDS now sets the fsuid and...
2002-09-25 shaver- Cancel any and all outstanding locks when an export...
2002-09-24 pschwanThe old patch was failing because sometimes the inodes...
2002-09-24 pschwanBack out the piece of the locking fix that caused the...
2002-09-22 pschwanb=605627
2002-09-20 eeb Modifications for "circulating" request buffers ...
2002-09-20 adilgerDon't bug if we run out of space on the MDS when storin...
2002-09-20 adilgerDon't return an error code if we already have a reply...
2002-09-19 adilgerSet the EASIZE valid flag in the MDS body, so the files...
2002-09-19 adilgerAdd a comment on why we don't return a lock for some...
2002-09-19 braam- add hardlink support
2002-09-16 adilgerReplace all of the "char[37]" uses with obd_uuid_t.
2002-09-16 adilgerRemove the extra magic from mds_extN.c for now (we...
2002-09-16 braam- a fix for Gary's directory read-back bug. You can...
2002-09-16 braam- a fix for single node rm `pwd` problems. The distrib...
2002-09-12 adilgerLarge commit which implements more "intelligent" offset...
2002-09-11 adilgerRework the code that Phil spent so much time fixing...
2002-09-11 pschwanb=600245
2002-09-11 adilgerUse sizeof(var) instead of sizeof(type).
2002-09-11 pschwanb=600245
2002-09-08 adilgerDrop the spinlock before returning if the export alread...
2002-09-08 braamdon't crash an MDS if a client send a reconnect.
2002-09-07 shaver- Handle setting of existing EA by retrying without...
2002-09-07 adilgerClean up compiler warnings for 64-bit systems where...
2002-09-07 adilgerChange internal statfs calls to pass struct obd_statfs...
2002-09-05 eebFixed service request buffer race
2002-09-03 pschwan- remove the PTL_RPC_TYPE_* in favour of PTL_RPC_MSG_*
2002-09-03 adilgerCopyright update, remove old comment
2002-09-03 braam- change the prefix of bulk descriptors to bd_ and...
2002-09-03 shaverWARNING: we currently crash on unmount after the last...
2002-09-02 adilgerMinor cleanups.
2002-09-02 adilgerProtect the obd export list with a spinlock (we do...
2002-08-28 adilgerWe already set last_committed and last_xid for all...
2002-08-28 adilgerRemove obsolete code from mds_ext3.c.
2002-08-27 adilgerRevert error handling case - jumpling to out_unlink_can...
2002-08-26 adilgerMake symlinks actually work:
2002-08-26 adilgerAllow unlinking non-regular files.
2002-08-26 adilgerMore of the symlink story - extract the link target...
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-22 shaver* Chain granted locks off the export.
2002-08-21 braam- redo rename to instantiate d_new on the client, inste...
2002-08-21 braam- give inodes more metadata for objects. Per stripe...
2002-08-21 braam- add a name to ptlrpc_svc_init in preparation for...
2002-08-21 pschwan- Do an additional getattr in ll_lookup2 after we get...
2002-08-19 rread- fix return code in mds_getattr_internal
2002-08-19 pschwan- Maintain a list in the ll_inode_data of data (OST...
2002-08-17 shaver* l_wait_event can now do interrupts without a timeout...
2002-08-16 adilgerFix harmless compile warning. Not sure the code is...
2002-08-16 adilgerRemove old journal callback compatibility support.
2002-08-16 adilgerRemove open-coded list walking.
2002-08-16 rread- fix mount by adding UUIDs requested by Mike
2002-08-14 pschwan- comment out the noisy get/put LDLM_DEBUGs; I'll remov...
2002-08-12 pschwanb=585183
2002-08-11 braam- change I/O to use a pagearray
2002-08-10 adilgerDo proper setup/cleanup of MDS exports and client data.
2002-08-09 rread- ensure lovconfig returns 0 on success
2002-08-08 pschwan- Don't shutdown the LDLM if other modules still have...
2002-08-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
2002-08-06 adilgerDon't have spaces in process names.
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
2002-08-02 shaver* Change mds_client_info to mds_export_data and embed...
2002-08-01 adilger- Set valid flags in llite and not OSC. It does not...
2002-07-31 braam- move the peter branch changes to the head
2002-07-30 adilgerAlways return a valid pointer or an error code from...
2002-07-26 rread- small include changes needed compile on powerpc
2002-07-25 braamFix some simple errors and warnings
2002-07-24 adilgerMake a distinction between bulk callbacks and brw callb...
2002-07-22 adilgerAdd module refcounts for filesystem interface modules.
2002-07-18 adilgerA mostly-fix for "mknod /mnt/lustre/foofo p". It doesn...
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-14 braam- see previous message
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-13 pschwan- Added match_or_enqueue helper function
2002-07-05 pschwanItems of note:
2002-07-05 shaverPrevent C-c and C-z from locking us up, and make most...
2002-07-05 adilgerChange module data to use "info@clusterfs.com" email...
2002-07-05 adilgerAdd statfs fixups to head.
2002-07-05 adilgerAdd statfs support for proper blocks count to head.
2002-07-03 braam- first additions for rename.
2002-07-01 braam- much of the striping configuration managment and...
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-30 braam- small issues
2002-06-29 braamFile I/O fix: move the lock name space to the filter...
2002-06-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-29 rread- fix make dist
2002-06-28 braam- The same changes made to the OST are now working...
next