summaryrefslogtreecommitdiffstats
path: root/src/cephfs.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* cephfs: pool safety & print deprecation warningJohn Spray2014-07-151-1/+8
* Use cpp_strerror() wherever possible, and use autoconf for portabilityDan Mick2014-04-141-13/+7
* cephfs: Fix warning - use err instead of errnoSam Lang2012-09-271-1/+1
* cephfs: Fixes for coverity bugs 716840 and 716970Sam Lang2012-09-271-1/+8
* cephfs: add 'map' command to dump file mapping onto objects, osdsSage Weil2012-08-231-3/+41
* cephfs: pass -1 for old preferred_osd fieldSage Weil2012-05-131-0/+1
* cephfs: remove preferred osd settingSage Weil2012-04-231-18/+3
* add missing #includes to build on gcc 4.7Tom Callaway2012-02-171-0/+1
* osd: int pool -> int64_t poolSage Weil2011-08-271-3/+3
* cephfs: use strtol instead of atoi; handle 0 properlyGreg Farnum2011-08-251-9/+12
* cephfs: fix the stripe_count documentation.Greg Farnum2011-08-251-1/+1
* mds: Explicitly initialize layout fields, and to the correct values.Greg Farnum2011-06-281-1/+1
* cephfs: remove unused variablesSage Weil2010-10-281-2/+0
* cephfs: Wrote and committed cephfsGreg Farnum2010-10-041-0/+265