index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libradosstriper
/
RadosStriperImpl.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: fix typos
Kefu Chai
2018-09-21
1
-2
/
+2
*
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: use intrusive_ptr to manage lifecycle of MultiAioCompletionImpl
Kefu Chai
2017-06-05
1
-85
/
+269
|
/
*
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
|
/
*
RadosStriperImpl.cc: fix double free
Danny Al-Gaaf
2017-02-09
1
-2
/
+0
*
librados: eliminiate ack vs commit distinction
Sage Weil
2016-12-28
1
-2
/
+2
*
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
1
-112
/
+137
*
radosstriper : Fixed memory leaks found in valgrind testing of (improved) str...
Sebastien Ponce
2016-11-01
1
-17
/
+41
*
radosstriper : implementation of async remove/stat/stat2
Sebastien Ponce
2016-11-01
1
-17
/
+153
*
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
1
-19
/
+178
*
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
*
rados: implement radosstripper force remove when full.
shawn
2015-12-11
1
-4
/
+9
*
bug fix: librados segmentation fault, support RadosStriperImpl::aio_read() me...
Min Chen
2015-08-31
1
-2
/
+2
*
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
*
Fixed locking issue in the trun method of libradosstriper leading to potentia...
Sebastien Ponce
2014-11-18
1
-11
/
+11
*
Fix libstriprados::stat, use strtoll insdead of strtol
Dongmao Zhang
2014-11-17
1
-1
/
+1
*
Fix rados_shutdown hang forever when using radosstriper
Dongmao Zhang
2014-10-31
1
-2
/
+11
*
Fixed remaining part of the seg fault described in bug 9356 by adding referen...
Sebastien Ponce
2014-10-20
1
-14
/
+18
*
Fixed part of the seg fault described in bug 9356 by adding reference countin...
Sebastien Ponce
2014-10-20
1
-5
/
+5
*
Fixed part of the seg fault described in bug 9356 by cleaning reference count...
Sebastien Ponce
2014-10-20
1
-4
/
+4
*
Cleanup up useless method release in MultiAioCompletionImpl. It was exactly e...
Sebastien Ponce
2014-10-20
1
-1
/
+1
*
Merge pull request #2035 from ceph/wip-da-SCA-20140623
Sage Weil
2014-06-26
1
-2
/
+2
|
\
|
*
RadosStriperImpl.cc: catch exception by reference
Danny Al-Gaaf
2014-06-25
1
-2
/
+2
*
|
Fixed build on 32 bits platforms
Sebastien Ponce
2014-06-26
1
-4
/
+6
|
/
*
Implementation of the radosstriper interface.
Sebastien Ponce
2014-06-07
1
-0
/
+1058