index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
/
osd_client.c
Age
Commit message (
Expand
)
Author
16 hours
Merge branch 'headers' of git://git.infradead.org/users/willy/pagecache.git
Mark Brown
14 days
libceph: validate OSD extent maps before cursor advance
Michael Bommarito
2026-08-25
net: Remove includes of pagemap.h
Matthew Wilcox (Oracle)
2026-08-12
libceph: fix OOB read in decode_watchers() via missing bounds check
Pavitra Jha
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-06
libceph: make calc_target() set t->paused, not just clear it
Ilya Dryomov
2026-01-05
libceph: reset sparse-read state in osd_fault()
Sam Edwards
2025-12-10
libceph: fix log output race condition in OSD client
Simon Buttgereit
2025-04-03
ceph: Remove osd_client deadcode
Dr. David Alan Gilbert
2024-12-16
ceph: allocate sparse_ext map only for sparse reads
Ilya Dryomov
2024-11-18
libceph: Remove unused ceph_osdc_watch_check
Dr. David Alan Gilbert
2024-02-07
libceph: just wait for more data to be available on the socket
Xiubo Li
2024-02-07
libceph: fail sparse-read if the data length doesn't match
Xiubo Li
2024-01-15
libceph: remove MAX_EXTENTS check for sparse reads
Xiubo Li
2023-08-24
libceph: allow ceph_osdc_new_request to accept a multi-op read
Jeff Layton
2023-08-24
libceph: add CEPH_OSD_OP_ASSERT_VER support
Jeff Layton
2023-08-22
libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
Jeff Layton
2023-08-22
libceph: add sparse read support to OSD client
Jeff Layton
2023-08-22
libceph: define struct ceph_sparse_extent and add some helpers
Jeff Layton
2023-08-22
libceph: add spinlock around osd->o_requests
Jeff Layton
2023-08-02
libceph: fix potential hang in ceph_osdc_notify()
Ilya Dryomov
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-08-03
libceph: clean up ceph_osdc_start_request prototype
Jeff Layton
2022-05-18
libceph: fix misleading ceph_osdc_cancel_request() comment
Ilya Dryomov
2022-05-18
libceph: fix potential use-after-free on linger ping and resends
Ilya Dryomov
2022-04-25
libceph: disambiguate cluster/pool full log message
Ilya Dryomov
2021-11-08
libceph, ceph: move ceph_osdc_copy_from() into cephfs code
Luís Henriques
2021-01-04
libceph, ceph: disambiguate ceph_connection_operations handlers
Ilya Dryomov
2020-12-14
libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1
Ilya Dryomov
2020-12-14
libceph, ceph: implement msgr2.1 protocol (crc and secure modes)
Ilya Dryomov
2020-12-14
libceph, ceph: get and handle cluster maps with addrvecs
Ilya Dryomov
2020-12-14
libceph, ceph: incorporate nautilus cephx changes
Ilya Dryomov
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-03
libceph: just have osd_req_op_init() return a pointer
Jeff Layton
2020-08-03
libceph: use target_copy() in send_linger()
Ilya Dryomov
2020-06-16
libceph: don't omit used_replica in target_copy()
Ilya Dryomov
2020-06-16
libceph: don't omit recovery_deletes in target_copy()
Ilya Dryomov
2020-06-16
libceph: move away from global osd_req_flags
Ilya Dryomov
2020-06-01
libceph: support for alloc hint flags
Ilya Dryomov
2020-06-01
libceph: read_from_replica option
Ilya Dryomov
2020-06-01
libceph: support for balanced and localized reads
Ilya Dryomov
2020-06-01
ceph: add read/write latency metric support
Xiubo Li
2020-05-27
libceph: ignore pool overlay and cache logic on redirects
Jerry Lee
2020-03-30
libceph: directly skip to the end of redirect reply
Ilya Dryomov
2020-03-30
ceph: move ceph_osdc_{read,write}pages to ceph.ko
Xiubo Li
2020-03-23
libceph: fix alloc_msg_with_page_vector() memory leaks
Ilya Dryomov
2020-01-27
ceph: use copy-from2 op in copy_file_range
Luis Henriques
2019-09-16
libceph: drop unused con parameter of calc_target()
Ilya Dryomov
2019-09-16
libceph: handle OSD op ceph_pagelist_append() errors
David Disseldorp
[next]