summaryrefslogtreecommitdiffstats
path: root/src/rbd_fuse (follow)
Commit message (Expand)AuthorAgeFilesLines
* rbd_fuse:replaced pthread_mutex*() functions with ceph Mutex wrapperSahithi R V2016-01-291-18/+17
* rbd-fuse:image name can not include snap nameYongqiang He2015-12-241-19/+37
* rbd-fuse: discard space restriction for mv operationwuxiangwei2015-12-201-1/+1
* rbd:add destination image name validation for rbd-fuse mv operationwuxiangwei2015-12-161-1/+17
* rbd: implement mv operation for rbd-fusewuxiangwei2015-12-151-1/+11
* compat: include proper headers for FreeBSDYan, Zheng2015-09-111-0/+4
* compat: move definitions in porting.h into include/compat.hYan, Zheng2015-08-311-5/+1
* Link ceph-fuse to fuse on DARWINYan, Zheng2015-08-311-1/+1
* rbd-fuse: Add position to set/get xattr on DARWINDennis Schafroth2015-08-311-2/+16
* c++11: fixes for preprocessor string concatenationCasey Bodley2015-08-071-4/+5
* fix a few minor compilation warningsLoic Dachary2015-03-161-1/+1
* rbd-fuse.cc: use static_cast instead of c-style castDanny Al-Gaaf2015-02-031-1/+1
* rbd-fuse: clean up when shutdownJosh Durgin2015-01-251-1/+16
* Build rbd-fuse as a C++ unit (matching its existing linkage).Matt Benjamin2015-01-141-27/+49
* rbd-fuse: Fix memory leak in enumerate_imagesAdam Crume2014-09-181-11/+19
* Fixed missing initializers issuesDaniel J. Hofmann2014-05-091-1/+1
* rbd-fuse.c: remove ridiculous linebreakDanny Al-Gaaf2014-05-081-2/+1
* rbd-fuse.c: fix indentationDanny Al-Gaaf2014-05-081-15/+15
* rbd-fuse.c: fix -Wmissing-field-initializersDanny Al-Gaaf2014-05-081-1/+1
* rbd-fuse.c: init 'rbd' in open_rbd_image()Danny Al-Gaaf2014-05-081-2/+2
* rbd-fuse: fix unlinkShawn Edwards2014-04-291-1/+1
* Changed the -i parameter to -r in order to avoid a conflict with a generic fl...Stephen F Taylor2014-04-281-2/+2
* Added a new command line parameter (-i or --image=) that allows rbd-fuse to s...Stephen F Taylor2014-04-281-6/+28
* rbd-fuse: fix signed/unsigned warningSage Weil2014-03-131-1/+1
* rbd-fuse: fix enumerate_images() image names buffer size issueIlya Dryomov2014-03-111-11/+23
* ceph: Update FUSE_USE_VERSION from 26 to 30.majianpeng2013-10-021-1/+1
* automake cleanup: renamed inttypes.hRoald J. van Loon2013-09-071-1/+2
* rbd_fuse/rbd-fuse.c: reduce scope of some variables in open_rbd_image()Danny Al-Gaaf2013-05-161-3/+3
* rbd_fuse/rbd-fuse.c: remove consecutive return/break statementDanny Al-Gaaf2013-03-111-1/+0
* rbd-fuse: fix for loop in open_rbd_image()Danny Al-Gaaf2013-02-061-1/+1
* rbd-fuse: fix warningSage Weil2013-01-291-1/+1
* rbd-fuse: fix printf format for off_t and size_tDanny Al-Gaaf2013-01-281-4/+5
* rbd-fuse: fix usage of conn->wantDanny Al-Gaaf2013-01-281-1/+2
* rbd-fuse: add simple RBD FUSE clientDan Mick2013-01-261-612/+454
* rbd-fuse: Original code from Andreas BluemleAndreas Bluemle2013-01-261-0/+908