Whamcloud - gitweb
More makefile fixes.
[fs/lustre-release.git] / lustre / ptlrpc /
2002-10-03 shaver- Add some more verbose logging of the cases that get...
2002-10-03 shaver- Add mount-epoch checking in most (all?) inode-using...
2002-10-02 pschwan- Comment out put_connection until we resolve the dep...
2002-10-01 pschwan- If a non-CONNECT request is made with an invalid...
2002-10-01 shaverAdd support for FAILCONN ioctl, for recovery testing...
2002-10-01 shaver- Add RD_TROUBLED state for items that need to start...
2002-10-01 pschwan- ChangeLog update for 0.5.13
2002-09-25 shaver- Cancel any and all outstanding locks when an export...
2002-09-20 eeb Modifications for "circulating" request buffers ...
2002-09-20 adilgerDon't just barf if we can't allocate memory.
2002-09-20 adilgerRe-add memset() of request struct, since we re-use...
2002-09-20 shaver- Parallel recovery implementation, to match documented...
2002-09-19 rread* add support for gmnal to ptlrpc
2002-09-19 pschwanAvoid allocating 'event' and 'request' on the stack...
2002-09-18 shaverIgnore PtlPut error, so that we will still timeout...
2002-09-16 adilgerReplace all of the "char[37]" uses with obd_uuid_t.
2002-09-09 braam- change field names for clarity.
2002-09-08 pschwan- We don't use pga[i].pg->index, so don't overwrite...
2002-09-08 adilgerDon't oops if there is no recovd for a connection....
2002-09-08 shaverAvoid OOPS on timeout from unconnected client. (Temporary.)
2002-09-07 shaver- Add hooks for post-replay fixup on ptlrpc_request.
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-06 pschwanLittle cleanups:
2002-09-06 eebfixed bulk source callback race
2002-09-06 shaver- Chain imports on connection, like exports.
2002-09-06 eebpremature service teardown bugfix
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-05 shaver- Rewrote connmgr_iocontrol to handle UUID specificatio...
2002-09-04 pschwan- I introduced a bug in the LOV, for the case where...
2002-09-04 shaver- initialize LDLM client data on obdfilter, not ost...
2002-09-04 pschwanDisable the reply type check until bluearc has a chance...
2002-09-03 rread* move recover.c from llite to ptlrpc
2002-09-03 pschwan- remove the PTL_RPC_TYPE_* in favour of PTL_RPC_MSG_*
2002-09-03 eebreply message initialisation fix
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 pschwanI'm a moron and spin_unlock was a no-op.
2002-09-02 pschwanFix eric's extremely well-spotted locking bug. It...
2002-08-29 adilgerFix up the spinlock situation around rq->rq_list and...
2002-08-26 shaver* Move recovery state into connection from client,...
2002-08-21 braam- add a name to ptlrpc_svc_init in preparation for...
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 shaverFirst steps at getting recovery back off the ground:
2002-08-11 braam- change I/O to use a pagearray
2002-08-10 adilgerAnother list_add() abuse.
2002-08-01 adilgerInclude failed operation for the RPC failures.
2002-07-31 braam- move the peter branch changes to the head
2002-07-26 rread- small include changes needed compile on powerpc
2002-07-25 shaverOnly interrupt after timeout in ptlrpc_queue_wait....
2002-07-24 adilgerMissed one...
2002-07-24 adilgerInitialize bulk descriptor refcount to 1, and call...
2002-07-22 adilgerCall bulk descriptor "desc" instead of "bulk" for consi...
2002-07-18 pschwanBe more explicit to aid debugging
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-17 gord-figTweak autogen.sh and Makefiles to be compatible with...
2002-07-16 adilgerFix problem with multiple connections to the same local...
2002-07-15 pschwan- Fix for the 16kb page directory handling (thanks...
2002-07-13 shaver- Use refcounting to control lifetime of bulk descriptors.
2002-07-13 pschwan- Added match_or_enqueue helper function
2002-07-12 pschwan- Added some temporary LDLM_LOCK_PUT/LDLM_LOCK_GET...
2002-07-08 shaverDefault to an rq_level of LUSTRE_CONN_FULL.
2002-07-05 uid34591Move the on-wire stucts/definitions into lustre_idl...
2002-07-05 uid34591Include headers explicitly that were previously include...
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-04 pschwan- Quiet the FIXMEs from CERRORs to CDEBUGs, because...
2002-07-02 braam- add missing unlocks.
2002-07-01 pschwan- more LDLM refcount locking infrastructure
2002-07-01 pschwan- updated LDLM_DEBUG to give more refcount info
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-30 braam- small issues
2002-06-29 braamMinor bug fixes to get export handles used by the DLM...
2002-06-28 braam- more fixes to export handling. Probably tomorrow...
2002-06-27 braam- More changes in the connection handle stuff. We...
2002-06-27 braamDon't update your trees yet..... Brian and I are trying...
2002-06-23 adilgerMove cleanup of service struct into ptlrpc_unregister_s...
2002-06-21 pschwanSmall typo fix
2002-06-21 braamtiny changes to accompany the Portals update which...
2002-06-21 adilgerMerge from posix_stable.
2002-06-17 pschwanMany dlm and intent lock fixes.
2002-06-15 pschwan- Fixed serious LDLM bugs, including mistaking the...
2002-06-15 pschwanIncrease RPC timeouts
2002-06-14 pschwan- Fix two leaks
2002-06-14 pschwan- Fixed remote dlm lock conversion
2002-06-14 pschwanLanding the mds_lock_devel branch on the trunk. Notables:
2002-06-13 pschwan- Fixes obdecho
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-06-10 adilgerAdd connid and xid to timeout messages.
2002-06-07 adilgerTranscription error.
2002-06-07 adilgerDon't stop checking for operations to commit if we...
2002-06-06 adilgerRename "bulk" to "desc" to avoid confusion with the...
2002-06-03 adilgerMove ioctl values out of the way of standard ext2/ext3...
2002-06-03 adilgerReplace usage of "page" with "bulk" where "page" was...
2002-05-26 pschwan- LBUG() on failed niobuf allocation
2002-05-25 pschwan- Quiet some journaling CERRORs
2002-05-24 pschwanI am a superstar.
next