aboutsummaryrefslogtreecommitdiff
path: root/libstore/stripe.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-5/+5
| | | | | | * stripe.c (concat_decode): Add __attribute__((unused)) to suppress warning. (ileave_decode): Likewise.
* (store_concat_create):Miles Bader1997-06-201-22/+51
| | | | | | | | | Set the store name if possible. (store_concat_open): New function. (store_ileave_create, store_concat_create): Use _store_create instead of _make_store. Update FSF address.
* (store_ileave_class, store_concat_class):Miles Bader1996-10-081-46/+2
| | | | | | Init set_flags & clear_flags fields. (stripe_set_flags, stripe_clear_flags): Remove functions.
* (store_ileave_create, store_concat_create):Miles Bader1996-10-081-2/+53
| | | | | | Add common backend flags from children to parent's flags. (stripe_set_flags, stripe_clear_flags): New functions.
* (store_ileave_class):Miles Bader1996-09-231-10/+8
| | | | | | | | Renamed from ileave_class; export. (store_concat_class): Renamed from concat_class; export. (ileave_decode, concat_decode): Make CLASSES arg const.
* (ileave_class, concat_class): Initialize the REMAP field.Miles Bader1996-09-141-5/+15
| | | | | (stripe_remap): New function. (stripe_read, stripe_write): Use void * for buffers, not char *.
* (ileave_allocate_encoding, ileave_encode, ileave_decode,Miles Bader1996-05-221-6/+91
| | | | | | | | concat_allocate_encoding, concat_encode, concat_decode): New functions. (concat_class): New variable. (ileave_class): Renamed from stripe_class. More fields added. (store_ileave_create, store_concat_create): CLASS param removed, METHS param renamed CLASS; all callers changed. FLAGS param added.
* (store_ileave_create, store_concat_create):Miles Bader1996-05-101-57/+22
| | | | | | | Use store_run, not off_t, vectors; tweak accordingly. Use store_set_children. (stripe_read, stripe_write): Get stripes from CHILDREN, not HOOK. (stripe_clone): Function removed.
* entered into RCSMiles Bader1996-04-021-53/+44
|
* Formerly stripe.c.~4~Miles Bader1996-03-201-33/+52
|
* Formerly stripe.c.~3~Miles Bader1996-03-161-4/+4
|
* Formerly stripe.c.~2~Miles Bader1996-03-161-51/+136
|
* Initial revisionMiles Bader1996-03-151-0/+93