index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-11
libceph: fix crush_choose_firstn() kernel-doc warnings
Jeff Johnson
1
-0
/
+4
2024-07-11
libceph: suppress crush_choose_indep() kernel-doc warnings
Jeff Johnson
1
-2
/
+1
2024-07-10
libceph: fix race between delayed_work() and ceph_monc_stop()
Ilya Dryomov
1
-2
/
+12
2024-03-06
libceph: init the cursor when preparing sparse read in msgr2
Xiubo Li
1
-0
/
+3
2024-02-07
libceph: just wait for more data to be available on the socket
Xiubo Li
3
-20
/
+18
2024-02-07
libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()
Xiubo Li
1
-4
/
+4
2024-02-07
libceph: fail sparse-read if the data length doesn't match
Xiubo Li
1
-3
/
+15
2024-01-15
libceph: remove MAX_EXTENTS check for sparse reads
Xiubo Li
1
-13
/
+4
2023-11-03
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-4
/
+0
2023-10-27
libceph: stop checking crypto_shash_alignmask
Eric Biggers
1
-4
/
+0
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-10-09
libceph: use kernel_connect()
Jordan Rife
1
-2
/
+2
2023-09-18
ceph: Annotate struct ceph_monmap with __counted_by
Kees Cook
1
-1
/
+1
2023-08-24
libceph: do not include crypto/algapi.h
Herbert Xu
1
-1
/
+1
2023-08-24
libceph: allow ceph_osdc_new_request to accept a multi-op read
Jeff Layton
1
-6
/
+21
2023-08-24
libceph: add CEPH_OSD_OP_ASSERT_VER support
Jeff Layton
1
-0
/
+5
2023-08-22
libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
Jeff Layton
2
-0
/
+104
2023-08-22
libceph: add sparse read support to OSD client
Jeff Layton
1
-4
/
+253
2023-08-22
libceph: add sparse read support to msgr1
Jeff Layton
1
-8
/
+90
2023-08-22
libceph: support sparse reads on msgr2 secure codepath
Jeff Layton
1
-10
/
+110
2023-08-22
libceph: new sparse_read op, support sparse reads on msgr2 crc codepath
Jeff Layton
2
-9
/
+159
2023-08-22
libceph: define struct ceph_sparse_extent and add some helpers
Jeff Layton
1
-0
/
+13
2023-08-22
libceph: add spinlock around osd->o_requests
Jeff Layton
1
-0
/
+5
2023-08-02
libceph: fix potential hang in ceph_osdc_notify()
Ilya Dryomov
1
-6
/
+14
2023-07-26
rbd: harden get_lock_owner_info() a bit
Ilya Dryomov
1
-0
/
+1
2023-07-13
libceph: harden msgr2.1 frame segment length checks
Ilya Dryomov
1
-15
/
+26
2023-06-27
libceph: Partially revert changes to support MSG_SPLICE_PAGES
David Howells
2
-39
/
+107
2023-06-25
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
1
-72
/
+19
2023-06-25
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-40
/
+20
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+4
2023-02-03
libceph: use bvec_set_page to initialize bvecs
Christoph Hellwig
2
-22
/
+13
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+4
2022-12-20
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
1
-0
/
+1
2022-12-13
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-9
/
+9
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2
-9
/
+9
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2
-2
/
+2
2022-10-17
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2
-2
/
+2
2022-10-04
libceph: drop last_piece flag from ceph_msg_data_cursor
Jeff Layton
3
-39
/
+9
2022-08-03
libceph: clean up ceph_osdc_start_request prototype
Jeff Layton
1
-9
/
+6
2022-08-03
libceph: fix ceph_pagelist_reserve() comment typo
Jason Wang
1
-1
/
+1
2022-08-03
libceph: print fsid and epoch with osd id
Daichi Mukai
1
-7
/
+23
2022-08-03
libceph: check pointer before assigned to "c->rules[]"
Li Qiong
1
-1
/
+1
2022-05-25
libceph: use swap() macro instead of taking tmp variable
Guo Zhengkui
1
-4
/
+1
2022-05-18
libceph: fix misleading ceph_osdc_cancel_request() comment
Ilya Dryomov
1
-2
/
+7
2022-05-18
libceph: fix potential use-after-free on linger ping and resends
Ilya Dryomov
1
-183
/
+119
2022-04-25
libceph: disambiguate cluster/pool full log message
Ilya Dryomov
1
-1
/
+5
2022-03-01
libceph: drop else branches in prepare_read_data{,_cont}
Jeff Layton
1
-6
/
+2
2022-02-02
libceph: optionally use bounce buffer on recv path in crc mode
Ilya Dryomov
4
-20
/
+103
2022-02-02
libceph: make recv path in secure mode work the same as send path
Ilya Dryomov
1
-62
/
+154
[next]