summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* librados: add explicit remove_expiration() call to libradoshistoric/wip-objs-expireYehuda Sadeh2012-01-314-4/+43
* rados tool: add expire/unexpire commandsYehuda Sadeh2012-01-311-1/+34
* librados: define api for object expirationYehuda Sadeh2012-01-313-0/+67
* objecter: define op for object expirationYehuda Sadeh2012-01-311-0/+12
* osd: handle set-expire opYehuda Sadeh2012-01-313-0/+12
* rgw: should remove bucket dir instead of sending intentYehuda Sadeh2012-01-303-19/+28
* librados: fix a leakYehuda Sadeh2012-01-301-0/+2
* osd: disable clone overlap for push/pullSage Weil2012-01-302-0/+6
* Merge remote branch 'gh/wip-warnings'Sage Weil2012-01-306-26/+26
|\
| * qa: encoding: silence warningSage Weil2012-01-291-1/+1
| * qa: test/gather fix warningSage Weil2012-01-291-1/+1
| * qa: test/rados-api/list fix warningSage Weil2012-01-291-1/+1
| * test_ipaddr: reverse ASSERT_EQ orderSage Weil2012-01-291-20/+20
| * osd: remove unused varSage Weil2012-01-291-1/+0
| * admin_socket: fix uninit warningSage Weil2012-01-291-2/+3
* | mon: make 'osd [out|in|down]' succeed if already whateverSage Weil2012-01-301-0/+3
|/
* mon: trim old auth statesSage Weil2012-01-291-0/+5
* filestore: fix rollback when current/ missing entirelySage Weil2012-01-291-1/+1
* osd: reset pgstats timer when we reopen monitor sessionSage Weil2012-01-281-1/+2
* clock: ignore clock_offset if cct is NULLSage Weil2012-01-281-2/+4
* client: do not send release to down mdsSage Weil2012-01-281-1/+1
* Merge branch 'stable'Sage Weil2012-01-282-1/+7
|\
| * v0.41v0.41Sage Weil2012-01-272-1/+7
* | signal: use _exit() on SIGTERMSage Weil2012-01-281-1/+1
* | test: add script for checking admin socket 'objecter_requests' outputJosh Durgin2012-01-271-0/+60
* | objecter: add an admin socket command to get in-flight requestsJosh Durgin2012-01-272-0/+182
* | admin socket: increase debug level for successful requestsJosh Durgin2012-01-271-2/+2
* | admin socket: add include guardJosh Durgin2012-01-271-1/+4
* | CephContext: add method for retrieving admin socketJosh Durgin2012-01-272-2/+15
* | Merge branch 'wip-pg-stale'Sage Weil2012-01-274-1/+72
|\ \ | |/ |/|
| * mon: stale pgs -> HEALTH_WARNSage Weil2012-01-271-0/+2
| * mon: mark pgs stale in pg_map if primary osd is downSage Weil2012-01-272-1/+67
| * osd: add STALE pg state bitSage Weil2012-01-272-0/+3
|/
* objector: document Objecter::init_ops()Sage Weil2012-01-271-1/+10
* objecter: fix out_* initializationSage Weil2012-01-271-0/+10
* filestore: dump offending transaction on any errorSage Weil2012-01-271-33/+45
* objecter: warn when OSD returns mismatched op vectorSage Weil2012-01-271-0/+6
* objecter: fix bounds checking on op reply demuxingSage Weil2012-01-271-22/+23
* mds: remove test assertSage Weil2012-01-271-1/+0
* assert: include timestampSage Weil2012-01-272-2/+8
* filestore: fix typoSage Weil2012-01-251-2/+2
* Merge branch 'wip-kb'Sage Weil2012-01-259-46/+22
|\
| * mon: num_kb -> num_bytes in cluster perfcountersSage Weil2012-01-253-3/+3
| * osd: remove num_kb from object_stat_sum_t statsSage Weil2012-01-257-44/+20
* | filestore: zero btrfs vol_args prior to ioctlSage Weil2012-01-251-1/+8
* | Merge remote branch 'upstream/wip-osd-clone-obc'Samuel Just2012-01-252-12/+21
|\ \ | |/ |/|
| * osd: track obc for clone from log replaySage Weil2012-01-242-12/+21
* | osd: improve object context debug outputSage Weil2012-01-251-3/+3
|/
* osd: set object_info_t::oid properly when recovering clonesSage Weil2012-01-241-0/+1
* Merge remote branch 'gh/wip-filestore-errors'Sage Weil2012-01-241-88/+101
|\