Whamcloud - gitweb
merge b_md onto HEAD. as best as I can remember:
[fs/lustre-release.git] / lustre / osc /
2002-11-25 pschwanmerge b_md onto HEAD. as best as I can remember:
2002-11-18 pschwanb=191
2002-11-13 thantry Bug #357, no more gratituous new line..., or typecasting
2002-11-13 thantryName changes to make all file system statistics names...
2002-11-13 thantry1. Bug fix for Bug #320, also needs repair of lconf...
2002-11-08 adilgerFix for many-clients-and-server-on-same-node deadlock...
2002-11-08 adilgerHighmem deadlock avoidance (server version):
2002-11-07 pschwanmerging all noncontroversial pieces of b_symlink into...
2002-11-06 rread- wholesale renaming of the brw associated callback...
2002-11-05 donmilosIssue# 330: Approver: Andreas - New utility to find...
2002-11-02 thantry1. Fixed cleanup issue where I was *indeed* accesing...
2002-11-01 thantryLproc-snmp code drop
2002-10-30 pschwanb=201
2002-10-30 shaver- Bugzilla 214: Have LOV do its own timeout management...
2002-10-29 adilgerReturn an LDLM error code from osc_enqueue, just to...
2002-10-29 adilgerWhile we are breaking BA OST compatibility, swap the...
2002-10-25 pschwanb=611336
2002-10-24 shaverA patch only a mother could love to notify LOVs when...
2002-10-23 thantryFile containing read/write fptr implementations for...
2002-10-21 adilgerInclude version.h so we can check version.
2002-10-21 braam2.4 fixes
2002-10-21 braam- compile fixes for 2.5.44
2002-10-15 shaver- Rename the ptlrpc-general reconnection and replay...
2002-10-11 adilgerPoisoning of all cookies at free time (to work around...
2002-10-11 adilgerSupport delayed creation of objects, including a test...
2002-10-07 pschwanb=614459
2002-10-03 adilgerMore makefile fixes.
2002-10-03 shaver- Add mount-epoch checking in most (all?) inode-using...
2002-10-02 adilgerFormatting.
2002-09-27 pschwanb=611892
2002-09-24 braam- documentation updates for the collaborative cache
2002-09-24 pschwan- Adds an int 'local_only' to the cancel_unused functio...
2002-09-16 adilgerPrevent false "leak" because of OBD memory accounting.
2002-09-16 pschwanb=609205
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-08 pschwan- We don't use pga[i].pg->index, so don't overwrite...
2002-09-07 adilgerChange internal statfs calls to pass struct obd_statfs...
2002-09-05 pschwan- debug.c was only used by obdclass, so I moved it...
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 pschwanJames Newsome's last dlm regression patch. I haven...
2002-08-22 pschwan- removed lock list from inode info
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 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-15 adilgerHopefully final fix for kunmap problem - will check...
2002-08-15 adilgerFix strange non-complaining error for missing page_arra...
2002-08-14 pschwan- comment out the noisy get/put LDLM_DEBUGs; I'll remov...
2002-08-13 adilgerMinor fixups for error handling case.
2002-08-13 adilgerClean up bulk descriptor refcounting now that we do...
2002-08-12 pschwan- James Newsome's dlm stress test
2002-08-12 pschwanb=585183
2002-08-12 shaverI know, let's actually set the desc field, since we...
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-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-26 rread- small include changes needed compile on powerpc
2002-07-25 pschwanset b_page in osc_brw_write, so that it will get kunmap...
2002-07-25 braam- remove two almost unused fields from the OST request...
2002-07-24 adilgerFix RPC request leak and potential refcounting problems...
2002-07-24 adilgerMake a distinction between bulk callbacks and brw callb...
2002-07-24 shaverDon't deref desc after we drop our reference to it.
2002-07-24 shaverUnmap and decref bulk descriptors from a bottom half...
2002-07-22 adilgerFix minor leak of import struct, which we do not use...
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 pschwanFixed brw_finish to kunmap the pointers in the bulk...
2002-07-15 pschwan- Fix for the 16kb page directory handling (thanks...
2002-07-14 braam- lookup2: drop a lock in an unlikely error case; clari...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
2002-07-13 shaver- Use refcounting to control lifetime of bulk descriptors.
2002-07-13 pschwanosc_connect needs to go with level LUSTRE_CONN_NEW...
2002-07-11 adilgerFix statfs for new ptlrpc interface in head.
2002-07-05 uid34591Fix osc Makefile to link ll_pack.c (module osc.o should...
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 support for proper blocks count to head.
2002-07-01 pschwan- more LDLM refcount locking infrastructure
2002-07-01 pschwan- updated LDLM_DEBUG to give more refcount info
2002-06-30 braamfix a blunder in osc_connect that frees the connection...
2002-06-30 braamFix a few compiler warnings.
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-28 braam- The same changes made to the OST are now working...
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-25 braam- Cleanup of the lock callback infrastructure - not...
2002-06-24 adilgerFix o_valid and o_size for truncate through osc/ost...
2002-06-24 pschwan*** empty log message ***
2002-06-24 pschwan*** empty log message ***
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 pschwanBack out bad kunmap "fix"
2002-06-14 pschwan- Fix two leaks
next