index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_reshard.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
rgw: move block_while_resharding() out of RGWReshardWait
Casey Bodley
2018-11-30
1
-74
/
+1
|
*
rgw: RGWReshardWait takes optional_yield
Casey Bodley
2018-11-30
1
-3
/
+39
|
*
rgw: use ceph::condition_variable in RGWReshardWait
Casey Bodley
2018-11-30
1
-3
/
+3
*
|
Merge pull request #25356 from ivancich/wip-fix-rgw-options
Abhishek L
2018-12-13
1
-1
/
+1
|
\
\
|
*
|
rgw: move all reshard config options out of legacy_config_options
J. Eric Ivancich
2018-12-03
1
-2
/
+3
|
|
/
*
|
rgw: feature -- log successful bucket resharding events
J. Eric Ivancich
2018-12-12
1
-0
/
+5
*
|
rgw: fix typo
J. Eric Ivancich
2018-11-28
1
-1
/
+1
*
|
rgw: clean up unused bucket index shards
J. Eric Ivancich
2018-11-20
1
-32
/
+85
*
|
rgw: fix bug in error codes returned
J. Eric Ivancich
2018-11-17
1
-2
/
+2
|
/
*
Merge pull request #25003 from ivancich/wip-update-reshard-params
Yuri Weinstein
2018-11-16
1
-9
/
+20
|
\
|
*
rgw: reshard improvements
J. Eric Ivancich
2018-11-09
1
-9
/
+20
*
|
rgw: svc: remove SystemObject impl
Yehuda Sadeh
2018-11-08
1
-1
/
+2
*
|
rgw: svc: more zone work, add zone_utils, quota services
Yehuda Sadeh
2018-11-08
1
-3
/
+6
|
/
*
rgw: recover from incomplete reshard attempt
J. Eric Ivancich
2018-10-26
1
-7
/
+46
*
rgw: move RGWReshardBucket lock to its own separate class
J. Eric Ivancich
2018-10-26
1
-124
/
+119
*
rgw: failed resharding clears resharding status from shard heads
J. Eric Ivancich
2018-10-26
1
-7
/
+54
*
rgw: change the bucket reshard lock to exclusive-ephemeral
J. Eric Ivancich
2018-10-26
1
-3
/
+6
*
rgw: renew resharding locks to prevent expiration
J. Eric Ivancich
2018-10-24
1
-93
/
+123
*
cls: add semantics for cls locks to require renewal without expiring
J. Eric Ivancich
2018-10-24
1
-3
/
+4
*
rgw: use the same lock when resharding
Orit Wasserman
2018-10-24
1
-2
/
+16
*
rgw: renew resharding lock during bucket resharding
Orit Wasserman
2018-10-24
1
-1
/
+36
*
rgw: copy actual stats from the source shards during reshard
Abhishek Lekshmanan
2018-10-05
1
-0
/
+1
*
rgw: no need to RGWReshard::get before remove
Orit Wasserman
2018-04-10
1
-1
/
+4
*
rgw: reshard cancel command should clear the resharding flag
Orit Wasserman
2018-03-29
1
-0
/
+13
*
rgw: bucket resharding should not update bucket ACL or user stats
Orit Wasserman
2018-02-04
1
-11
/
+5
*
Revert "rgw: reshard should not update stats when linking new bucket instance"
Orit Wasserman
2018-01-25
1
-5
/
+4
*
Merge pull request #19253 from oritwas/wip-rgw-22124
Yehuda Sadeh
2017-12-12
1
-4
/
+5
|
\
|
*
rgw: reshard should not update stats when linking new bucket instance
Orit Wasserman
2017-11-30
1
-4
/
+5
*
|
[cleanup] Remove namespace using directives for std
Shinobu Kinjo
2017-11-27
1
-1
/
+0
|
/
*
rgw: use tenant when updating the reshard log
Orit Wasserman
2017-11-07
1
-0
/
+1
*
Merge pull request #18184 from oritwas/wip-rgw-21725
Matt Benjamin
2017-10-17
1
-3
/
+9
|
\
|
*
rgw: disable dynamic resharding in multisite environment
Orit Wasserman
2017-10-11
1
-3
/
+9
*
|
rgw: consolidate code that implements hashing algorithms
J. Eric Ivancich
2017-10-09
1
-2
/
+1
|
/
*
rgw: should unlock when reshard_log->update() reture non-zero in RGWBucketRes...
weiqiaomiao
2017-07-24
1
-0
/
+1
*
rgw: clarify when encountering eacces for reshard list
Karol Mroz
2017-07-17
1
-6
/
+12
*
rgw: initialize Non-static class member worker in RGWReshard
Jos Collin
2017-06-23
1
-1
/
+1
*
rgw: remove debug helper code
Yehuda Sadeh
2017-06-05
1
-3
/
+0
*
rgw: ignore -ENOENT on bi_list()
Yehuda Sadeh
2017-06-05
1
-1
/
+1
*
rgw: add check to see if out is null
Orit Wasserman
2017-06-05
1
-3
/
+7
*
rgw: update entry in resharding log when resharding has started
Orit Wasserman
2017-06-05
1
-41
/
+59
*
rgw: replace reshard blocking sleep with interruptible condition wait
Yehuda Sadeh
2017-06-05
1
-3
/
+2
*
rgw: update bucket instance with resharding details
Yehuda Sadeh
2017-06-05
1
-34
/
+83
*
radosgw-admin: reshard execute output adjustments
Yehuda Sadeh
2017-06-05
1
-2
/
+6
*
rgw: reshard: renew lease and handle marker when listing reshard repo
Yehuda Sadeh
2017-06-05
1
-28
/
+49
*
rgw: remove unneeded and duplicate code
Yehuda Sadeh
2017-06-05
1
-53
/
+4
*
rgw: initialize bucket structure
Yehuda Sadeh
2017-06-05
1
-0
/
+1
*
rgw: bucket_id does not include bucket name
Yehuda Sadeh
2017-06-05
1
-2
/
+2
*
rgw: internal api cleanup
Yehuda Sadeh
2017-06-05
1
-2
/
+2
*
cls/rgw: modify logshard key
Yehuda Sadeh
2017-06-05
1
-3
/
+6
*
rgw: multiple fixes and adjustments related to resharding scheduler
Yehuda Sadeh
2017-06-05
1
-101
/
+81
[prev]
[next]