summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip: assorted fixes for FreeBSD 9.1wip-portNoah Watkins2013-09-1721-5/+53
* wip: unsorted / combined patchesNoah Watkins2013-09-1712-8/+56
* rados_sync: use pthread features for thread-localNoah Watkins2013-09-171-5/+17
* kvstore: use a standard errno valueNoah Watkins2013-09-172-8/+8
* networking: assorted networking fixesNoah Watkins2013-09-172-4/+14
* Pipe: do not use MSG_MORE on OSXNoah Watkins2013-09-171-0/+4
* test: add header for struct statfsNoah Watkins2013-09-171-0/+2
* ceph.in: use env to find python interpreterNoah Watkins2013-09-171-1/+1
* Pipe: define OSX equivalent of MSG_NOSIGNALNoah Watkins2013-09-171-0/+4
* rgw: avoid linuxism sighandler_t in favor of sig_tNoah Watkins2013-09-171-1/+3
* rgw: add compat file for name service macrosNoah Watkins2013-09-172-0/+7
* inttypes: detect and define missing integer typesNoah Watkins2013-09-1713-7/+61
* build: use flat namespace when linking on OSXNoah Watkins2013-09-172-1/+10
* byteorder.h: add macros for DarwinNoah Watkins2013-09-171-1/+3
* FileJournal: zero-fill in-lieu of posix_fallocateNoah Watkins2013-09-172-10/+29
* hashing: add missing hash functionsNoah Watkins2013-09-172-2/+2
* rbd_fuse: include <limits.h> for PATH_MAXNoah Watkins2013-09-171-0/+1
* fuse: define IOCTL flags for non-Linux systemNoah Watkins2013-09-171-0/+10
* fuse: support get/set xattr on OSXNoah Watkins2013-09-172-9/+88
* fuse: use pkg-config to check for libfuseNoah Watkins2013-09-173-18/+14
* spinlock: add generic spinlock implementationNoah Watkins2013-09-178-33/+116
* xattr: format code, remove unused intializationNoah Watkins2013-09-171-36/+26
* xattr: test for xattr routine variantsNoah Watkins2013-09-172-38/+82
* pipe: use feature tests for pipe2 and O_CLOEXECNoah Watkins2013-09-172-14/+22
* doc: add osx build documentationNoah Watkins2013-09-171-0/+14
* mon: check for platform specific headersNoah Watkins2013-09-172-0/+11
* context: handle platform without sem_timedwaitNoah Watkins2013-09-172-0/+7
* wbthrottle: use posix_fadvise if availableNoah Watkins2013-09-172-0/+5
* utime: use to_timespec for conversionNoah Watkins2013-09-171-2/+3
* blkdev: support blkdev size query on osxNoah Watkins2013-09-172-15/+46
* doc: add dev doc to collect porting notesNoah Watkins2013-09-171-0/+19
* code_env: use feature test for PR_GET_NAME supportNoah Watkins2013-09-172-8/+10
* autoconf: search for uuid_parse in system libsNoah Watkins2013-09-172-2/+3
* pipe: avoid conflict with Pipe.cc on case-insensitive fsNoah Watkins2013-09-175-5/+5
* client: use struct stat member tests for timeNoah Watkins2013-09-174-23/+181
* assert: choose function-var name on non-gnuNoah Watkins2013-09-174-8/+108
* assert: use feature test for static_castNoah Watkins2013-09-173-1/+46
* autogen.sh: use glibtoolize when availableNoah Watkins2013-09-171-1/+11
* osd: compute full ratio from kb_availAlexandre Oliva2013-09-171-1/+6
* Merge pull request #601 from pipul/feature/develop_130917Josh Durgin2013-09-161-1/+1
|\
| * fix some commentsfangdong2013-09-171-1/+1
* | doc: Updated usage.John Wilkins2013-09-161-8/+4
* | doc: Removed --fs-type option and text.John Wilkins2013-09-161-4/+0
* | doc: Updated the usage scenario and made a few syntax edits.John Wilkins2013-09-161-14/+17
* | Merge pull request #600 from dachary/fix-erasure-warningGregory Farnum2013-09-161-1/+1
|\ \
| * | ErasureCode: fix uninitialized variable warningLoic Dachary2013-09-161-1/+1
| |/
* | Merge pull request #597 from ceph/remove-hadoop-shimGregory Farnum2013-09-1629-6141/+2
|\ \ | |/ |/|
| * hadoop: remove hadoop shimNoah Watkins2013-09-1329-6141/+2
* | Merge pull request #538 from dachary/wip-5879athanatos2013-09-1320-0/+6737
|\ \ | |/ |/|
| * ErasureCodeJerasure: pluginLoic Dachary2013-09-104-0/+147