Whamcloud - gitweb
Replace all of the "char[37]" uses with obd_uuid_t.
[fs/lustre-release.git] / lustre / lov / lov_obd.c
2002-09-16 adilgerReplace all of the "char[37]" uses with obd_uuid_t.
2002-09-16 adilgerPut checks for LOV magic into LOV code, what a good...
2002-09-16 pschwanb=609205
2002-09-12 adilgerThis should fix the LOV problem. All is well.
2002-09-12 adilgerFix lov stripe offset calculations.
2002-09-12 adilgerSet lsm_magic to LOV_MAGIC.
2002-09-12 adilgerAdd a bit of debugging for LOV sub-object allocation...
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 adilgerClean up compiler warnings for 64-bit systems where...
2002-09-07 adilgerChange internal statfs calls to pass struct obd_statfs...
2002-09-07 adilgerMove knowledge of the LOV metadata/message structures...
2002-09-06 pschwanLittle cleanups:
2002-09-05 pschwan- Fixed some error messages in the LOV
2002-09-04 pschwan- I introduced a bug in the LOV, for the case where...
2002-09-04 pschwanthe callback data refcount should be the stripe count...
2002-09-04 pschwanUse pga[i].off instead of pga[i].pg->index. Even thoug...
2002-09-03 pschwan- remove the PTL_RPC_TYPE_* in favour of PTL_RPC_MSG_*
2002-08-29 adilgerAdd statfs method to LOV.
2002-08-22 rread- cleanup remaining oa -> tmp brainos
2002-08-22 braam- more fixes..things work again.
2002-08-22 rread- stripe md fixes
2002-08-22 braamminor but important lov bug fixes Robert and I found...
2002-08-21 braam- give inodes more metadata for objects. Per stripe...
2002-08-19 rread- looks like osc_enqueue is now looking at the strip_co...
2002-08-17 rread- writing data to lov stripes is beginning to work...
2002-08-17 rread- cleanup callback data to get striping to work
2002-08-16 rread- fix mount by adding UUIDs requested by Mike
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-07 shaver* Pass the connecting client's UUID (NB: not the _conne...
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 braamFix some simple errors and warnings
2002-07-22 adilgerInclude lustre_mds.h to have definition for mdc_getlovinfo.
2002-07-18 adilgerA mostly-fix for "mknod /mnt/lustre/foofo p". It doesn...
2002-07-17 adilgerBig diff, mostly cosmetic.
2002-07-16 adilgerFix problem with multiple connections to the same local...
2002-07-14 braamThis commit contains probably 92% of the striping infra...
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-01 braam- much of the striping configuration managment and...
2002-06-30 braam- except for fixing the segfault in the documentation...
2002-06-13 pschwanWARNING: This commit breaks everything. It will be...
2002-05-27 pschwanLast week's LOV hackery