]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2010-03-06 Greg Farnumauth: move CEPH_AUTH_UID_DEFAULT into ceph_fs.h
2010-03-05 Greg Farnumcauthtool: set auid in data member format instead of...
2010-03-05 Greg Farnummon: store auid in MonCaps
2010-03-05 Greg Farnumosd: store auid in OSDCaps
2010-03-05 Greg Farnummon: fix bad return test!
2010-03-05 Greg Farnumauth: add set_uid() to KeyRing, print out auid in print...
2010-03-05 Greg Farnumauth: Add an auid parameter to verify_authorizer and...
2010-03-05 Greg Farnumcephx: Piece-wise initialization of structs is BAD!
2010-03-05 Greg Farnumauth: rename auth_uid -> auid
2010-03-05 Greg Farnumauth: re-add auid to EntityAuth and AuthTicket.
2010-03-05 Greg Farnummon: add auid field to MonCaps. Also make it a struct --
2010-03-05 Greg FarnumAfter discussing with Sage, we do want auid to be a...
2010-03-04 Sage Weilmds: shut up about request latency
2010-03-04 Sage Weilmds: return lease on null dentries (ENOENT lookups)
2010-03-04 Sage Weilmds: behave when passed NULL *need_issue
2010-03-04 Sage Weilcrushtool: fail on parse error
2010-03-04 Sage Weilmds: accept stray reconnects
2010-03-04 Sage Weilfilestore: fix --mkjournal option
2010-03-04 Sage Weilfilestore: avoid sync_file_range(2) if not present
2010-03-04 Sage Weilfilejournal: avoid sync_file_range(2) if not present
2010-03-04 Sage Weilautoconf: detect sync_file_range(2)
2010-03-04 Sage Weilcrushtool: allow multiple -v's to increase verbosity
2010-03-04 Sage Weilcrushtool: fix parsing with new boost library (compress...
2010-03-04 Greg Farnumosd: mon: caps store auth_uid as an int for fast checking
2010-03-04 Greg Farnumcephx: Add auth_uid (if present) to Info for all servic...
2010-03-04 Greg Farnumosd: OSDCaps have a better check for ownership
2010-03-04 Greg Farnumauthtool: give generated key specific uid if one is...
2010-03-04 Greg FarnumRevert a number of auth_uid commits.
2010-03-04 Sage Weiltodo
2010-03-03 Sage Weilinit-ceph: return success error code on missing ceph...
2010-03-03 Sage Weilmds: fix snapid tests in encode_inodestat
2010-03-03 Sage Weilmds: fix null pointer deref in resolve on mostly-empty mds
2010-03-03 Sage Weiljournal: set committing_seq in commit_start
2010-03-02 Sage Weilosd: use per-PG ObjectStore::Sequencer when possible
2010-03-02 Sage Weilfilestore: add Sequencer to queue_transaction interface
2010-03-02 Sage Weilmsgr: don't redefine value of ENTITY_TYPE_AUTH
2010-03-02 Yehuda Sadehosd: fix TRIMTRUNC truncation size
2010-03-02 Sage Weilfilestore: use separate finisher for journaled ahead...
2010-03-02 Sage Weil0.19.1
2010-03-02 Sage Weilbuilddebs.sh: suppress lintian as root warning
2010-03-02 Greg Farnumauth: Add an auth_uid to AuthTicket. Still to do: copy...
2010-03-02 Greg Farnumauth: misc printing and initialization fixes
2010-03-02 Greg Farnumvstart:/mkcephfs: set client.admin auth_uid to 0
2010-03-02 Greg Farnumauthtool: set generated key to specific uid if one...
2010-03-02 Greg Farnummsgr: Remove the type CEPH_ENTITY_TYPE_ADMIN.
2010-03-02 Greg Farnumceph_fs: Split CEPH_FEATURE_{SUPPORTED, REQUIRED} flags...
2010-03-02 Greg FarnumOSD: If an auth_uid owns a pool and has no explicit...
2010-03-02 Greg Farnumosd: Add auth_uid to OSDCaps, and fill in.
2010-03-02 Greg Farnumauth: constant for unknown/unsecured user
2010-03-02 Sage Weilfilestore: fix ondisk vs onreadable_sync deadlock
2010-03-02 Sage Weiltodo
2010-03-02 Sage Weilbuilddebs.sh: keep base.tgz outside ~/debian
2010-03-02 Sage Weilmds: put forced open sessions in OPENING then OPEN
2010-03-01 Sage Weiltodo
2010-03-01 Sage Weildebian: new release, push, build, publish scripts
2010-02-28 Sage WeilMakefile: fix /sbin hack
2010-02-28 Sage WeilMakefile: include debian/
2010-02-26 Sage Weilmds: fix (new) sessionmap decoding
2010-02-26 Sage Weilmds: fix mds_export_targets message parent
2010-02-26 Sage Weilqa: download linux tarball from ceph.newdream.net for...
2010-02-26 Sage Weilcauthtool: validate arguments better, cleanup
2010-02-26 Sage Weilosd: use onreadable_sync finishers to drop ondisk locks
2010-02-26 Sage Weilfilestore: add onreadable_sync callback
2010-02-26 Sage Weilcontext: minor finish_contexts() cleanup
2010-02-26 Sage Weilfinisher: generic C_OnFinisher context
2010-02-26 Sage Weilobjectstore: conflate onjournal and ondisk
2010-02-26 Sage Weilmds: revise mds sessionmap encoding [disk format change]
2010-02-26 Sage Weilmds: initialize session state, even if we had it already
2010-02-26 Sage Weilmds: assert client_msut_resend on forward.
2010-02-26 Sage Weilmds: print session states as string; nicer dump
2010-02-26 Sage Weilencoding: make bool encoder explicitly u8
2010-02-25 Greg Farnumauth: auth_uid needs to be in AuthCapsInfo as well.
2010-02-25 Greg Farnumauthmon: reminder --> remainder, for less confusion!
2010-02-25 Sage Weilmds: if we have no subtrees on rejoin_done, leave cluster
2010-02-25 Sage Weilmds: fix trim_non_auth empty lru case
2010-02-25 Sage Weilqa: specify logdir on command line (or assume rundir)
2010-02-25 Sage Weilosd: do not activate pg if lost osds and no acting...
2010-02-25 Sage Weilosd: detect permanently lost objects, and continue
2010-02-25 Sage Weilosd: send log events to monitor
2010-02-25 Sage Weilosd: print lost_at
2010-02-25 Sage Weilmds: fix sessionmap decoding
2010-02-24 Greg Farnumrados: revert indentation so it matches kernel. Oops.
2010-02-24 Greg Farnummsgr: Set features in ceph_msg_connect_reply
2010-02-24 Greg Farnumauth: Add a uid field to EntityAuth; make it a required...
2010-02-24 Greg Farnumrados: fix indentation
2010-02-24 Sage Weilfiler: remove -> purge_range, and scale to large ranges
2010-02-24 Sage Weilmds: make scatter_nudge actually nudge when replica...
2010-02-24 Sage Weilmds: correctly set root inode_auth during recovery
2010-02-24 Sage Weilmds: show nref=%d if MDS_REF_SET is not defined
2010-02-24 Sage Weilmds: fix file purge race
2010-02-24 Sage Weilfilestore: explicitly parse args for _touch
2010-02-24 Sage Weilinit-ceph: don't barf on dash when no command
2010-02-23 Yehuda Sadehautomake: fix mount sbin dir when configured with prefix
2010-02-23 Sage Weilosd: clean up WRITE, TRUNCATE, TRIMTRUNC
2010-02-23 Sage Weilcauthtool: --caps fn alone is a command
2010-02-23 Sage Weiltodo
2010-02-20 Sage Weildebian: mount.ceph in /sbin, not /usr/sbin
2010-02-18 Sage Weilobjectstore: simpler transaction encoding
2010-02-18 Sage Weilvstart: default to 3 mds
2010-02-18 Sage Weiluclient: do not retain caps being revoked
next