summaryrefslogtreecommitdiffstats
path: root/src/ceph_fuse.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #11218 from ceph/wip-getuidGregory Farnum2016-10-041-2/+4
|\
| * client: add a UserPerm param to mountGreg Farnum2016-09-221-2/+4
* | ceph_fuse: use sizeof get the buf lengthLeo Zhang2016-09-211-1/+1
|/
* client/fuse: return will never be calledhuanwen ren2016-05-041-1/+0
* client/fuse: object release order errorhuanwen ren2016-04-281-5/+2
* ceph-fuse: reopen log file on SIGHUPSage Weil2016-04-071-0/+7
* compat: fix build on non-linuxMykola Golub2016-03-091-0/+2
* src/ceph_fuse.cc: init members in ctorDanny Al-Gaaf2016-01-291-1/+1
* Merge pull request #6868 from H3C/wip-11642-cephfuse-useageGregory Farnum2016-01-191-0/+4
|\
| * ceph-fuse:print usage information when no parameter specifiedBo Cai2015-12-091-0/+4
* | threads: add thread namesIgor Podoski2016-01-051-1/+1
* | ceph-fuse: fix double free of argsIlya Shipitsin2015-12-221-1/+0
* | ceph-fuse: add process to ceph-fuse --helpWei Feng2015-12-151-1/+27
|/
* Merge pull request #6224 from vmcloud/wip-13443Sage Weil2015-10-251-3/+2
|\
| * ceph-fuse.cc: While starting ceph-fuse, start the log thread firstwenjunhuang2015-10-101-3/+2
* | drop envz.h includesJohn Coyle2015-10-191-4/+0
|/
* Merge pull request #6022 from jdurgin/wip-13032Sage Weil2015-09-251-3/+1
|\
| * use simplifed messenger constructor for clientsJosh Durgin2015-09-221-3/+1
* | Merge pull request #5416 from zhouyuan/ceph_fuse_12204Gregory Farnum2015-09-221-1/+3
|\ \
| * | ceph-fuse: warn and shut down when there is no MDS presentYuan Zhou2015-08-291-1/+3
* | | compat: include proper headers for FreeBSDYan, Zheng2015-09-111-1/+1
| |/ |/|
* | client: don't try trimming kernel dcache on DARWIN/FreeBSDYan, Zheng2015-08-311-0/+4
|/
* Merge pull request #4493 from ceph/wip-use-get-linux-versionGregory Farnum2015-04-301-13/+5
|\
| * use get_linux_version() instead ad-hoc uname().release parsingIlya Dryomov2015-04-291-13/+5
* | ceph-fuse: check return value on system() invocationGreg Farnum2015-04-301-1/+14
|/
* ceph-fuse: test dentry invalidation options and fail out if we failGreg Farnum2015-02-271-10/+62
* Messenger: Create an Messenger implementation by name.Haomai Wang2014-12-181-1/+1
* ceph_fuse: include mount point in client metadataJohn Spray2014-09-171-0/+2
* ceph_fuse: refactor init to make mount_point accessibleJohn Spray2014-09-171-2/+8
* ceph-fuse: fix uninitialized variableSage Weil2013-06-141-1/+1
* ceph-fuse: create finisher threads after fork()Sage Weil2013-06-031-28/+32
* fuse: Fix cleanup code path on init failureSam Lang2013-01-021-2/+3
* ceph-fuse: Avoid doing handle cleanup in dtorSam Lang2012-12-281-0/+2
* ceph-fuse: Split main into init/main/finalizeSam Lang2012-12-281-4/+11
* ceph_fuse.cc: remove twice included sys/stat.hDanny Al-Gaaf2012-11-281-1/+0
* ceph-fuse: fix leak of argsSage Weil2012-11-101-2/+5
* ceph-fuse: deallocate messenger, g_ceph_context on stopSage Weil2012-11-091-1/+4
* client: Mods to fix #3184 for messenger shutdownSam Lang2012-09-271-0/+1
* client: Fix for #3184 cfuse segv with no keyringSam Lang2012-09-261-6/+15
* msgr: indicate whether clients are lossySage Weil2012-07-211-0/+5
* msgr: name messengersSage Weil2012-05-011-1/+1
* ceph-fuse: only call common_init_finish in child; fix admin socketSage Weil2012-04-191-2/+2
* ceph-fuse: fix log reopen when -f is specifiedSage Weil2012-04-041-1/+4
* log: new logging infrastructureSage Weil2012-03-271-0/+4
* msgr: switch all users over to abstract interfaceSage Weil2012-03-151-4/+4
* config: alternative config options for global_init()Yehuda Sadeh2012-03-121-1/+1
* msgr: make nonce a required part of the SimpleMessenger constructor.Greg Farnum2012-03-021-2/+2
* msgr: Remove the SimpleMessenger start/start_with_nonce distinction.Greg Farnum2012-03-021-2/+4
* msgr: Remove SimpleMessenger::register_entityGreg Farnum2012-03-021-2/+1
* Use cpp_strerror or strerror_r when appropriate.Josh Durgin2011-09-271-6/+8