index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
blk
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk/KernelDevice: using join() to wait thread end is more safe
Yite Gu
2024-09-26
2
-14
/
+11
*
Merge pull request #58952 from YiteGu/add-perfcounter-for-blk-discard
Igor Fedotov
2024-09-25
2
-2
/
+26
|
\
|
*
blk/kerneldevice: add perfcounter for block async discard
Yite Gu
2024-08-12
2
-0
/
+23
|
*
os/bluestore: passing device type name parameter to kernel device
Yite Gu
2024-08-08
2
-2
/
+3
*
|
blk/kernel: Fix uninitialized discard_stop
Adam Kupczyk
2024-08-05
1
-0
/
+1
|
/
*
Merge pull request #58409 from baergj/upstream-fix-async-discard-on-start
Laura Flores
2024-07-29
2
-77
/
+46
|
\
|
*
blk/KernelDevice: Unify discard thread management
Joshua Baergen
2024-07-15
2
-70
/
+36
|
*
blk/KernelDevice: Fix several issues with stopping discard threads
Joshua Baergen
2024-07-03
1
-20
/
+17
|
*
blk/KernelDevice: React to bdev_enable_discard changes in handle_conf_change()
Joshua Baergen
2024-07-03
1
-3
/
+9
*
|
blk/aio: fix compile issue when HAVE_LIBURING isn't defined
Yingxin Cheng
2024-07-23
1
-1
/
+1
*
|
Merge pull request #56352 from ifed01/wip-ifed-many-many-extents-read
Yuri Weinstein
2024-07-18
3
-8
/
+5
|
\
\
|
*
|
osd: Remove aios_size argument from submit_batch
Robin Geuze
2024-04-12
3
-6
/
+3
|
*
|
blk/kernel: always use ceph_assert
Igor Fedotov
2024-04-12
1
-3
/
+3
*
|
|
Merge pull request #57722 from sajibreadd/wip-62500
Adam Kupczyk
2024-07-17
1
-0
/
+4
|
\
\
\
|
*
|
|
Warning added for slow operations and stalled read in BlueStore. User can con...
sajibreadd
2024-06-26
1
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #57369 from YiteGu/bluestore-offline-trim
Adam Kupczyk
2024-07-09
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tools/bluestore: Add command 'trim' to ceph-bluestore-tool
yite.gu
2024-05-16
1
-2
/
+2
|
|
/
*
|
style changes requested by Igor
Gabriel BenHanokh
2024-04-10
1
-1
/
+1
*
|
Limit private discarded queue for threads to a small items count.
Gabriel BenHanokh
2024-04-09
2
-11
/
+26
*
|
On graceful shutdown we will wait for discard queue to drain before storing t...
Gabriel BenHanokh
2024-04-09
2
-25
/
+3
*
|
os/BlueStore: NCB fix for leaked space when bdev_async_discard is enabled
Gabriel BenHanokh
2024-04-09
2
-2
/
+24
|
/
*
blk: support bdev_async_discard_threads == 0
Matt Vandermeulen
2024-02-16
2
-19
/
+23
*
blk: add threaded discard support to kernel devices
Matt Vandermeulen
2024-02-08
2
-37
/
+141
*
Merge pull request #49132 from aclamk/wip-aclamk-bs-excl-lock
Yuri Weinstein
2023-02-09
1
-1
/
+22
|
\
|
*
blk/kernel: Add O_EXCL for block devices
Adam Kupczyk
2023-01-25
1
-1
/
+22
*
|
Merge pull request #48416 from Rethan/wip-bluestore-discard-thread
Yuri Weinstein
2022-12-15
2
-18
/
+37
|
\
\
|
*
|
blk/KernelDevice: don't start discard thread if device not support_discard
haoyixing
2022-10-26
2
-18
/
+37
*
|
|
blk/kernel: Fix error code mapping in KernelDevice::read.
Joshua Baergen
2022-10-12
1
-1
/
+1
|
|
/
|
/
|
*
|
blk/kernel: add plugin system for devices with compression and move VDO suppo...
Martin Ohmacht
2022-09-28
2
-30
/
+20
|
/
*
blk/KernelDevice: Modify the rotational and discard check log message
Vikhyat Umrao
2022-08-24
1
-1
/
+1
*
common/bl: drop clone() and clone_empty() from buffer::raw.
Radoslaw Zarzynski
2022-05-23
1
-5
/
+0
*
bdev: fix FTBFS on FreeBSD, keep the huge paged read buffers.
Radoslaw Zarzynski
2022-03-31
1
-0
/
+11
*
test/objectstore: verify the huge page-backed reading of BlueStore.
Radoslaw Zarzynski
2022-01-12
1
-2
/
+5
*
blk: don't cache the huge page-based buffers of KernelDevice.
Radoslaw Zarzynski
2022-01-12
2
-4
/
+6
*
blk: introduce multi-size huge page pools to KernelDevice.
Radoslaw Zarzynski
2022-01-12
1
-15
/
+64
*
blk: move the buffer size of ExplicitHugePagePool to run-time.
Radoslaw Zarzynski
2022-01-12
1
-11
/
+12
*
blk: bring MAP_HUGETLB-based buffer pool to KernelDevice.
Radoslaw Zarzynski
2022-01-12
2
-8
/
+104
*
blk: make the buffer alignment configurable in KernelDevice.
Radoslaw Zarzynski
2022-01-12
1
-2
/
+18
*
os/bluestore: Set min_alloc_size to optimal io size
Curt Bruns
2021-11-05
1
-0
/
+2
*
blk/zones: implement HMSMRDevice has KernelDevice child
Sage Weil
2021-10-29
2
-1
/
+12
*
blk: start 1st line of hexdump() on a new line
Willem Jan Withagen
2021-08-19
1
-5
/
+5
*
blk: build without "using namespace std"
Kefu Chai
2021-08-13
2
-1
/
+4
*
blk/kernel: Only use file hint capabilities if available.
Willem Jan Withagen
2021-07-07
1
-1
/
+7
*
blk/kernel: reorganise and use fd in debug
Willem Jan Withagen
2021-07-07
1
-1
/
+1
*
blk: use choose_fd for all filehandle references
Willem Jan Withagen
2021-07-07
2
-8
/
+7
*
blk/KernelDevice: be more verbose on read errors.
Igor Fedotov
2021-06-16
1
-1
/
+2
*
blk/kernel: explicit assign to fields in struct
Willem Jan Withagen
2021-05-09
1
-2
/
+2
*
blk/BlockDevice: Remove reap_ioc logic
Adam Kupczyk
2021-03-11
1
-2
/
+0
*
Merge pull request #39132 from rzarzynski/wip-blk-ptr_node-for-aio
Kefu Chai
2021-01-31
1
-4
/
+4
|
\
|
*
blk: avoid temporary bptrs on aio paths; use ptr_node instead.
Radoslaw Zarzynski
2021-01-28
1
-4
/
+4
[next]