summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | os/bluestore: non-atomic min_alloc_size_orderxie xingguo2017-06-222-14/+13
| * | | | | | | | | | os/bluestore: drop _open_alloc() from mkfsxie xingguo2017-06-221-8/+4
| * | | | | | | | | | os/bluestore: prefix open_statfs with "_"xie xingguo2017-06-222-5/+4
* | | | | | | | | | | Merge pull request #15865 from tchaikov/wip-mgr-pg-commandSage Weil2017-06-252-2/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | osdc/Objecter: pass vector by const referenceKefu Chai2017-06-231-1/+1
| * | | | | | | | | | | mgr: enable ceph_send_command() to send pg commandKefu Chai2017-06-231-1/+18
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #15875 from xiexingguo/wip-osdmon-20170623Sage Weil2017-06-255-7/+82
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mon/OSDMonitor: slightly nice error output if set-device-class failedxie xingguo2017-06-233-7/+9
| * | | | | | | | | | | mon/OSDMonitor: set result code properly if we fail to process "swap-bucket"xie xingguo2017-06-231-0/+1
| * | | | | | | | | | | mon/OSDMonitor: "osd crush class rename" supportxie xingguo2017-06-234-0/+72
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #15890 from tchaikov/wip-19741Sage Weil2017-06-252-2/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | osdc/Objecter: release message if it is not handledKefu Chai2017-06-231-1/+3
| * | | | | | | | | | | crypto: allow PK11 module to load even if it's already initializedKefu Chai2017-06-231-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #15891 from minggr/wip-sdata_op_ordering_lockSage Weil2017-06-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | osd: unlock sdata_op_ordering_lock with sdata_lock hold to avoid missing wake...Ming Lin2017-06-231-1/+1
* | | | | | | | | | | | Merge pull request #15901 from joscollin/wip-CID1412577-Division-or-modulo-by...Jos Collin2017-06-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | mon: Division by zero in PGMapDigest::dump_pool_stats_full()Jos Collin2017-06-241-0/+1
* | | | | | | | | | | | Merge pull request #15876 from gmayyyha/config-unused-optXie Xingguo2017-06-241-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | common/config_opts: drop unused optYanhu Cao2017-06-231-1/+0
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #15108 from guihecheng/rgw_file-fixMatt Benjamin2017-06-242-16/+77
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rgw_file: fix misuse of make_key_name before make_fhkGui Hecheng2017-06-142-16/+77
* | | | | | | | | | | | Merge pull request #15572 from rzarzynski/wip-rgw-17779Casey Bodley2017-06-232-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rgw: external auth engines of S3 honor rgw_keystone_implicit_tenants.Radoslaw Zarzynski2017-06-082-2/+2
* | | | | | | | | | | | | Merge pull request #15665 from oritwas/wip-rgw-reshard-old-bucketYehuda Sadeh2017-06-235-30/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | rgw: check all users bucket for resharding, this will reshard bucket created ...Orit Wasserman2017-06-222-0/+8
| * | | | | | | | | | | | rgw: user const rgw_bucket in quotaOrit Wasserman2017-06-114-30/+30
* | | | | | | | | | | | | mds: enable multimds by default in new filesystemsJohn Spray2017-06-231-1/+1
* | | | | | | | | | | | | mon: remove experimental warning on multimdsJohn Spray2017-06-231-6/+0
* | | | | | | | | | | | | mds: don't call StrayManager::eval_stray() for undefined inodeYan, Zheng2017-06-232-1/+4
* | | | | | | | | | | | | mds: drop locks before waiting for export targetsYan, Zheng2017-06-231-0/+4
* | | | | | | | | | | | | mds: handle MDirUpdate raceYan, Zheng2017-06-232-20/+24
* | | | | | | | | | | | | mds: don't forge replica dirfragYan, Zheng2017-06-232-29/+2
* | | | | | | | | | | | | mds: avoid submitting log entry while adjusting subtree mapYan, Zheng2017-06-234-38/+37
* | | | | | | | | | | | | mds: don't mark nestlock dirty on improper inodeYan, Zheng2017-06-231-5/+10
* | | | | | | | | | | | | mds: create subtree root immediately after directory tree becomes frozenYan, Zheng2017-06-232-51/+83
* | | | | | | | | | | | | mds: fix stray dentry replication in cache rejoin ackYan, Zheng2017-06-231-0/+1
* | | | | | | | | | | | | Merge pull request #15795 from myoungwon/wip-print-ignore_redirectYuri Weinstein2017-06-231-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | osd/osd_types: add flag name (IGNORE_REDIRECT)myoungwon oh2017-06-211-0/+1
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15656 from aclamk/download_err_with_comp_followupCasey Bodley2017-06-232-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | radosgw: fixed sizes of integers used to operate on offsets and lengths in co...Adam Kupczyk2017-06-221-6/+6
| * | | | | | | | | | | | rgw: can't download large random file when compression enablefang.yuxiang2017-06-191-1/+1
* | | | | | | | | | | | | Merge pull request #15848 from xiexingguo/wip-fix-rmccSage Weil2017-06-231-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | src/vstart.sh: kill dead upmap optionxie xingguo2017-06-221-1/+0
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | mon: 'mon feature list' -> 'mon feature ls'Sage Weil2017-06-233-4/+4
* | | | | | | | | | | | | ./src/vstart.sh: Work around mgr restfull not availableWillem Jan Withagen2017-06-231-5/+8
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15832 from Adirl/pd_assertHaomai Wang2017-06-231-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | msg/async/rdma: remove assert from ibv_dealloc_pd in ProtectionDomainDaniel Bar-On2017-06-221-2/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #15283 from donglinpeng/copyPartUploadMatt Benjamin2017-06-231-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | rgw: multipart copy-part remove '/' for s3 java sdk request header.root2017-05-261-0/+1
* | | | | | | | | | | | Merge pull request #15819 from linuxbox2/wip-clru-lockfixMatt Benjamin2017-06-221-12/+30
|\ \ \ \ \ \ \ \ \ \ \ \