summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't forget an inode not found in cache.wip-libcephfs-emp-rbMatt Benjamin2013-10-081-1/+4
* client: For rebase need to fix ll_readlink() call in Synthetic clientDavid Zafman2013-10-031-2/+2
* client, libcephfs: make readlink saneAndrey Kuznetsov2013-10-035-23/+24
* mds: include requested caps (namely, xattrs) on getattr replySage Weil2013-10-034-5/+16
* libcephfs: add an xattr ll testAndrey Kuznetsov2013-10-031-0/+39
* libcephfs: add ceph_ll_listxattrAndrey Kuznetsov2013-10-032-0/+25
* libcephfs: add ceph_ll_lookup_root()Andrey Kuznetsov2013-10-034-0/+25
* libcephfs: expose new client ll_ interfaceMatt Benjamin2013-10-032-5/+458
* client/fuse_ll: adapt to new ll_ interfaceMatt Benjamin2013-10-031-36/+153
* client/SyntheticClient: adapt to new ll_* interfaceMatt Benjamin2013-10-031-46/+95
* client: direct read/write methods that bypass cache, cap checksAdam C. Emerson2013-10-031-0/+136
* client: expose layout informationAdam C. Emerson2013-10-031-0/+84
* client: switch ll_* methods to Inode* argumentsMatt Benjamin2013-10-032-188/+332
* client/Client: make open fhp argument optionalMatt Benjamin2013-10-031-1/+2
* client/Client: return 1 from readdir cb on fullAdam C. Emerson2013-10-031-1/+9
* client: add barrier and typesMatt Benjamin2013-10-034-0/+325
* client: whitespaceAdam C. Emerson2013-10-037-93/+105
* osdc/Objecter: whitespaceAdam C. Emerson2013-10-031-9/+10
* mds/Server: whitespaceAdam C. Emerson2013-10-031-5/+5
* doc: Fixed typo.John Wilkins2013-10-031-1/+1
* Merge pull request #685 from ceph/wip-rados-intsDan Mick2013-10-033-11/+7
|\
| * librados: drop #include of int_types.h from installed headersSage Weil2013-10-033-11/+7
* | Merge pull request #638 from ceph/wip-bloomLoic Dachary2013-10-0311-547/+945
|\ \ | |/ |/|
| * common/bloom_filter: note that uint32_t interface requires well-mixed valuesSage Weil2013-10-031-0/+19
| * common/bloom_filter: speed up unit tests a bitSage Weil2013-10-031-4/+4
| * common/bloom_filter: test binning fpp behaviorSage Weil2013-10-031-0/+36
| * common/bloom_filter: disable sequential testsSage Weil2013-10-031-0/+8
| * common/bloom_filter: insert/contains methods for uint32_tSage Weil2013-10-032-0/+73
| * COPYING: make note of common/bloom_filer.hpp (boost) licenseSage Weil2013-10-022-0/+8
| * common/bloom_filter: fix whitespaceSage Weil2013-10-021-476/+470
| * common/bloom_filter: test behavior of sequences of bloom filtersSage Weil2013-10-021-0/+78
| * common/bloom_filter: unit testsSage Weil2013-10-023-1/+69
| * common/bloom_filter: move header from include/Sage Weil2013-09-255-5/+5
| * common/bloom_filter: make bloom_filter encodableSage Weil2013-09-254-5/+104
| * common/bloom_filter: make optimal parameter calculation staticSage Weil2013-09-251-17/+29
| * common/bloom_filter: make mode match formattingSage Weil2013-09-251-0/+3
* | Merge pull request #682 from ceph/wip-copyingLoic Dachary2013-10-022-37/+89
|\ \
| * | COPYING: fix URLSage Weil2013-10-022-2/+2
| * | debian/copyright: sync up with COPYINGSage Weil2013-10-021-6/+48
| * | COPYING: add Packaging: sectionSage Weil2013-10-021-0/+5
| * | COPYING: add debian-style headersSage Weil2013-10-021-0/+5
| * | COPYING: fix formattingSage Weil2013-10-021-30/+30
|/ /
* | Merge pull request #678 from ceph/wip-5981Alfredo Deza2013-10-021-8/+5
|\ \
| * | ceph-disk: make initial journal files 0 byteswip-5981Sage Weil2013-09-091-8/+5
* | | Merge pull request #649 from ceph/wip-6422Sage Weil2013-10-026-151/+119
|\ \ \
| * | | common, os, osd: Use common functions for safe file reading and writingDavid Zafman2013-10-025-145/+116
| * | | osd: In read_meta() leave an extra byte in buffer to nul terminateDavid Zafman2013-10-021-1/+1
| * | | os: Simplify collection_list* funcs by removing dynamic_castDavid Zafman2013-09-261-6/+3
* | | | Merge pull request #620 from dachary/wip-erasure-docathanatos2013-10-026-358/+149
|\ \ \ \
| * | | | ErasureCode: update PGBackend descriptionLoic Dachary2013-10-025-184/+22