]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2007-05-25 sageweiltypo
2007-05-25 sageweil* use stdint.h
2007-05-25 sageweil* mds bugfix: file_eval shouldn't change lock state...
2007-05-25 sageweil* bugfix for filelock xlocking
2007-05-25 eestolanspurious conflicts
2007-05-25 eestolanhardwired in absolute .ceph_monmap path
2007-05-24 sageweil* improved behavior of locker versus migrations and...
2007-05-24 sageweil* some simple recovery fixes
2007-05-23 sageweil* roadmap update, etc.
2007-05-23 sageweil* some rejoin cleanup; missing still not implemented
2007-05-22 sageweil* rollback caps goof
2007-05-22 sageweil* removed branches/riccardo/monitor2
2007-05-22 sageweil* merged branches/riccardo/monitor2 into trunk
2007-05-22 sageweil* merged trunk changes r1131:1363 into branches/riccard...
2007-05-22 sageweil* merged suresh's read balancing changes
2007-05-16 sageweilmerged trunk changes r1351:1360 into branches/sage/pgs
2007-05-16 sageweilbefore branches/sage/cephmds2 was merged into trunk...
2007-05-16 sageweilgit-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1360...
2007-05-16 sageweilmerged branches/sage/cephmds2 into trunk/ceph
2007-05-15 sageweil* from trunk
2007-05-15 sageweil* fixed client_inc bug w/ fakesyn
2007-05-15 sageweil* fixed caps on open idiocy
2007-05-15 sageweil* some dumb typos
2007-05-15 sageweilmerged trunk changes r1338:1353 into branches/sage...
2007-05-05 sageweil* open_remote_ino rewrite
2007-05-04 sageweil* scatterlock fixes
2007-05-03 sageweilmerged trunk changes r1138:1350 to branches/sage/pgs
2007-05-01 sageweil* syntheticclient lseek
2007-04-26 sageweil* mds: osdmap handling bugfix
2007-04-26 sageweil* allow multiple batchopenjournal pins
2007-04-26 sageweil* chdir back to original dir on fuse shutdown, for...
2007-04-24 sageweil* scatterlock. untested.
2007-04-18 eestolangit-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1345...
2007-04-11 sageweil* lowered default pg count for now
2007-04-09 sageweil* fixed small locker, rejoin bug
2007-04-06 sageweil* client make_request rewritten, now handle forwards...
2007-04-05 sageweil* session recovery cleanup
2007-04-05 sageweil* rewrite of client mount process. sessions opened...
2007-04-04 sageweilmerged trunk changes 1256:1338 into branches/sage/cephmds2
2007-04-04 sageweil* more non-idemptoent clietn ops stuff
2007-04-04 sageweil* client idempotent ops
2007-04-04 sageweil* prelim work for EOpen journaling
2007-04-03 sageweil* some hashing cleanup
2007-04-03 sageweil* hardlock broken into auth, link, and dirfragtree...
2007-04-03 sageweil* ambiguous auth cleanup, now generic in MDSCacheObject
2007-03-31 anwleungadded new prediction for new test
2007-03-31 sageweil* mds: generic waiters
2007-03-31 sageweil* mds: more bits into MDSCacheObject
2007-03-31 anwleungadded some renewal stuff
2007-03-31 anwleungadded 2 more workloads
2007-03-30 anwleungadded configurable prediction
2007-03-30 sageweil* mds.locker: huge rewrite. cache objects now share...
2007-03-30 sageweil* mds.server: more rewriting, now we explicitly rdlock...
2007-03-30 anwleungredid some renewal stuff
2007-03-29 sageweil* mds.migrator: fixed auth_pin vs exporting deadlock...
2007-03-29 sageweil* mds and osd ops now set 'retry' flag, so osd|mds...
2007-03-29 anwleungadding some test results to parse
2007-03-29 anwleungsequential, non random trace usage
2007-03-29 anwleungadded a ior2 workload
2007-03-29 sageweilunlink
2007-03-29 sageweil* rename reintegrated. so much simpler, yay!
2007-03-28 sageweil* buffer.h encoder/decoder rewrite; can now encode...
2007-03-28 sageweil* reqid refactoring (metareqid_t vs osdreqid_t)
2007-03-28 sageweil* extensive rewrite of locker, server request handling...
2007-03-28 anwleungditto for lseek
2007-03-28 anwleungdoes trace lseek stuff
2007-03-28 anwleungeh a bunch of stuff here and there
2007-03-28 sageweil* mon: default to a ~128 PGs per osd (up from 4!)
2007-03-27 anwleungunix group preloading
2007-03-27 anwleungminor unix group tweaking
2007-03-27 anwleungscript to parse open/closes from trace for prediction
2007-03-27 anwleungPrediction now actually work...with some hacky fixes
2007-03-26 sageweil* buffer: deque map<t,deque<u>>
2007-03-26 sageweil* more mds lock notes
2007-03-25 sageweil* rename notes
2007-03-25 anwleungAdded clients side file access prediction
2007-03-24 anwleungforgot the batch file
2007-03-24 anwleungon file batching working...with some client cache issues
2007-03-24 sageweil* dentry unlink notification moves to stray dir (w...
2007-03-23 sageweil* mds: simplify unlink, rename logic by always moving...
2007-03-23 sageweil* hadoop: minor cleanup
2007-03-23 sageweil* mds: make sure loggers open properly (w/ newsyn)...
2007-03-23 sageweil* mds: fix lost auth_pin
2007-03-23 sageweil* fixed rename semantics (helps to read the spec)
2007-03-22 eestolaneven more debugging of Hadoop interface
2007-03-22 anwleungadded some logging stuff
2007-03-22 sageweil* some mds ino cleanup
2007-03-22 anwleungclean up again, changed output
2007-03-22 sageweil* mds: alloc RDCACHE during glockl
2007-03-22 sageweil* SimpleMessenger only lets you do start_rank once
2007-03-22 sageweil* thread join more forgiving
2007-03-22 eestolanEven more debugging. Reading is currently broken.
2007-03-22 eestolanmore debugging
2007-03-22 anwleungclean up stuff
2007-03-22 sageweil* clock_tare arg to allow wall clock time
2007-03-21 sageweil* tested failure on requesting mds vs anchortable
2007-03-21 sageweil* per-line locking on osd debug output (dstartl and...
2007-03-21 sageweil* some idempotent client ops groundwork
2007-03-21 eestolanDebugging interface
2007-03-21 sageweil* ms_tcp_nodelay
next