]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2009-09-28 Sage Weilfilestore: use btrfs TRANS_RESV_START ioctl if present
2009-09-28 Sage Weilosd: make shutdown msg higher priority
2009-09-28 Sage Weilmsgr: be a bit more verbose during shutdown
2009-09-28 Sage Weiluclient: get_local_osd() to find an osd with the given ip
2009-09-28 Sage Weilkclient: fix generic xattr calls
2009-09-28 Sage Weilkclient: user.ceph.layout readonly for now
2009-09-28 Sage Weilosdmaptool: more usage
2009-09-28 Sage Weilconfig: allow object replication from 1-10 (instead...
2009-09-28 Sage Weilkclient: check xattr readonly flag on setxattr, removexattr
2009-09-28 Sage Weilkclient: add helper to set allowed xattr prefixes
2009-09-28 Sage Weilkclient: distinguish file vs dir xattrs; move the getvx...
2009-09-25 Sage Weilkclient: do not recurse into truncate|invalidate pages
2009-09-25 Sage Weilmds: update mtime on truncation!
2009-09-25 Sage Weilconf: don't run over g_conf options when setting them
2009-09-25 Sage Weilconfigure: kill more commas
2009-09-25 Sage Weilconfigure: no commas?
2009-09-25 Sage Weilconfigure: whitespace
2009-09-25 Sage Weilconfigure: fix libexpat1, libfcgi checks (again)
2009-09-24 Sage Weilmds: make the directory commit priority be low(er than...
2009-09-24 Sage Weilobjecter: optionally set priority on ObjectOperations
2009-09-24 Sage Weilmds: do not attach mdr to NULL session
2009-09-23 Sage Weiltodo
2009-09-23 Sage Weilmds: warn on dup inodes; don't crash
2009-09-22 Sage Weilobjecter: remove dead code
2009-09-22 Sage Weillibrados: pass resets to objecter, with proper locking
2009-09-22 Sage Weilmds: pass resets to objecter, with proper locking
2009-09-22 Sage Weiluclient: pass reset events to objecter, with proper...
2009-09-22 Sage Weilobjecter: resend mon ops on handle mon connection reset
2009-09-22 Sage Weilmds: fix inode load existence check
2009-09-22 Sage Weiltodo
2009-09-22 Sage Weiluclient: don't readdir first frag on opendir
2009-09-22 Sage Weilobjecter: fix uninitialized variable last_seen_version
2009-09-22 Sage Weillibrados: fix dispatch
2009-09-22 Greg Farnumuclient: Better fix for insert_dentry_inode to work...
2009-09-22 Greg Farnumuclient: get_or_create should return out-of-date lease...
2009-09-22 Greg Farnumuclient: encode_cap_releases shouldn't update caps...
2009-09-22 Greg Farnumuclient: First attempt at preemptive cache dropping...
2009-09-22 Greg Farnumuclient: Don't *always* set_dentry_wanted() on MClientR...
2009-09-22 Greg Farnumuclient: Only make the MClientRequest in send_request...
2009-09-22 Greg Farnumuclient: More debugging. May want to back off the inode...
2009-09-22 Greg Farnumuclient: changed link and insert_dentry_inode to behave...
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
next