]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2009-09-10 Sage Weilconfigure: fix radosgw conditional compilation
2009-09-10 Sage Weilkclient: sparse endian fixes, fsid cleanup
2009-09-10 Sage Weilkclient: fix checkpatch label warnings
2009-09-10 Sage Weilkclient: avoid short reconnect loop on connection close
2009-09-10 Sage Weilmsgr: kill per-msg protocol version values
2009-09-10 Sage Weilmsgr: check protocol version during connection
2009-09-09 Sage Weilkclient: allow sent msgs to be revoked from a connection
2009-09-09 Sage Weilcrush: fix long line
2009-09-09 Sage Weilkclient: whitespace
2009-09-09 Sage Weilmds: avoid client lookup by using per-connection msgr...
2009-09-09 Sage Weilmsgr: per connection state
2009-09-08 Sage Weilkclient: kill ceph_fsid_t typedef
2009-09-08 Sage Weilkclient: checkpatch cleanups
2009-09-08 Sage Weilkclient: update Documentation/ioctl/ioctl-number.txt
2009-09-08 Sage Weiltodo
2009-09-08 Sage Weilv0.14 v0.14
2009-09-08 Sage Weilkclient: remove msgpools for now
2009-09-08 Sage Weilinit-ceph: fix pre/post commands
2009-09-08 Sage Weilkclient: msgr init cleanup
2009-09-08 Sage Weilkclient: clean up keepalive send logic
2009-09-08 Sage Weilkclient: msgr zero in ceph_con_init
2009-09-08 Sage Weilkclient: kill msgr WAIT
2009-09-08 Sage Weiltodo
2009-09-08 Sage Weiluclient: debug file_max
2009-09-08 Sage Weilcfuse: disable -d (fuse debug) by default
2009-09-08 Sage Weilmds: bump file_max to powers of two
2009-09-08 Greg FarnumHadoop: Refactor open to open optimistically and then...
2009-09-08 Greg FarnumHadoop: Some changes in order to reduce the number...
2009-09-08 Greg FarnumHadoop: Return a couple of unecessary isX calls.
2009-09-08 Greg FarnumHadoop: Fix an apparent bug and remove an unnecessary...
2009-09-08 Greg Farnumuclient: Add better in/out dout messages to a few funct...
2009-09-04 Sage WeilRevert "monc: hunt for new monitor on failure; cleanup...
2009-09-04 Sage Weilmds: only move ScatterLock to MIX if WR is wanted
2009-09-04 Sage Weiluclient: debug open()
2009-09-04 Sage Weiluclient: add 'dropcache' synclient op
2009-09-04 Sage Weiluclient: use objectcacher->is_cached to make readahead...
2009-09-04 Sage Weilobjectcacher: add is_cached method
2009-09-04 Greg Farnumuclient: Fix in the readahead logic
2009-09-04 Greg FarnumHadoop: Sets default block sizes according to a config...
2009-09-04 Sage Weilmonc: hunt for new monitor on failure; cleanup interface
2009-09-04 Sage Weilmonc: clean up mount code (not everyone is a client!)
2009-09-04 Sage Weilmon: remove obsolete osdmap bcast
2009-09-04 Sage Weilmon: remove obsolete mds map bcast
2009-09-04 Sage Weilmonc: explicit init(); subscribe to mdsmap on mds
2009-09-04 Sage WeilMakefile: do not install init.d script at all; let...
2009-09-04 Sage Weilmonc: hunt for new monitor on failure; cleanup interface
2009-09-04 Sage Weilmsgr: small cleanup; hexdump code (disabled)
2009-09-04 Sage Weilmsgr: small fault logic fix
2009-09-04 Sage WeilMakefile: add missing MRoute.h
2009-09-04 Sage Weilmon: fast assignment of client ids
2009-09-04 Sage Weiluclient: fix warning
2009-09-04 Sage Weilmon: use client_t
2009-09-04 Yehuda Sadehwireshark: update patch to latest wireshark svn snapshot
2009-09-04 Yehuda Sadehwireshark: keep plugin code outside of the patch
2009-09-03 Sage Weiluclient: tweak readahead logic
2009-09-03 Sage Weilkclient: embed ceph_connection in ceph_osd
2009-09-03 Sage Weilkclient: send subscribe along with mount request
2009-09-03 Sage Weilmon: no need to send osdmap until client asks
2009-09-03 Sage Weilkclient: use single ceph_connection over lifetime on...
2009-09-03 Sage Weilkclient: msgr fixes to use proper connect_seq, avoid...
2009-09-03 Sage Weilkclient: simplify con_open/close interface a bit
2009-09-03 Sage Weilkclient: fix unzeroed pages after readpage
2009-09-03 Sage Weilkclient: take inode ref on first WRBUFFER cap ref in...
2009-09-03 Sage Weilkclient: fix bug in ESTALE handling in mdsc
2009-09-03 Sage Weilrev disk format
2009-09-03 Sage Weilmsgr todos
2009-09-02 Sage WeilMerge branch 'unstable' into msgr
2009-09-02 Sage Weilmds: use 0 for layout defaults, not -1
2009-09-02 Sage WeilMerge commit 'origin/unstable' into msgr
2009-09-02 Sage Weilmsgr: fix entity_inst_t comparators
2009-09-02 Sage Weilkclient: learn address during connect handshake
2009-09-02 Sage Weilmsgr: detect rank addr during connect handshake; clean...
2009-09-02 Sage Weilmsgr: include my addr AND socket addr during connect...
2009-09-02 Sage Weillibceph: return 0, extern "C"
2009-09-02 Greg Farnumuclient/libceph: Framework for letting users specify...
2009-09-02 Greg Farnummds: Handle the client requesting special stripe units...
2009-09-02 Sage Weillibceph: add ceph_version()
2009-09-02 Sage Weildebian: add lib{ceph,rados,crush}-dev packages
2009-09-02 Sage Weilceph: include version in ceph_fs.h
2009-09-02 Sage Weildebian: fix lib* packages
2009-09-02 Sage Weilkclient: whoami is __s64
2009-09-02 Sage Weiluclient: use client_t for client id
2009-09-02 Sage Weilmds: use client_t throughout
2009-09-02 Sage Weilmsgr: 64bit entity name num
2009-09-02 Sage Weilkclient: fix osd request kicking
2009-09-02 Sage WeilMakefile: force init.d script into /etc/init.d (not...
2009-09-02 Sage Weilman: fix mkcephfs man page
2009-09-01 Sage Weiluclient: implement CREATE operation
2009-09-01 Sage Weilkclient: kill msgr->parent, dead msg pool code, prepare...
2009-09-01 Sage Weilkclient: osd restart fixes
2009-09-01 Sage Weilkclient: set prepare_pages for osd client (der)
2009-09-01 Sage Weilkclient: fix request kicking crash
2009-09-01 Sage Weilkclient: cleanup old FIXME comments
2009-09-01 Sage Weilkclient: improve osd error handling
2009-09-01 Sage Weilkclient: reuse osd struct when possible
2009-09-01 Sage Weilkclient: make mon hunt explicit; note in kern.log
2009-09-01 Sage Weilmon: actually send updates to subscribers :)
2009-09-01 Sage Weilkclient: avoid get_random_int(), it's new
2009-09-01 Sage Weilkclient: pick new mon on _fault_, not peer reset
2009-09-01 Sage Weilkclient: fix osdmap requests, subscription timeouts
next