Whamcloud - gitweb
* fix braino
[fs/lustre-release.git] / lustre / lib /
2002-12-20 rread* merge b_recovery into HEAD
2002-12-14 pschwanland b_md onto HEAD. the highlights:
2002-12-02 adilgerMerge of b_md to HEAD:
2002-12-01 shaverLanding b_lock_replay so that Phil can use my ldlm...
2002-11-28 shaverLanding of b_recovery (at last).
2002-11-25 pschwanmerge b_md onto HEAD. as best as I can remember:
2002-11-20 adilgerSadly, CVS doesn't handle adding/removing/moving files...
2002-11-18 pschwanb=191
2002-11-07 shaverOnly store replayable (MDC, with transno) requests...
2002-11-07 braam- capability fixes on head
2002-11-05 pschwan- Replaces the LDLM lock counters (in /proc/ldlm/)
2002-11-02 shaver- Replace client-side generation fixup with bug 304...
2002-11-02 braam- fixes for dentry problems from Phil and myself
2002-10-31 adilgerMinor update to mds_create_pack(): use "dir" instead...
2002-10-23 shaver- Beginning of new REINT replay infrastructure.
2002-10-19 braam- buffer checks are different for non-intent
2002-10-19 braamONLY UPDATE IF YOU NEED THIS (i.e. Andreas probably...
2002-10-19 shaver- Split import reconnection and replay (OSC only needs...
2002-10-19 pschwanFix the connection refcount leaks. There were actually...
2002-10-15 shaver- Move recovery setup into the (network-using) connect...
2002-10-15 shaver- Rename the ptlrpc-general reconnection and replay...
2002-10-10 pschwanb=602707
2002-10-05 adilgerTwo fixed:
2002-10-04 adilgerIf we are passed a bad connection handle don't oops.
2002-10-03 adilgerAdd client.c and target.c in place of l_net.c
2002-10-03 shaver- Add mount-epoch checking in most (all?) inode-using...
2002-10-02 pschwan- Do proper refcounting on export->exp_connection ...
2002-10-01 pschwan- If a non-CONNECT request is made with an invalid...
2002-10-01 shaver- Add RD_TROUBLED state for items that need to start...
2002-09-27 adilgerMask off the type bits and not the permission bits.
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 adilgerFix simple_mknod() to handle existing files properly.
2002-09-24 adilgerUse the OBD_MD_FLTYPE and OBD_MD_FLMODE flags where...
2002-09-24 braam- documentation updates for the collaborative cache
2002-09-20 shaver- Parallel recovery implementation, to match documented...
2002-09-19 adilgerFix comments, add declaration for simple_mknod().
2002-09-19 braam- add hardlink support
2002-09-16 adilgerReplace all of the "char[37]" uses with obd_uuid_t.
2002-09-12 adilgerAllos statfs to return values larger than 16TB.
2002-09-12 adilgerLarge commit which implements more "intelligent" offset...
2002-09-09 pschwan- osc_create was setting lmd_stripe_count to 1 instead...
2002-09-09 braam- change field names for clarity.
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-06 shaver- Chain imports on connection, like exports.
2002-09-06 gord-figRemove page.c and debug.c from EXTRA_DIST. Please...
2002-09-06 adilgerAt least acknowledge that statfs wraps at 16TB filesyst...
2002-09-05 pschwanBack out some lprocfs changes to common code until...
2002-09-05 thantryRe-added lock(s) as library
2002-09-05 pschwan- debug.c was only used by obdclass, so I moved it...
2002-09-05 eebFixed service request buffer race
2002-09-04 adilgerCommit braino fix that I already fixed locally.
2002-09-04 adilgerGet the directory inode semaphore, just to be copasetic...
2002-09-03 rread* move recover.c from llite to ptlrpc
2002-09-03 adilgerFix header problem for building on RH kernels.
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 pschwan- remove the unused 'id' from mdc_enqueue
2002-08-30 adilgerAdd assertions to {push,pop}_ctxt because we are oopsin...
2002-08-29 adilgerUse o_brw instead of o_getattr to distinguish between...
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-22 adilgerMinor cleanups.
2002-08-22 rread- stripe md fixes
2002-08-22 braamfixes for LOV -- CAREFUL this may break the tree...
2002-08-21 braam- give inodes more metadata for objects. Per stripe...
2002-08-20 adilgerRemove call to set_page_clean() from lustre_commit_write().
2002-08-20 gord-figTweak distribution files.
2002-08-19 adilgerAdd some basic data integrity checking to obdecho.
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 shaver* Fix interrupt-pending-when-timeout-occurs handling...
2002-08-12 pschwanb=585183
2002-08-12 shaverFirst steps at getting recovery back off the ground:
2002-08-11 braam- change I/O to use a pagearray
2002-08-10 adilgerFix LDLM namespace leak in client_obd_connect() if...
2002-08-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
2002-08-06 pschwan- Grammatical, LDLM updates to network.lyx
2002-08-01 braam- send client UUID over in the connect calls
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-18 pschwanMore connection-level hackery for the DLM
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-12 pschwan- Fixed up some OST handler functions to always return...
2002-07-04 rread- install setup scripts and config
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-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-29 rread- fix make dist
2002-06-28 braam- shared MDS/OST connection routines
2002-06-28 braam- The same changes made to the OST are now working...
2002-06-25 adilgerMerge trivial changes from branch to head.
2002-06-23 braam- improve the explanatory comment
2002-06-23 braam- minor fix
2002-06-23 braam- add reentrant locks
2002-06-20 adilgerAdd ll_pack to the head.
2002-06-17 pschwanMany dlm and intent lock fixes.
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
next