2007-03-15 |
sageweil | * csyn: start up N synthetic clients, not just 1 |
commit | commitdiff | tree | snapshot |
2007-03-15 |
anwleung | some fixes for client shutdown |
commit | commitdiff | tree | snapshot |
2007-03-15 |
sageweil | * fixed getdir() on empty dir shutdown hang in client |
commit | commitdiff | tree | snapshot |
2007-03-15 |
sageweil | * fixed buglet with open(O_CREAT) |
commit | commitdiff | tree | snapshot |
2007-03-15 |
sageweil | * fixed looping bug with clean_dir (called after trace... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
sageweil | * fix bug with lost waiters on null dentries (e.g.... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
anwleung | Added test trace file and trace now plays |
commit | commitdiff | tree | snapshot |
2007-03-15 |
anwleung | fixed it to not spit out root, which is already there... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
anwleung | script to first spit out all dirs used in a trace |
commit | commitdiff | tree | snapshot |
2007-03-15 |
sageweil | * more dirfrag refactoring. slowly but surely. |
commit | commitdiff | tree | snapshot |
2007-03-15 |
sageweil | * unlink message handler tweak (clean out inode+dirfrags) |
commit | commitdiff | tree | snapshot |
2007-03-15 |
anwleung | script to translate strace i/o data to ceph trace format |
commit | commitdiff | tree | snapshot |
2007-03-15 |
sageweil | * local unlink works, unless primary and nlink>1 |
commit | commitdiff | tree | snapshot |
2007-03-15 |
sageweil | start of unlink rewrite |
commit | commitdiff | tree | snapshot |
2007-03-14 |
sageweil | * carry CDentry state over a migration |
commit | commitdiff | tree | snapshot |
2007-03-14 |
sageweil | * AnchorTable/AnchorClient update to handle failure... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
anwleung | make renewal an option, switched monmap key management |
commit | commitdiff | tree | snapshot |
2007-03-13 |
anwleung | Applying sages changes |
commit | commitdiff | tree | snapshot |
2007-03-13 |
sageweil | * fixed read/write idiocy in MonitorStore |
commit | commitdiff | tree | snapshot |
2007-03-13 |
anwleung | * fixed read/write idiocy in MonitorStore |
commit | commitdiff | tree | snapshot |
2007-03-13 |
sageweil | * anchortable rewrite. now journals updates. partial... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
sageweil | * some more discover cleanup with open_remote_dir() |
commit | commitdiff | tree | snapshot |
2007-03-13 |
anwleung | using cryptopp headers instead of ++ |
commit | commitdiff | tree | snapshot |
2007-03-13 |
sageweil | merged trunk changes r1151:1222 into branches/aleung... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
anwleung | turned some optimizations flags on for crypto stuff |
commit | commitdiff | tree | snapshot |
2007-03-13 |
sageweil | * emacs headers, formatting |
commit | commitdiff | tree | snapshot |
2007-03-13 |
sageweil | * minor osdmap cleanup |
commit | commitdiff | tree | snapshot |
2007-03-13 |
sageweil | * fixed SyntheticCLient.read_file() to notice EOF |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | * added try_map_read, which checks for missing bufferhe... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | * fixed bug with writefile/readfile data fingerprinting... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
anwleung | renewal stuff is mostly there and working...added some... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | fixed some migrator memory leaks; bug in client getdir... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | - CDentry wasn't setting auth bit on import |
commit | commitdiff | tree | snapshot |
2007-03-12 |
anwleung | Client periodic renewal request works |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | error suppression file to make valgrind shut up about... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | - mdcache wasn't deleting trimmed inodes |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | merged trunk changes r1171:1207 into branches/sage... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | undo previous broken merge of trunk r1171:1207 |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | merged trunk changes r1171:1207 into branches/sage... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
sageweil | fixed lots of memory leaks! cleaned up C_Gather. ... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
anwleung | renewal stuff coming together, mds handling stuff incom... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
anwleung | Client cap caching totally redone |
commit | commitdiff | tree | snapshot |
2007-03-11 |
anwleung | sage helped me fix some stupid i was doing |
commit | commitdiff | tree | snapshot |
2007-03-11 |
anwleung | group bug fixed...i hope |
commit | commitdiff | tree | snapshot |
2007-03-11 |
sageweil | filepath cleanup. major discover code cleanup. thrash... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
anwleung | fixed an initialization bug |
commit | commitdiff | tree | snapshot |
2007-03-10 |
anwleung | update bug fixed |
commit | commitdiff | tree | snapshot |
2007-03-10 |
rsdio | 2007-03-10 Casey Marshall <csm@soe.ucsc.edu> |
commit | commitdiff | tree | snapshot |
2007-03-10 |
sageweil | fixed warnings on LP64; removed MonitorStore debug... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
anwleung | mds unix group handling better now |
commit | commitdiff | tree | snapshot |
2007-03-10 |
sageweil | some small discover fixes; migrator cleanup; a more... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
anwleung | --fix_client_id 1/default off toggles a fixed group... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | secure_io toggles security (on defaultly) and --no_sec... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
sageweil | don't require 'fs' to be defined |
commit | commitdiff | tree | snapshot |
2007-03-09 |
sageweil | multiset pins (with counters); some fixes with migratio... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | fixed funny hash output thingy |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | changed hash output |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | Added an example grouping file |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | Oops, forgot to check in reply message |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | add the sample file |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | cleanup |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | List verification is done |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | mds unix group management redone |
commit | commitdiff | tree | snapshot |
2007-03-09 |
sageweil | a sample |
commit | commitdiff | tree | snapshot |
2007-03-09 |
anwleung | random stuff here and there |
commit | commitdiff | tree | snapshot |
2007-03-09 |
sageweil | gobs of dirfrag_t refactoring. mds readdir implementat... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
sageweil | more dirfrag prep work. cleaned out MDStore. soem... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
sageweil | use absolute paths when using fuse |
commit | commitdiff | tree | snapshot |
2007-03-07 |
sageweil | some prelim cdir frag stuff. mdstore fetch/commit... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
anwleung | Update protocol with Merkle trees bascially done |
commit | commitdiff | tree | snapshot |
2007-03-06 |
sageweil | oops |
commit | commitdiff | tree | snapshot |
2007-03-06 |
sageweil | big cleanup of OSD, generic PG interface. do_op moved... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
sageweil | sharing of mdsmap with clients as appropriate; mds... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
anwleung | merkle trees added, full cap stuff almost done |
commit | commitdiff | tree | snapshot |
2007-03-05 |
sageweil | merged trunk changes r1107:1170 into branches/sage... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
sageweil | eek, use SimpleMessenger. surprised that worked at... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
sageweil | client mds request retry, forward notification; |
commit | commitdiff | tree | snapshot |
2007-03-05 |
anwleung | base of update protocol there |
commit | commitdiff | tree | snapshot |
2007-03-03 |
anwleung | moved everything to cryptopp5.4 |
commit | commitdiff | tree | snapshot |
2007-03-03 |
sageweil | client describe_layout interface; monitorstore fuse... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
anwleung | less crap in the output |
commit | commitdiff | tree | snapshot |
2007-03-03 |
anwleung | little cleanup |
commit | commitdiff | tree | snapshot |
2007-03-02 |
sageweil | added lseek to Client |
commit | commitdiff | tree | snapshot |
2007-03-02 |
anwleung | security can be disabled now with --no_sec |
commit | commitdiff | tree | snapshot |
2007-03-02 |
anwleung | basic cap caching done |
commit | commitdiff | tree | snapshot |
2007-03-02 |
anwleung | Added capids and caching class |
commit | commitdiff | tree | snapshot |
2007-03-02 |
sageweil | copiles and runs. RAID4PG instantiation and pg creatio... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
sageweil | build on 64-bit machines (LP64) |
commit | commitdiff | tree | snapshot |
2007-03-02 |
sageweil | compiles, too |
commit | commitdiff | tree | snapshot |
2007-03-02 |
sageweil | wrote it out.. hmm.. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
rsdio | 2007-03-01 Casey Marshall <csm@soe.ucsc.edu> |
commit | commitdiff | tree | snapshot |
2007-03-02 |
anwleung | minor fixes...i think we in a happy state (knock on... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
sageweil | fixed cache rejoin. --mds_dump_cache_on_map |
commit | commitdiff | tree | snapshot |
2007-03-01 |
sageweil | import/export failure recovery basically working! |
commit | commitdiff | tree | snapshot |
2007-03-01 |
anwleung | Cleaned up the mon key gen |
commit | commitdiff | tree | snapshot |
2007-03-01 |
sageweil | merge trunk changes r1058:1150 into branches/aleung... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
anwleung | passing of caps works to s degree...still some issues... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
sageweil | more transplanted old guts. blood everywhere. |
commit | commitdiff | tree | snapshot |
2007-03-01 |
sageweil | comment |
commit | commitdiff | tree | snapshot |
2007-03-01 |
sageweil | newsyn fix for numclients>1, mds_beacon_* args for... |
commit | commitdiff | tree | snapshot |
next |