| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | os: add apply_transaction() variant that takes a sequencer | Sage Weil | 2013-01-18 | 3 | -14/+19 |
|/ / |
|
* | | Merge remote-tracking branch 'gh/wip-client-pool-api' | Sage Weil | 2013-01-18 | 11 | -1/+266 |
|\ \ |
|
| * | | java: support get pool id/replication interface | Noah Watkins | 2013-01-18 | 6 | -1/+185 |
| * | | libcephfs: add pool id/size lookup interface | Noah Watkins | 2013-01-18 | 5 | -0/+81 |
* | | | qa: remove xfstest 068 from qemu testing | Josh Durgin | 2013-01-18 | 1 | -1/+1 |
* | | | ceph: allow osd pool get to get everything you can set | Dan Mick | 2013-01-18 | 2 | -2/+23 |
* | | | os/FileStore: only flush inline if write is sufficiently large | Sage Weil | 2013-01-18 | 1 | -2/+2 |
* | | | os/FileStore: fix compile when sync_file_range is missing; | Sage Weil | 2013-01-18 | 1 | -6/+12 |
* | | | doc/rados/operations/crush: need kernel v3.6 for first round of tunables | Sage Weil | 2013-01-18 | 1 | -1/+1 |
|/ / |
|
* | | doc: Added link to rotation section. | John Wilkins | 2013-01-18 | 1 | -4/+10 |
* | | doc: Added hyperlink to log rotation section. | John Wilkins | 2013-01-18 | 1 | -2/+6 |
* | | doc: Added section on log rotation. | John Wilkins | 2013-01-18 | 1 | -1/+38 |
* | | Merge branch 'master' of https://github.com/ceph/ceph | John Wilkins | 2013-01-17 | 2 | -1/+3 |
|\ \ |
|
| * | | build: Add perl installation dependency to rpm and debian packages. | Gary Lowell | 2013-01-17 | 2 | -1/+3 |
* | | | doc: Modified index to include mon-osd-interaction. | John Wilkins | 2013-01-17 | 1 | -1/+1 |
* | | | doc: Added a section describing mon/osd interaction. | John Wilkins | 2013-01-17 | 1 | -0/+165 |
|/ / |
|
* | | doc: Added an admonishment for SSD write latency. | John Wilkins | 2013-01-17 | 1 | -30/+41 |
* | | doc: Updated OSD configuration reference with backfill config options. | John Wilkins | 2013-01-17 | 1 | -10/+25 |
* | | Merge branch 'wip-mds' | Sage Weil | 2013-01-17 | 23 | -200/+454 |
|\ \ |
|
| * | | mds: use #defines for bits per cap | Sage Weil | 2013-01-15 | 2 | -4/+7 |
| * | | mds: optimize C_MDC_RetryOpenRemoteIno | Yan, Zheng | 2013-01-04 | 1 | -1/+5 |
| * | | mds: don't issue caps while inode is exporting caps | Yan, Zheng | 2013-01-04 | 2 | -11/+21 |
| * | | mds: check if stray dentry is needed | Yan, Zheng | 2013-01-04 | 1 | -10/+16 |
| * | | mds: drop locks when opening remote dentry | Yan, Zheng | 2013-01-04 | 1 | -0/+2 |
| * | | mds: check null context in CDir::fetch() | Yan, Zheng | 2013-01-04 | 1 | -2/+5 |
| * | | mds: rdlock prepended dest trace when handling rename | Yan, Zheng | 2013-01-04 | 1 | -0/+1 |
| * | | mds: fix cap mask for ifile lock | Yan, Zheng | 2013-01-04 | 1 | -1/+1 |
| * | | mds: fix replica state for LOCK_MIX_LOCK | Yan, Zheng | 2013-01-04 | 1 | -2/+2 |
| * | | mds: keep dentry lock in sync state as much as possible | Yan, Zheng | 2013-01-04 | 4 | -6/+11 |
| * | | mds: forbid creating file in deleted directory | Yan, Zheng | 2013-01-04 | 3 | -2/+18 |
| * | | mds: disable concurrent remote locking | Yan, Zheng | 2013-01-04 | 2 | -22/+34 |
| * | | mds: fix rename inode exportor check | Yan, Zheng | 2013-01-02 | 2 | -3/+4 |
| * | | mds: call maybe_eval_stray after removing a replica dentry | Yan, Zheng | 2013-01-02 | 1 | -2/+4 |
| * | | mds: don't defer processing caps if inode is auth pinned | Yan, Zheng | 2013-01-02 | 1 | -5/+4 |
| * | | mds: remove unnecessary is_xlocked check | Yan, Zheng | 2013-01-02 | 1 | -17/+4 |
| * | | mds: fix lock state transition check | Yan, Zheng | 2013-01-02 | 1 | -0/+9 |
| * | | mds: indroduce DROPLOCKS slave request | Yan, Zheng | 2013-01-02 | 3 | -3/+37 |
| * | | mds: fix on-going two phrase commits tracking | Yan, Zheng | 2013-01-02 | 1 | -9/+9 |
| * | | mds: fix anchor table commit race | Yan, Zheng | 2013-01-02 | 6 | -7/+78 |
| * | | mds: skip frozen inode when assimilating dirty inodes' rstat | Yan, Zheng | 2013-01-02 | 1 | -2/+11 |
| * | | mds: mark rename inode as ambiguous auth on all involved MDS | Yan, Zheng | 2013-01-02 | 7 | -40/+110 |
| * | | mds: only export directory fragments in stray to their auth MDS | Yan, Zheng | 2013-01-02 | 1 | -2/+1 |
| * | | mds: don't trim ambiguous imports in MDCache::trim_non_auth_subtree | Yan, Zheng | 2013-01-02 | 1 | -1/+1 |
| * | | mds: use null dentry to find old parent of renamed directory | Yan, Zheng | 2013-01-02 | 2 | -15/+34 |
| * | | mds: don't journal null dentry for overwrited remote linkage | Yan, Zheng | 2013-01-02 | 1 | -4/+0 |
| * | | mds: xlock stray dentry when handling rename or unlink | Yan, Zheng | 2013-01-02 | 1 | -0/+2 |
| * | | mds: don't trigger assertion when discover races with rename | Yan, Zheng | 2013-01-02 | 2 | -14/+8 |
| * | | mds: fix Locker::simple_eval() | Yan, Zheng | 2013-01-02 | 1 | -5/+3 |
| * | | mds: don't renew revoking lease | Yan, Zheng | 2013-01-02 | 1 | -12/+14 |
* | | | rbd: fix bench-write infinite loop | Josh Durgin | 2013-01-17 | 1 | -7/+18 |