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: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+1
*
os: use transparent comparator in ObjectStore::getattrs()
Kefu Chai
2021-06-29
1
-1
/
+1
*
common/bl, *: deprecate list::claim() in favor of operator=(list&&).
Radoslaw Zarzynski
2020-06-29
1
-3
/
+3
*
fuse: update to newer FUSE_USE_VERSION
Jeff Layton
2020-06-03
1
-3
/
+1
*
ceph-fuse: link to libfuse3 if fuse3 is installed
Xiubo Li
2020-04-18
1
-20
/
+71
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
1
-0
/
+9
*
use omap_rmkey() where appropriate
Sage Weil
2020-01-14
1
-3
/
+1
*
os/fusestore: del redundant and sometimes improper open_collection call
Igor Fedotov
2018-08-06
1
-6
/
+0
*
common,rbd,rgw,osd: extract config values into ConfigValues
Kefu Chai
2018-07-10
1
-2
/
+2
*
FuseStore: Expand buffers to prevent overflow
Adam C. Emerson
2018-05-09
1
-2
/
+2
*
os/ObjectStore: drop most queue_transactions() variants
Sage Weil
2018-02-12
1
-5
/
+5
*
os: apply_transaction -> queue_transaction
Sage Weil
2018-02-12
1
-20
/
+5
*
os/ObjectStore: make all read operations CollectionHandle-based
Sage Weil
2018-02-06
1
-34
/
+55
*
os/ObjectStore: combine Sequencer and CollectionImpl in ObjectStore
Sage Weil
2018-02-06
1
-20
/
+27
*
Merge pull request #19033 from david-z/wip-fix-fusestore-df
Yuri Weinstein
2017-12-14
1
-0
/
+3
|
\
|
*
os/FuseStore: fix incorrect used space statistics for fuse's statfs interface
Zhi Zhang
2017-11-20
1
-0
/
+3
*
|
client: Switch to new style config options and some cleanup
Shinobu Kinjo
2017-11-23
1
-2
/
+4
|
/
*
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