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