]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2009-09-22 Greg Farnumuclient: Attempt preemptive cap dropping on mknod.
2009-09-22 Greg Farnumuclient: dout statements in new functions.
2009-09-22 Greg Farnumuclient: Fixes for get_or_create
2009-09-22 Greg Farnumuclient: Functions to create Dentrys prior to gettin...
2009-09-22 Sage Weilremove extra whitespace
2009-09-22 Sage Weilkclient: fix bit test logic
2009-09-22 Sage Weilkclient: use pr_fmt to prefix module name
2009-09-22 Sage Weilkclient: prefix frag_ functions with ceph_
2009-09-22 Sage Weilkclient: kill out_qlen
2009-09-22 Sage Weilmake inline string functions non-inline
2009-09-22 Sage Weilkclient: whitespace
2009-09-22 Sage Weilv0.15 v0.15
2009-09-22 Sage WeilMakefile: include ioctl-number.patch
2009-09-22 Sage Weilmsgr: don't print source in msg debug output
2009-09-22 Sage Weiltodo
2009-09-22 Sage Weilmonclient: change pick_new_mon -> reopen_session
2009-09-22 Sage Weilmonclient: avoid dup subscribe messages
2009-09-22 Sage Weilosd: subscribe to monmap
2009-09-21 Sage Weiltodo
2009-09-21 Sage Weilkclient: fix le encoding bugs (yay sparse)
2009-09-21 Sage Weilkclient: clean whitespace
2009-09-21 Sage Weilkclient: include object name in DATALOC ioctl result
2009-09-21 Sage Weilkclient: include ioctl-number doc file in patch set
2009-09-21 Sage Weilkclient: no need for static ceph_buffer
2009-09-21 Sage Weilmds: fix mds standby map handling
2009-09-21 Sage Weilmon: consolidate sub request msgs; cleaner api
2009-09-21 Sage Weilmon: allow sub for monmap
2009-09-21 Sage Weilmon: fix up subscribe infrastructure to use msgr connec...
2009-09-21 Sage Weilmsgr: pass Connection* to msgr error handlers
2009-09-21 Sage Weilmon: fix client id preallocation
2009-09-21 Sage Weilmonclient: send a single mount request
2009-09-21 Sage Weiluclient: use ref in constructor for MClientRequest
2009-09-18 Sage Weilkclient: two msgpool modes: blocking (ala mempool_t...
2009-09-18 Sage Weilkclient: fix symlink kmalloc under spinlock
2009-09-18 Sage Weilstrerror -> strerror_r
2009-09-18 Sage Weilkclient: rename msgpool type
2009-09-18 Sage Weilkclient: use msgpools for osd requests, replies
2009-09-18 Sage Weiluclient: fix null pointer ref
2009-09-18 Sage Weilkclient: fix up ceph_client init error handling
2009-09-18 Sage Weilkclient: fix patchset comment
2009-09-18 Sage Weilkclient: fall back to WARN + new allocation if msgpool...
2009-09-18 Sage Weilkclient: use msgpools for other monc messages
2009-09-18 Sage Weilkclient: add back msgpools
2009-09-18 Sage Weilkclient: add GET_DATALOC ioctl to get object location...
2009-09-18 Greg Farnumuclient: _removexattr should be naming the xattr to...
2009-09-18 Greg Farnumuclient: Add functions/data members for preemptive...
2009-09-18 Greg FarnumMClientRequest: Releases should have a constructor
2009-09-18 Greg Farnumuclient: First pass at encode_cap_release function...
2009-09-18 Greg Farnumuclient: Move the MetaRequest to MClientRequest into...
2009-09-18 Greg Farnumuclient: The basic passing mechanism is now a MetaReque...
2009-09-18 Greg Farnumuclient: Make the uclient work properly with the new...
2009-09-18 Greg Farnumuclient: MetaRequests are going to be how we pass reque...
2009-09-18 Greg FarnumHadoop: Minor fixes and style changes to satisfy Hadoop...
2009-09-17 Sage Weilkclient: fix osd request kicking
2009-09-17 Sage Weilmon: fix bug with client id assignment of -1
2009-09-17 Sage Weilkclient: avoid no-op dir cap release when no dentry...
2009-09-17 Sage Weilkclient: make mds console msgs consistent
2009-09-17 Sage Weilmonc: pick monitor before sending initial mount
2009-09-17 Sage Weiluclient: implement basic I_COMPLETE support
2009-09-17 Sage Weiluclient: factor out command cap issue checks
2009-09-17 Sage Weilmds: minor comments
2009-09-17 Sage Weilkclient: move some inode update code inside i_lock
2009-09-17 Sage Weilkclient: use shared_gen, not cache_gen, for I_COMPLETE...
2009-09-17 Sage Weiltodo
2009-09-17 Sage Weilmonclient: small cleanup
2009-09-17 Sage Weiltodo
2009-09-17 Sage Weilkclient: fix console msg
2009-09-17 Sage Weilkclient: move caps stats into client debugfs dir; fix...
2009-09-17 Sage Weilkclient: put fsid in debugfs dir name
2009-09-17 Sage Weilmds: make parallel_fetch work with hard/remote links
2009-09-17 Sage Weilcosd.conf: fix date stamp
2009-09-17 Sage Weilmsgr: fix null deref setting message connection ref
2009-09-16 Sage Weilconfigure: don't link expat, fcgi to everything
2009-09-16 Sage WeilMakefile: fix mode on installed headers
2009-09-15 Sage Weilmsgr: change dispatcher interfaces; some monclient...
2009-09-15 Sage Weiluclient: do not do locking for 'atomic' writes
2009-09-14 Sage Weilmds: flush log in caller(s), not scatter_writebehind
2009-09-14 Sage Weilcheck_mds_request_latency: fix parsing for current...
2009-09-11 Greg FarnumHadoop: Final submission prep.
2009-09-11 Greg FarnumHadoop: Remove old reference CephFileSystem material.
2009-09-11 Greg FarnumHadoop: Change to work with trunk rather than .20;...
2009-09-11 Greg FarnumHadoop: Remove unused CephException class.
2009-09-11 Greg FarnumHadoop: Changed debug printing so it doesn't construct...
2009-09-11 Sage Weiluclient: fix warning
2009-09-10 Sage Weilkclient: set/verify seq in renew caps messages
2009-09-10 Sage Weiluclient: fix cap renewal
2009-09-10 Sage Weilmds: include original seq in renew caps reply
2009-09-10 Sage Weilsynclient: fix bad leading / on play ~ prefix
2009-09-10 Sage Weildebian: fix radosgw package
2009-09-10 Sage Weilmsgr: be slightly smarter about corking on partial...
2009-09-10 Sage Weilmsgr: make ack le64 to match seq
2009-09-10 Sage Weilkclient: fix format strings for entity num
2009-09-10 Sage Weillogger: fix avg calculation
2009-09-10 Sage Weilmds: log latency of _first_ (unsafe) reply, not safe
2009-09-10 Sage Weiluclient: and reply cond guard; make forward _always_...
2009-09-10 Sage Weildebian: create radosgw package
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
next