| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: Update FUSE_USE_VERSION from 26 to 30.wip-fuse | majianpeng | 2013-08-08 | 3 | -3/+3 |
* | client: trim deleted inode | Yan, Zheng | 2013-08-08 | 3 | -3/+98 |
* | mds: notify clients about deleted inode | Yan, Zheng | 2013-08-08 | 1 | -0/+4 |
* | Merge remote-tracking branch 'yan/wip-mds' | Sage Weil | 2013-08-08 | 7 | -56/+52 |
|\ |
|
| * | mds: don't issue caps while session is stale | Yan, Zheng | 2013-08-05 | 1 | -1/+3 |
| * | mds: change LOCK_SCAN to unstable state | Yan, Zheng | 2013-08-05 | 4 | -16/+7 |
| * | mds: handle "state == LOCK_LOCK_XLOCK" when cancelling xlock | Yan, Zheng | 2013-08-05 | 1 | -2/+10 |
| * | mds: remove "type != CEPH_LOCK_DN" check in Locker::cancel_locking() | Yan, Zheng | 2013-08-05 | 1 | -7/+5 |
| * | mds: revoke GSHARED cap when finishing xlock | Yan, Zheng | 2013-08-05 | 2 | -32/+27 |
| * | mds: fix cap revoke confirmation | Yan, Zheng | 2013-08-05 | 1 | -3/+5 |
* | | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-08-08 | 35 | -167/+386 |
|\ \ |
|
| * | | buffer: change #include order | Sage Weil | 2013-08-08 | 1 | -1/+2 |
| * | | make sure we are using the mount options | Alfredo Deza | 2013-08-08 | 1 | -0/+4 |
| * | | Merge pull request #487 from ceph/wip-5746 | Sage Weil | 2013-08-08 | 1 | -3/+8 |
| |\ \ |
|
| | * | | ceph.in: Re-enable ceph interactive mode (missing its output). | Dan Mick | 2013-08-08 | 1 | -3/+8 |
| * | | | Merge pull request #488 from dmick/wip-dmick-daemon-einval | Sage Weil | 2013-08-08 | 1 | -2/+4 |
| |\ \ \ |
|
| | * | | | ceph.in: return EINVAL on daemon command error | Dan Mick | 2013-08-08 | 1 | -2/+4 |
| |/ / / |
|
| * | | | mon: fix 'osd crush rule rm ...' dup arg | Sage Weil | 2013-08-08 | 1 | -2/+1 |
| * | | | qa/workunits/cephtool/test.sh: test set/unset of all osd flags | Sage Weil | 2013-08-07 | 1 | -0/+8 |
| * | | | mon/MonCommands: fix typo nobackfile -> nobackfill | Sage Weil | 2013-08-07 | 1 | -2/+2 |
| * | | | Add back the mistakenly removed "ceph osd set noscrub/nodeep-scrub" | Dan Mick | 2013-08-07 | 2 | -2/+10 |
| * | | | Merge branch 'wip-recovery-op-warn' into next | Samuel Just | 2013-08-06 | 9 | -50/+100 |
| |\ \ \ |
|
| | * | | | OSD: suspend timeout on process_peering_events pg lock | Samuel Just | 2013-08-06 | 1 | -1/+1 |
| | * | | | OSD: only start osd_recovery_max_single_start at once | Samuel Just | 2013-08-06 | 2 | -2/+4 |
| | * | | | ReplicatedPG: ping tphandle between pushes | Samuel Just | 2013-08-06 | 2 | -7/+11 |
| | * | | | ReplicatedPG: ping TPHandle during scan_range | Samuel Just | 2013-08-06 | 6 | -22/+56 |
| | * | | | OSD: also suspend timeout while grabbing recovery_tp lock | Samuel Just | 2013-08-06 | 2 | -5/+5 |
| | * | | | OpRequest: don't warn as quickly for slow recovery ops | Samuel Just | 2013-08-06 | 3 | -13/+23 |
| * | | | | Merge pull request #476 from dalgaaf/wip-CID-1058791 | Yehuda Sadeh | 2013-08-06 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | rgw_rados.cc: fix invalid iterator comparison | Danny Al-Gaaf | 2013-08-01 | 1 | -1/+1 |
| * | | | | mon, osd: Clean up "flush(stringstream)" continued | Dan Mick | 2013-08-06 | 3 | -7/+7 |
| * | | | | mon, osd: Clean up "flush(stringstream); bl.append(stringstream.str()) | Dan Mick | 2013-08-06 | 8 | -17/+9 |
| | |/ /
| |/| | |
|
| * | | | qa/workunits/cephtool/test.sh: add tests for 'pg dump ...' | Sage Weil | 2013-08-05 | 1 | -0/+8 |
| * | | | mon/PGMonitor: add 'pg dump pgs_brief' subcommand | Dan Mick | 2013-08-05 | 6 | -6/+26 |
| * | | | Merge branch 'wip-python-cleanup' into next | Dan Mick | 2013-08-05 | 4 | -18/+19 |
| |\ \ \ |
|
| | * | | | cephtool/test.sh, rest/test.py: add tell command tests | Dan Mick | 2013-08-05 | 2 | -13/+11 |
| | * | | | ceph.in, ceph_rest_api.py: import only used syms from ceph_argparse.py | Dan Mick | 2013-08-05 | 2 | -5/+8 |
| * | | | | rgw: only log (as in ops logging) certain operations | Yehuda Sadeh | 2013-08-05 | 3 | -8/+27 |
| * | | | | rgw_admin: flush replicalog entries | Yehuda Sadeh | 2013-08-05 | 1 | -0/+2 |
| |/ / / |
|
| * | | | cephtool/test.sh: add a few tests for invalid command args | Dan Mick | 2013-08-05 | 1 | -0/+37 |
| * | | | ceph_argparse.py: add stderr note if nonrequired param is invalid | Dan Mick | 2013-08-05 | 1 | -0/+1 |
| * | | | Fix "too few args validate" | Dan Mick | 2013-08-05 | 1 | -49/+111 |
| * | | | qa/workunits/cephtool/test_daemon.sh: we should error on bad command | Sage Weil | 2013-08-04 | 1 | -0/+3 |
| * | | | PG: set !flushed in Reset() | Samuel Just | 2013-08-02 | 1 | -1/+2 |
* | | | | Merge pull request #480 from dachary/master | Sage Weil | 2013-08-08 | 1 | -1/+13 |
|\ \ \ \ |
|
| * | | | | Add the definition of PG temp to the glossary | Loic Dachary | 2013-08-02 | 1 | -1/+13 |
* | | | | | Merge pull request #489 from ceph/wip-5903 | Sage Weil | 2013-08-08 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | make sure we are using the mount options | Alfredo Deza | 2013-08-08 | 1 | -0/+4 |
|/ / / / / |
|
* | | | | | doc: fixing reported bug in CRUSH map example. | John Wilkins | 2013-08-05 | 1 | -2/+2 |
* | | | | | doc: Added many new fields to config reference. | John Wilkins | 2013-08-05 | 1 | -67/+370 |