index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
ceph
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-10
Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-173
/
+144
2025-10-08
libceph: add empty check to ceph_con_get_out_msg()
Max Kellermann
3
-9
/
+8
2025-10-08
libceph: pass the message pointer instead of loading con->out_msg
Max Kellermann
3
-105
/
+112
2025-10-08
libceph: make ceph_con_get_out_msg() return the message pointer
Max Kellermann
2
-4
/
+3
2025-10-08
libceph: Use HMAC-SHA256 library instead of crypto_shash
Eric Biggers
2
-57
/
+23
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-10
libceph: fix invalid accesses to ceph_connection_v1_info
Ilya Dryomov
1
-3
/
+4
2025-07-04
libceph: Rename hmac_sha256() to ceph_hmac_sha256()
Eric Biggers
1
-6
/
+6
2025-04-25
Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-23
/
+0
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
1
-1
/
+1
2025-04-03
ceph: Remove osd_client deadcode
Dr. David Alan Gilbert
1
-23
/
+0
2024-12-16
ceph: allocate sparse_ext map only for sparse reads
Ilya Dryomov
1
-0
/
+2
2024-11-18
libceph: Remove unused ceph_crypto_key_encode
Dr. David Alan Gilbert
2
-13
/
+0
2024-11-18
libceph: Remove unused ceph_osdc_watch_check
Dr. David Alan Gilbert
1
-34
/
+0
2024-11-18
libceph: Remove unused pagevec functions
Dr. David Alan Gilbert
1
-52
/
+0
2024-11-18
libceph: Remove unused ceph_pagelist functions
Dr. David Alan Gilbert
1
-38
/
+0
2024-08-27
libceph: use min() to simplify code in ceph_dns_resolve_name()
Li Zetao
1
-1
/
+1
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-02
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
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-24
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
1
-72
/
+19
2023-06-24
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-40
/
+20
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
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
[next]