summaryrefslogtreecommitdiff
path: root/src/libcephfs.cc
Commit message (Expand)AuthorAgeFilesLines
* libcephfs: add ceph_get_pool_name()Sage Weil2013-05-171-0/+13
* libcephfs: get the pool name of a file pathAndras Elso2013-05-171-0/+19
* libcephfs: get replication factor of a file handle/pathAndras Elso2013-05-171-0/+14
* libcephfs: get file handle/path layout infoAndras Elso2013-05-171-0/+42
* libcephfs: get stripe_unit/stripe_count/object_size/pool_id by file handle/pathAndras Elso2013-05-171-0/+78
* Client: get describe_layout by file handle/pathAndras Elso2013-05-171-4/+4
* libcephfs: add ceph_conf_parse_env()Sage Weil2013-05-131-0/+17
* libcephfs: fix ceph_get_osd_crush_locationNoah Watkins2013-03-211-2/+2
* Merge remote-tracking branch 'origin/wip-osd-addr-api'Noah Watkins2013-03-141-0/+19
|\
| * libcephfs: add ceph_get_osd_addr interfaceNoah Watkins2013-03-141-0/+19
* | libcephfs.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-141-1/+1
|/
* libcephfs: return osd location from crush mapNoah Watkins2013-03-051-0/+38
* client: expose extent/osd mappingNoah Watkins2013-03-051-0/+26
* client: allow change file owner or group onlyAndras Elso2013-02-271-3/+3
* libcephfs: Fix shutdown segfaultSam Lang2013-02-131-0/+1
* libcephfs: fix for #4068Joe Buck2013-02-111-1/+5
* libcephfs: add pool id/size lookup interfaceNoah Watkins2013-01-181-0/+24
* libcephfs: return -ENOTCONN when call unmountedNoah Watkins2013-01-071-0/+8
* libcephfs: expose stripe unit granularityNoah Watkins2013-01-051-0/+7
* libcephfs: delete client after messenger shutdownNoah Watkins2013-01-041-2/+4
* libcephfs: choose more unique nonceSage Weil2012-12-311-3/+7
* client, libcephfs: add method to get the pool name for an open fileSage Weil2012-12-231-0/+19
* client: remove set_default_*() methodsSage Weil2012-12-231-16/+8
* client: Add routine to get caps of file/fdSam Lang2012-12-071-0/+14
* client: add ceph_open_layout interfaceNoah Watkins2012-11-261-0/+9
* client: Support for fchownSam Lang2012-11-041-0/+5
* client: add ceph_release, ceph_shutdownNoah Watkins2012-10-261-0/+21
* client: double mount returns -EISCONNNoah Watkins2012-10-261-1/+1
* libcephfs: return error when not mountedNoah Watkins2012-10-191-3/+131
* client: Implement lchown in Client and libcephfsSam Lang2012-10-171-0/+6
* client: Implement stat and correct lstatSam Lang2012-10-171-0/+6
* client: Support for fchmodSam Lang2012-10-171-0/+4
* libcephfs: Check that buffer is non-nullSam Lang2012-10-091-0/+3
* libcephfs: destroy cmount on ceph_shutdown()Sage Weil2012-10-011-0/+1
* client: Mods to fix #3184 for messenger shutdownSam Lang2012-09-271-0/+1
* config: send warnings to a ostream* argumentSage Weil2012-07-281-1/+1
* CephContext: drop obsolete ceph_destroy_contextSage Weil2012-07-091-1/+1
* make everyone use our assert #include and macroSage Weil2012-06-061-5/+6
* msgr: name messengersSage Weil2012-04-301-1/+1
* libcephfs: disable ceph_set_default_preferred_pgSage Weil2012-04-231-2/+2
* msgr: switch all users over to abstract interfaceSage Weil2012-03-141-3/+3
* msgr: remove refcounting of Messengers.Greg Farnum2012-03-021-1/+1
* msgr: make nonce a required part of the SimpleMessenger constructor.Greg Farnum2012-03-021-2/+1
* msgr: Remove the SimpleMessenger start/start_with_nonce distinction.Greg Farnum2012-03-021-1/+2
* msgr: Remove SimpleMessenger::register_entityGreg Farnum2012-03-021-7/+1
* libceph: catch errors from Client::init()Sage Weil2011-12-131-20/+23
* client: return stripe address replicasNoah Watkins2011-11-091-12/+18
* libceph -> libcephfsSage Weil2011-09-221-0/+616