]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2009-08-06 Sage Weildebian: fix typo in build script
2009-08-06 Greg FarnumHadoop: libhadoopcephfs now links against libceph
2009-08-06 Greg FarnumuClient: now cleans up open files on shutdown.
2009-08-06 Greg FarnumHadoop: Implements getFileBlockLocations;
2009-08-06 Greg FarnumuClient/libceph: initial implementation of get_file_str...
2009-08-05 Greg FarnumHadoop: Makes use of newly-available replication reporting.
2009-08-05 Greg FarnumuClient/libceph: implement get_file_replication
2009-08-05 Greg FarnumuClient: Change file data function names for clarity;
2009-08-05 Greg FarnumHadoop: time conversion between Ceph and Hadoop;
2009-08-05 Greg FarnumuClient: fill_stat now fills times properly
2009-08-05 Sage Weilv0.12 v0.12
2009-08-05 Sage WeilMakefile: add missing header to noinst_HEADERS
2009-08-05 Sage WeilMakefile: remove java hadoop _SOURCES dep
2009-08-05 Sage Weilosdmap: kill unused/useless get_num_osds()
2009-08-05 Sage Weilmds: show journal entry lengths in debug output
2009-08-05 Sage Weilkclient: cleanup unused label
2009-08-05 Sage Weilkclient: revamp fsync
2009-08-04 Sage Weilmds: include mds # in table names
2009-08-04 Sage Weilmds: wait for rejoin_gather_finish to complete before...
2009-08-04 Sage Weilmds: set primary lock state to LOCK from strong replica...
2009-08-04 Sage WeilMakefile: reorg
2009-08-04 Sage Weilmds: fix lock state assert on sync->excl
2009-08-04 Sage Weilmds: set up root inode properly on replay
2009-08-04 Sage Weilmds: fix reversed conditional on simplelock ->excl...
2009-08-04 Sage WeilMakefile: no fakefuse
2009-08-04 Sage Weilpsim: calc stddev
2009-08-04 Sage Weilosdmap: only use domains if ndom > 1
2009-08-04 Sage Weilcrush: fix grammar so we can recompile what we decompiled
2009-08-04 Sage Weilmds: start resolve with root as UNKNOWN (if it's not...
2009-08-04 Sage Weilmds: fix typo (C_Locker_Eval crash)
2009-08-04 Sage Weilkclient: fix locking snafu in ESTALE handling
2009-08-04 Sage Weilkclient: choose mds based on dentry parent, if needed
2009-08-04 Sage Weilmds: adjust mds state asserts to include clientreplay
2009-08-04 Sage Weilmds: twiddle missing locks on export
2009-08-04 Sage Weilmds: open_root only after up:active
2009-08-04 Sage Weilmds: issue caps on non-auth inodes
2009-08-04 Sage Weilkclient: use caps, fragtree only to choose mds (not...
2009-08-04 Sage Weilkclient: remove stray ; in dout macro
2009-08-04 Greg FarnumHadoop: Replaced some unclean file references.
2009-08-04 Greg FarnumuClient: chmod now protects unchangeable bits.
2009-08-04 Greg FarnumuClient: _rename doesn't remove nodes from cache.
2009-08-04 Greg FarnumHadoop: Added a setPermissions method.
2009-08-04 Greg FarnumHadoop: CephFSInterface cleans up memory better on...
2009-08-04 Greg FarnumHadoop: Is much more careful with filepath sanitizing...
2009-08-04 Greg FarnumuClient: Unmounting now waits on mds_requests.
2009-08-03 Greg FarnumHadoop: All configuration is now done through Hadoop...
2009-08-03 Greg FarnumHadoop: Now does a proper stat.
2009-08-03 Sage Weilkclient: less noisy about mds session timeouts
2009-07-31 Sage Weilmsgr: avoid closing fd twice
2009-07-31 Sage Weiltodo
2009-07-30 Sage Weilkclient: debug peer_reset thing
2009-07-30 Sage Weilkclient: maintain per-cap-bit tid map to fix pipelined...
2009-07-30 Sage Weilkclient: maintain list of flushing snaps; reflush after...
2009-07-30 Sage Weilkclient: fix queue_cap_snap refs, calls in handle_snap
2009-07-30 Greg FarnumHadoop: Moved ceph debug level set into Java code;...
2009-07-30 Greg FarnumuClient: Whoops! Made Inode get/put dout at a lower...
2009-07-30 Greg FarnumHadoop: Much cleanup of methods.
2009-07-30 Greg FarnumHadoop: This method no longer exists in the FileSystem...
2009-07-30 Greg FarnumHadoop: No good reason to overwrite these copy/move...
2009-07-30 Greg FarnumHadoop: Since Client is behaving, put back in the close.
2009-07-30 Greg Farnumuclient: Fixes refcounting bug when you chdir to cwd.
2009-07-30 Greg FarnumHadoop: More work with deprecated and inappropriately...
2009-07-30 Greg FarnumHadoop: Removed deprecated functions
2009-07-30 Greg FarnumHadoop: moveFromLocalFile uses copyFromLocalFile; is...
2009-07-30 Greg FarnumHadoop: More debugging output changes.
2009-07-30 Greg FarnumHadoop: getFileStatus behaves better with folders.
2009-07-30 Greg Farnumuclient: removed cout debug statement
2009-07-30 Sage Weilkclient: don't croak on mds request will NULL r_request
2009-07-30 Sage Weilmds: process session msgs during clientreplay
2009-07-30 Sage Weilmds: no need to take mds_lock in truncate callback
2009-07-30 Sage Weilmds: defer caps msgs until clientreplay or active
2009-07-30 Sage Weilosd: adjust debug output
2009-07-30 Sage Weilmds: tolerate a missing directory object
2009-07-29 Sage Weilkclient: release unused caps, but keep some reserve
2009-07-29 Sage Weilkclient: nofail mode for osd writes
2009-07-29 Sage Weilkclient: use mempool for osd req in writeback paths
2009-07-29 Greg FarnumHadoop: Removed unnecessary reload of hadoopcephfs.
2009-07-29 Greg FarnumHadoop: More debugging statements, converted to use...
2009-07-29 Greg Farnumlibceph: add a check in ceph_deinitialize to prevent...
2009-07-29 Greg Farnumuclient: getcwd fixes
2009-07-29 Sage Weilkclient: bug on back kmap
2009-07-28 Sage Weilosd: fail gracefully when problems reading /proc/loadavg
2009-07-28 Sage Weilauth: compat with old struct
2009-07-28 Sage Weilinitscript: skip if auto start = no/false/0 and nothing...
2009-07-28 Sage Weilkclient: avoid overflow in mds reconnect msg size calc
2009-07-28 Sage Weilmon: allow osd down->out interval to be 0 (i.e., manual)
2009-07-28 Sage Weilosd: remove bad osdmap access
2009-07-28 Sage Weilauth: add ClientTicket
2009-07-28 Sage Weiluclient: use lookup parent in getcwd()
2009-07-28 Sage Weilmds: add lookup parent op
2009-07-28 Greg FarnumHadoop: Many silly debug statements.
2009-07-28 Greg FarnumHadoop: Minor fixes to the still-unworking Hadoop code.
2009-07-28 Greg FarnumHadoop: hadoopcephfs is now self-contained instead...
2009-07-28 Greg Farnumuclient/libceph: add a getcwd function
2009-07-27 Sage Weilkclient: replace osdc request_tree with rbtree
2009-07-27 Sage Weilauth: remove ceph_client_ticket struct
2009-07-27 Sage Weilosd: generate primary backlog independent of master log
2009-07-27 Sage Weilkclient: set mapping error on writepage error
2009-07-27 Sage Weilkclient: debugfs mounts on /sys/kernel/debug
2009-07-23 Sage WeilMakefile: skip hadoop client if jni.h not present
next