]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2007-03-15 sageweil* csyn: start up N synthetic clients, not just 1
2007-03-15 anwleungsome fixes for client shutdown
2007-03-15 sageweil* fixed getdir() on empty dir shutdown hang in client
2007-03-15 sageweil* fixed buglet with open(O_CREAT)
2007-03-15 sageweil* fixed looping bug with clean_dir (called after trace...
2007-03-15 sageweil* fix bug with lost waiters on null dentries (e.g....
2007-03-15 anwleungAdded test trace file and trace now plays
2007-03-15 anwleungfixed it to not spit out root, which is already there...
2007-03-15 anwleungscript to first spit out all dirs used in a trace
2007-03-15 sageweil* more dirfrag refactoring. slowly but surely.
2007-03-15 sageweil* unlink message handler tweak (clean out inode+dirfrags)
2007-03-15 anwleungscript to translate strace i/o data to ceph trace format
2007-03-15 sageweil* local unlink works, unless primary and nlink>1
2007-03-15 sageweilstart of unlink rewrite
2007-03-14 sageweil* carry CDentry state over a migration
2007-03-14 sageweil* AnchorTable/AnchorClient update to handle failure...
2007-03-14 anwleungmake renewal an option, switched monmap key management
2007-03-13 anwleungApplying sages changes
2007-03-13 sageweil* fixed read/write idiocy in MonitorStore
2007-03-13 anwleung* fixed read/write idiocy in MonitorStore
2007-03-13 sageweil* anchortable rewrite. now journals updates. partial...
2007-03-13 sageweil* some more discover cleanup with open_remote_dir()
2007-03-13 anwleungusing cryptopp headers instead of ++
2007-03-13 sageweilmerged trunk changes r1151:1222 into branches/aleung...
2007-03-13 anwleungturned some optimizations flags on for crypto stuff
2007-03-13 sageweil* emacs headers, formatting
2007-03-13 sageweil* minor osdmap cleanup
2007-03-13 sageweil* fixed SyntheticCLient.read_file() to notice EOF
2007-03-12 sageweil* added try_map_read, which checks for missing bufferhe...
2007-03-12 sageweil* fixed bug with writefile/readfile data fingerprinting...
2007-03-12 anwleungrenewal stuff is mostly there and working...added some...
2007-03-12 sageweilfixed some migrator memory leaks; bug in client getdir...
2007-03-12 sageweil- CDentry wasn't setting auth bit on import
2007-03-12 anwleungClient periodic renewal request works
2007-03-12 sageweilerror suppression file to make valgrind shut up about...
2007-03-12 sageweil- mdcache wasn't deleting trimmed inodes
2007-03-12 sageweilmerged trunk changes r1171:1207 into branches/sage...
2007-03-12 sageweilundo previous broken merge of trunk r1171:1207
2007-03-12 sageweilmerged trunk changes r1171:1207 into branches/sage...
2007-03-12 sageweilfixed lots of memory leaks! cleaned up C_Gather. ...
2007-03-11 anwleungrenewal stuff coming together, mds handling stuff incom...
2007-03-11 anwleungClient cap caching totally redone
2007-03-11 anwleungsage helped me fix some stupid i was doing
2007-03-11 anwleunggroup bug fixed...i hope
2007-03-11 sageweilfilepath cleanup. major discover code cleanup. thrash...
2007-03-11 anwleungfixed an initialization bug
2007-03-10 anwleungupdate bug fixed
2007-03-10 rsdio2007-03-10 Casey Marshall <csm@soe.ucsc.edu>
2007-03-10 sageweilfixed warnings on LP64; removed MonitorStore debug...
2007-03-10 anwleungmds unix group handling better now
2007-03-10 sageweilsome small discover fixes; migrator cleanup; a more...
2007-03-10 anwleung--fix_client_id 1/default off toggles a fixed group...
2007-03-09 anwleungsecure_io toggles security (on defaultly) and --no_sec...
2007-03-09 sageweildon't require 'fs' to be defined
2007-03-09 sageweilmultiset pins (with counters); some fixes with migratio...
2007-03-09 anwleungfixed funny hash output thingy
2007-03-09 anwleungchanged hash output
2007-03-09 anwleungAdded an example grouping file
2007-03-09 anwleungOops, forgot to check in reply message
2007-03-09 anwleungadd the sample file
2007-03-09 anwleungcleanup
2007-03-09 anwleungList verification is done
2007-03-09 anwleungmds unix group management redone
2007-03-09 sageweila sample
2007-03-09 anwleungrandom stuff here and there
2007-03-09 sageweilgobs of dirfrag_t refactoring. mds readdir implementat...
2007-03-08 sageweilmore dirfrag prep work. cleaned out MDStore. soem...
2007-03-07 sageweiluse absolute paths when using fuse
2007-03-07 sageweilsome prelim cdir frag stuff. mdstore fetch/commit...
2007-03-07 anwleungUpdate protocol with Merkle trees bascially done
2007-03-06 sageweiloops
2007-03-06 sageweilbig cleanup of OSD, generic PG interface. do_op moved...
2007-03-06 sageweilsharing of mdsmap with clients as appropriate; mds...
2007-03-06 anwleungmerkle trees added, full cap stuff almost done
2007-03-05 sageweilmerged trunk changes r1107:1170 into branches/sage...
2007-03-05 sageweileek, use SimpleMessenger. surprised that worked at...
2007-03-05 sageweilclient mds request retry, forward notification;
2007-03-05 anwleungbase of update protocol there
2007-03-03 anwleungmoved everything to cryptopp5.4
2007-03-03 sageweilclient describe_layout interface; monitorstore fuse...
2007-03-03 anwleungless crap in the output
2007-03-03 anwleunglittle cleanup
2007-03-02 sageweiladded lseek to Client
2007-03-02 anwleungsecurity can be disabled now with --no_sec
2007-03-02 anwleungbasic cap caching done
2007-03-02 anwleungAdded capids and caching class
2007-03-02 sageweilcopiles and runs. RAID4PG instantiation and pg creatio...
2007-03-02 sageweilbuild on 64-bit machines (LP64)
2007-03-02 sageweilcompiles, too
2007-03-02 sageweilwrote it out.. hmm..
2007-03-02 rsdio2007-03-01 Casey Marshall <csm@soe.ucsc.edu>
2007-03-02 anwleungminor fixes...i think we in a happy state (knock on...
2007-03-02 sageweilfixed cache rejoin. --mds_dump_cache_on_map
2007-03-01 sageweilimport/export failure recovery basically working!
2007-03-01 anwleungCleaned up the mon key gen
2007-03-01 sageweilmerge trunk changes r1058:1150 into branches/aleung...
2007-03-01 anwleungpassing of caps works to s degree...still some issues...
2007-03-01 sageweilmore transplanted old guts. blood everywhere.
2007-03-01 sageweilcomment
2007-03-01 sageweilnewsyn fix for numclients>1, mds_beacon_* args for...
next