index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libradosstriper
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake: fix "WITH_STATIC_LIBSTDCXX"
Kefu Chai
2018-07-28
1
-4
/
+0
*
rados: clean up rados_getxattrs() and rados_striper_getxattrs()
Gu Zhongyan
2018-02-02
1
-2
/
+0
*
cmake: pass static linkflags to the linker who links libcommon
Kefu Chai
2018-01-04
1
-1
/
+6
*
libradosstriper: silence warning from -Wreorder
songweibin
2017-08-08
1
-2
/
+2
*
rado: Initilizating uninitilized member m_writeRc
amitkuma
2017-08-03
1
-1
/
+1
*
Merge pull request #15674 from chardan/jfw-wip-20240-printf-format
Kefu Chai
2017-07-17
1
-2
/
+8
|
\
|
*
libradosstriper: remove format injection vulnerability
Jesse Williamson
2017-06-20
1
-2
/
+8
*
|
radosstriper: assert(ref==1) in MultiAioCompletion's dtor
Kefu Chai
2017-06-05
1
-1
/
+2
*
|
radosstriper: use intrusive_ptr to manage lifecycle of MultiAioCompletionImpl
Kefu Chai
2017-06-05
4
-297
/
+291
|
/
*
Merge pull request #14658 from chardan/jfw-wip-halflife_atomic_t-baragon
Sage Weil
2017-05-26
1
-2
/
+0
|
\
|
*
libradosstriper: remove references to atomic.h
Jesse Williamson
2017-05-10
1
-2
/
+0
*
|
Merge pull request #15012 from tchaikov/wip-byteswap
Kefu Chai
2017-05-12
1
-7
/
+7
|
\
\
|
*
|
radosstriper: do not use GCC extension to initialize struct members
Kefu Chai
2017-05-10
1
-7
/
+7
|
|
/
*
/
libradosstriper: do not assign garbage to returned value
Kefu Chai
2017-05-10
1
-1
/
+4
|
/
*
librados: add override in headers
liuchang0812
2017-03-03
1
-4
/
+4
*
RadosStriperImpl.cc: fix double free
Danny Al-Gaaf
2017-02-09
1
-2
/
+0
*
cmake: turn libcommon into a shared library
Kefu Chai
2017-01-10
1
-1
/
+1
*
librados: eliminiate ack vs commit distinction
Sage Weil
2016-12-28
2
-4
/
+4
*
radosstriper : Fixed locking of truncation in libradosstriper
Sebastien Ponce
2016-11-01
1
-1
/
+5
*
radosstriper : Reworked handling of unlocking completion in striper library
Sebastien Ponce
2016-11-01
2
-140
/
+159
*
radosstriper : Fixed memory leaks found in valgrind testing of (improved) str...
Sebastien Ponce
2016-11-01
3
-24
/
+56
*
radosstriper : implementation of async remove/stat/stat2
Sebastien Ponce
2016-11-01
3
-17
/
+277
*
radosstriper : proper calls to static function aio_create_completion
Sebastien Ponce
2016-11-01
1
-8
/
+8
*
radosstriper : prefer asynchronous unlock to synchronous ones
Sebastien Ponce
2016-11-01
1
-6
/
+18
*
radosstriper : protect aio_write API from calls with 0 bytes
Sebastien Ponce
2016-11-01
1
-26
/
+30
*
radosstriper : optimized truncation and removal of striped objects
Sebastien Ponce
2016-11-01
2
-29
/
+262
*
remove autotools
Sage Weil
2016-09-07
1
-27
/
+0
*
cmake: move librados.cc out of libradosstriper
Kefu Chai
2016-06-29
1
-1
/
+1
*
cmake: link libradostriper with librados_objs
Kefu Chai
2016-06-23
1
-2
/
+4
*
cmake: remove visibility flags from libcephfs,libradosstriper
Kefu Chai
2016-06-23
1
-2
/
+1
*
cmake: use ${CEPH_SHARED} when adding libradosstriper
Kefu Chai
2016-06-22
1
-1
/
+1
*
cmake: install dso into ${CMAKE_INSTALL_LIBDIR} instead of "lib"
Kefu Chai
2016-06-22
1
-1
/
+1
*
cmake: add visibility flags for exported dso
Kefu Chai
2016-06-22
1
-2
/
+3
*
cmake: libradosstriper's OUTPUT_NAME should be radosstriper
Kefu Chai
2016-06-01
1
-4
/
+7
*
cmake: install libradosstriper headers
Kefu Chai
2016-05-27
1
-1
/
+3
*
struct ceph_file_layout -> file_layout_t
Sage Weil
2016-03-01
1
-10
/
+19
*
libradosstriper: move default stripe parameters inline
Sage Weil
2016-03-01
1
-3
/
+12
*
bufferlist: Add new func is_provided_buffer(const char *dst)
Jianpeng Ma
2016-02-20
1
-1
/
+1
*
cmake: libradosstriper dir CMakeLists.txt added
Ali Maredia
2016-01-05
1
-0
/
+7
*
rados: implement radosstripper force remove when full.
shawn
2015-12-11
3
-5
/
+14
*
Merge pull request #4955 from kylinstorage/librados-2read-segmentation-fault-v1
Kefu Chai
2015-09-09
1
-2
/
+2
|
\
|
*
bug fix: librados segmentation fault, support RadosStriperImpl::aio_read() me...
Min Chen
2015-08-31
1
-2
/
+2
*
|
tests : Fixed broken Makefiles after integration of lttng into rados.
Sebastien Ponce
2015-06-23
1
-2
/
+2
|
/
*
Merge pull request #4150 from javierguerragiraldez/master
Kefu Chai
2015-03-24
1
-1
/
+1
|
\
|
*
Declare libradosstriper library dependencies
Javier Guerra
2015-03-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'gh/hammer'
Sage Weil
2015-03-19
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
Minor changes in other Makefile.am files to make them support the build refin...
Boris Ranto
2015-03-06
1
-0
/
+8
*
|
msg/xio: fix build with '--enable-xio'
Kefu Chai
2015-02-27
1
-1
/
+1
|
/
*
libradosstriper: fixed write_full when ENOENT
Sebastien Ponce
2015-02-06
1
-1
/
+1
*
Fix libstriprados::remove, use strtoll insdead of strtol
Dongmao Zhang
2014-12-10
1
-1
/
+1
[next]