summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | os: add apply_transaction() variant that takes a sequencerSage Weil2013-01-183-14/+19
|/ /
* | Merge remote-tracking branch 'gh/wip-client-pool-api'Sage Weil2013-01-1811-1/+266
|\ \
| * | java: support get pool id/replication interfaceNoah Watkins2013-01-186-1/+185
| * | libcephfs: add pool id/size lookup interfaceNoah Watkins2013-01-185-0/+81
* | | qa: remove xfstest 068 from qemu testingJosh Durgin2013-01-181-1/+1
* | | ceph: allow osd pool get to get everything you can setDan Mick2013-01-182-2/+23
* | | os/FileStore: only flush inline if write is sufficiently largeSage Weil2013-01-181-2/+2
* | | os/FileStore: fix compile when sync_file_range is missing;Sage Weil2013-01-181-6/+12
* | | doc/rados/operations/crush: need kernel v3.6 for first round of tunablesSage Weil2013-01-181-1/+1
|/ /
* | doc: Added link to rotation section.John Wilkins2013-01-181-4/+10
* | doc: Added hyperlink to log rotation section.John Wilkins2013-01-181-2/+6
* | doc: Added section on log rotation.John Wilkins2013-01-181-1/+38
* | Merge branch 'master' of https://github.com/ceph/cephJohn Wilkins2013-01-172-1/+3
|\ \
| * | build: Add perl installation dependency to rpm and debian packages.Gary Lowell2013-01-172-1/+3
* | | doc: Modified index to include mon-osd-interaction.John Wilkins2013-01-171-1/+1
* | | doc: Added a section describing mon/osd interaction.John Wilkins2013-01-171-0/+165
|/ /
* | doc: Added an admonishment for SSD write latency.John Wilkins2013-01-171-30/+41
* | doc: Updated OSD configuration reference with backfill config options.John Wilkins2013-01-171-10/+25
* | Merge branch 'wip-mds'Sage Weil2013-01-1723-200/+454
|\ \
| * | mds: use #defines for bits per capSage Weil2013-01-152-4/+7
| * | mds: optimize C_MDC_RetryOpenRemoteInoYan, Zheng2013-01-041-1/+5
| * | mds: don't issue caps while inode is exporting capsYan, Zheng2013-01-042-11/+21
| * | mds: check if stray dentry is neededYan, Zheng2013-01-041-10/+16
| * | mds: drop locks when opening remote dentryYan, Zheng2013-01-041-0/+2
| * | mds: check null context in CDir::fetch()Yan, Zheng2013-01-041-2/+5
| * | mds: rdlock prepended dest trace when handling renameYan, Zheng2013-01-041-0/+1
| * | mds: fix cap mask for ifile lockYan, Zheng2013-01-041-1/+1
| * | mds: fix replica state for LOCK_MIX_LOCKYan, Zheng2013-01-041-2/+2
| * | mds: keep dentry lock in sync state as much as possibleYan, Zheng2013-01-044-6/+11
| * | mds: forbid creating file in deleted directoryYan, Zheng2013-01-043-2/+18
| * | mds: disable concurrent remote lockingYan, Zheng2013-01-042-22/+34
| * | mds: fix rename inode exportor checkYan, Zheng2013-01-022-3/+4
| * | mds: call maybe_eval_stray after removing a replica dentryYan, Zheng2013-01-021-2/+4
| * | mds: don't defer processing caps if inode is auth pinnedYan, Zheng2013-01-021-5/+4
| * | mds: remove unnecessary is_xlocked checkYan, Zheng2013-01-021-17/+4
| * | mds: fix lock state transition checkYan, Zheng2013-01-021-0/+9
| * | mds: indroduce DROPLOCKS slave requestYan, Zheng2013-01-023-3/+37
| * | mds: fix on-going two phrase commits trackingYan, Zheng2013-01-021-9/+9
| * | mds: fix anchor table commit raceYan, Zheng2013-01-026-7/+78
| * | mds: skip frozen inode when assimilating dirty inodes' rstatYan, Zheng2013-01-021-2/+11
| * | mds: mark rename inode as ambiguous auth on all involved MDSYan, Zheng2013-01-027-40/+110
| * | mds: only export directory fragments in stray to their auth MDSYan, Zheng2013-01-021-2/+1
| * | mds: don't trim ambiguous imports in MDCache::trim_non_auth_subtreeYan, Zheng2013-01-021-1/+1
| * | mds: use null dentry to find old parent of renamed directoryYan, Zheng2013-01-022-15/+34
| * | mds: don't journal null dentry for overwrited remote linkageYan, Zheng2013-01-021-4/+0
| * | mds: xlock stray dentry when handling rename or unlinkYan, Zheng2013-01-021-0/+2
| * | mds: don't trigger assertion when discover races with renameYan, Zheng2013-01-022-14/+8
| * | mds: fix Locker::simple_eval()Yan, Zheng2013-01-021-5/+3
| * | mds: don't renew revoking leaseYan, Zheng2013-01-021-12/+14
* | | rbd: fix bench-write infinite loopJosh Durgin2013-01-171-7/+18