index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
os
/
FuseStore.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
os,common: check __APPLE__ for osx not DARWIN
Kefu Chai
2017-09-16
1
-1
/
+1
*
core/common: Fix ENODATA for FreeBSD with compat.h
Willem Jan Withagen
2017-06-15
1
-0
/
+1
*
os: remove nibblewise sort order support
Sage Weil
2017-02-11
1
-1
/
+1
*
os: Complete removal of g_ceph_context and g_conf
Adam C. Emerson
2016-12-22
1
-52
/
+64
*
dout: Use dout_context
Adam C. Emerson
2016-12-22
1
-0
/
+1
*
os/ObjectStore: fix return code of collection_empty() method
xie xingguo
2016-09-12
1
-3
/
+9
*
os/FuseStore: only flush if dirty
Sage Weil
2016-09-08
1
-43
/
+135
*
os/FuseStore: remove unneeded header file
Michal Jarzabek
2016-08-19
1
-0
/
+1
*
ceph-fuse: fix compilation on OSX
Yan, Zheng
2016-07-18
1
-1
/
+1
*
os/FuseStore: fix build under FreeBSD/OSX
Yan, Zheng
2016-07-18
1
-0
/
+5
*
os: further simplify store_statfs_t
Sage Weil
2016-06-15
1
-3
/
+3
*
os/FuseStore: fix statfs
Sage Weil
2016-06-08
1
-1
/
+1
*
os/ObjectStore: Refactor ObjectStore::statfs method to return extended statis...
Igor Fedotov
2016-06-08
1
-7
/
+5
*
misc: using move construct to avoid extra atomic inc/dec
Haomai Wang
2016-02-02
1
-3
/
+1
*
Merge pull request #7395 from xiexingguo/xxg-wip-fuse
Sage Weil
2016-01-30
1
-7
/
+21
|
\
|
*
FuseStore: fix mountpoint leak
xie xingguo
2016-01-29
1
-0
/
+1
|
*
FuseStore: return error if encounter collection_list error
xie xingguo
2016-01-29
1
-1
/
+1
|
*
FuseStore: fix unhandled error cases for open
xie xingguo
2016-01-29
1
-5
/
+18
|
*
FuseStore: fix memory leak
xie xingguo
2016-01-29
1
-1
/
+1
*
|
OSD: Deleting transaction object right after applying transaction
Somnath Roy
2016-01-27
1
-5
/
+5
|
/
*
os/FuseStore: improve readdir for omap and attr
Sage Weil
2016-01-27
1
-2
/
+18
*
os/FuseStore: wait for commit and flush in all updates
Sage Weil
2016-01-27
1
-5
/
+15
*
os/FuseStore: use offset for readdir
Sage Weil
2016-01-27
1
-29
/
+46
*
os/FuseStore: add 'type' file in root dir
Sage Weil
2016-01-27
1
-0
/
+16
*
os/FuseStore: do not call exists() on an out-of-bounds oid
Sage Weil
2016-01-27
1
-0
/
+20
*
os/FuseStore: no-op chmod
Sage Weil
2016-01-27
1
-1
/
+6
*
os/FuseStore: allow object and collection creates
Sage Weil
2016-01-27
1
-1
/
+57
*
os/FuseStore: more ENOENT on getattr for non-existent items
Sage Weil
2016-01-27
1
-3
/
+26
*
os/FuseStore: hide bitwise_hash_end if bits unknown; add bitwise_hash_bits
Sage Weil
2016-01-27
1
-3
/
+33
*
os/FuseStore: present bitwise_hash_end
Sage Weil
2016-01-27
1
-8
/
+31
*
os/FuseStore: respect fuse_debug
Sage Weil
2016-01-27
1
-1
/
+4
*
ceph-objectstore-tool: mount an ObjectStore via fuse
Sage Weil
2016-01-27
1
-0
/
+871