index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
buffer.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common/buffer: add missing include for std::cerr
Max Kellermann
2024-11-04
1
-0
/
+2
*
common/buffer: silent compiler warning
Igor Fedotov
2023-10-25
1
-1
/
+2
*
common/bl: drop buffer::raw_char.
Radosław Zarzyński
2022-05-26
1
-21
/
+0
*
common/bl: drop clone() and clone_empty() from buffer::raw.
Radoslaw Zarzynski
2022-05-23
1
-36
/
+6
*
common/bl, tests: drop buffer::ptr::clone().
Radoslaw Zarzynski
2022-05-23
1
-5
/
+0
*
test/msgr: add unittest to simulate network block temporarily
Vicente Cheng
2022-02-07
1
-0
/
+2
*
common/bl: mark bl::prepare_iovs() const
Kefu Chai
2021-10-16
1
-1
/
+1
*
common/bl: simplify bl::prepare_iovs()
Kefu Chai
2021-10-16
1
-17
/
+16
*
common/bl: define iov_vec_t using a dedicated struct
Kefu Chai
2021-10-16
1
-9
/
+9
*
common/bl: move bl::prepare_iovs() to .cc file
Kefu Chai
2021-10-16
1
-0
/
+28
*
common/bl: abstract from _carriage checking in c_str().
Radoslaw Zarzynski
2021-09-13
1
-10
/
+9
*
common/bl: c_str() considers _carriage now.
Radoslaw Zarzynski
2021-09-13
1
-4
/
+7
*
common/bl: c_str() examines length instead of no. of bptrs.
Radoslaw Zarzynski
2021-07-20
1
-9
/
+8
*
Merge pull request #42112 from CongMinYin/fix-common-buffer-SIGABRT
Ilya Dryomov
2021-07-09
1
-2
/
+6
|
\
|
*
common/buffer: fix SIGABRT in rebuild_aligned_size_and_memory
Yin Congmin
2021-07-09
1
-2
/
+6
*
|
common/buffers: check _num directly in list::c_str()
Kefu Chai
2021-06-29
1
-8
/
+10
|
/
*
common/buffer: adjust align before calling posix_memalign()
Ilya Dryomov
2021-05-04
1
-4
/
+4
*
common/buffer.cc: use shift_round_up() when appropriate
Kefu Chai
2021-04-06
1
-2
/
+5
*
src/common/buffer.cc: change cast to static_cast in ceph::buffer::list::page_...
Duncan Bellamy
2021-04-04
1
-4
/
+4
*
Merge pull request #36549 from markhpc/wip-bl-dynamic_alen
Kefu Chai
2021-03-17
1
-2
/
+12
|
\
|
*
common/buffer: Implement dynamic alen in refill_append_space
Mark Nelson
2021-02-24
1
-2
/
+12
*
|
common: do not include RWLock.h unless it is used
Kefu Chai
2021-03-10
1
-1
/
+0
*
|
commom/buffer: use small page aligned when bufferlist prealloc memory
luo rixin
2020-12-23
1
-1
/
+1
*
|
Merge PR #32777 into master
Jan Fajerski
2020-11-09
1
-3
/
+44
|
\
\
|
*
|
tools,common,msg: Use O_BINARY for win32 compatibility
Lucian Petrut
2020-10-22
1
-3
/
+3
|
*
|
common,msg: Fix socket handling
Lucian Petrut
2020-10-13
1
-0
/
+41
*
|
|
Merge pull request #36754 from rzarzynski/wip-bs-filewriter-appender
Kefu Chai
2020-10-23
1
-29
/
+36
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
common/bl: drop claim_append_piecewise() from bufferlist.
Radoslaw Zarzynski
2020-08-21
1
-9
/
+0
|
*
|
common/bl: splice() doesn't thrash _carriage anymore.
Radoslaw Zarzynski
2020-08-21
1
-5
/
+11
|
*
|
common/bl: new incarnation of page_aligned_appender.
Radoslaw Zarzynski
2020-08-21
1
-0
/
+9
|
*
|
common/bl: refactor splice().
Radoslaw Zarzynski
2020-08-21
1
-7
/
+7
|
*
|
common/bl: multiple cleans-up for bufferlist::splice().
Radoslaw Zarzynski
2020-08-21
1
-11
/
+11
|
*
|
common/bl: add assertion in obtain_contigous_space().
Radoslaw Zarzynski
2020-08-21
1
-0
/
+1
|
|
/
*
|
common,os,kv: Define aligned_free
Lucian Petrut
2020-09-21
1
-2
/
+2
*
|
common/buffer: use homebrew BUF_OFFSETOF to replace offsetof()
Kefu Chai
2020-09-11
1
-1
/
+5
*
|
common/buffer: do not deref _raw ptr when checking for hypercombind buf
Kefu Chai
2020-09-07
1
-3
/
+9
|
/
*
common/bl: don't access raw::len directly. Use the getter instead.
Radoslaw Zarzynski
2020-07-24
1
-10
/
+9
*
common/bl: don't access raw::data directly. Use the getter instead.
Radoslaw Zarzynski
2020-07-24
1
-9
/
+9
*
Merge pull request #32707 from petrutlucian94/windows.4
Kefu Chai
2020-07-11
1
-2
/
+33
|
\
|
*
include,common: Add functions missing on Windows
Lucian Petrut
2020-07-08
1
-0
/
+31
|
*
common: Fix pointer to integer casts on Windows
Lucian Petrut
2020-06-22
1
-2
/
+2
*
|
Merge pull request #35764 from rzarzynski/wip-bl-cache-in-release
Kefu Chai
2020-07-07
1
-14
/
+22
|
\
\
|
*
|
common/bl: document and slightly optimize ptr::release().
Radoslaw Zarzynski
2020-07-07
1
-14
/
+22
|
|
/
*
|
Merge pull request #35729 from rzarzynski/wip-bl-deprecate-claim
Ilya Dryomov
2020-06-29
1
-8
/
+0
|
\
\
|
*
|
common/bl, *: deprecate list::claim() in favor of operator=(list&&).
Radoslaw Zarzynski
2020-06-29
1
-8
/
+0
|
|
/
*
/
common/bl: deduplicate code between claim_append() and clear().
Radoslaw Zarzynski
2020-06-22
1
-4
/
+1
|
/
*
Merge pull request #34189 from changchengx/bufferlist
Kefu Chai
2020-06-20
1
-7
/
+7
|
\
|
*
common/buffer: use bufferptr length directly for memory compare
Changcheng Liu
2020-06-14
1
-4
/
+4
|
*
common/buffer: use '\n' to replace with endl manipulator
Changcheng Liu
2020-06-14
1
-3
/
+3
*
|
common/mempool: copies bufferlist assignment to mempool through rebuild
Adam Kupczyk
2020-06-16
1
-0
/
+2
|
/
[next]