index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
/
osd_client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-03
libceph: just have osd_req_op_init() return a pointer
Jeff Layton
1
-23
/
+16
2020-08-03
libceph: use target_copy() in send_linger()
Ilya Dryomov
1
-3
/
+1
2020-06-16
libceph: don't omit used_replica in target_copy()
Ilya Dryomov
1
-0
/
+1
2020-06-16
libceph: don't omit recovery_deletes in target_copy()
Ilya Dryomov
1
-0
/
+1
2020-06-16
libceph: move away from global osd_req_flags
Ilya Dryomov
1
-5
/
+2
2020-06-02
libceph: support for alloc hint flags
Ilya Dryomov
1
-1
/
+7
2020-06-01
libceph: read_from_replica option
Ilya Dryomov
1
-1
/
+4
2020-06-01
libceph: support for balanced and localized reads
Ilya Dryomov
1
-4
/
+83
2020-06-01
ceph: add read/write latency metric support
Xiubo Li
1
-0
/
+3
2020-05-27
libceph: ignore pool overlay and cache logic on redirects
Jerry Lee
1
-1
/
+3
2020-03-30
libceph: directly skip to the end of redirect reply
Ilya Dryomov
1
-3
/
+0
2020-03-30
ceph: move ceph_osdc_{read,write}pages to ceph.ko
Xiubo Li
1
-79
/
+0
2020-03-23
libceph: fix alloc_msg_with_page_vector() memory leaks
Ilya Dryomov
1
-11
/
+3
2020-01-27
ceph: use copy-from2 op in copy_file_range
Luis Henriques
1
-6
/
+12
2019-09-16
libceph: drop unused con parameter of calc_target()
Ilya Dryomov
1
-7
/
+5
2019-09-16
libceph: handle OSD op ceph_pagelist_append() errors
David Disseldorp
1
-5
/
+22
2019-09-16
libceph: add function that clears osd client's abort_err
Yan, Zheng
1
-0
/
+8
2019-09-16
libceph: add function that reset client's entity addr
Yan, Zheng
1
-0
/
+18
2019-08-22
libceph: fix PG split vs OSD (re)connect race
Ilya Dryomov
1
-5
/
+4
2019-07-08
libceph: export osd_req_op_data() macro
Ilya Dryomov
1
-8
/
+0
2019-07-08
libceph: change ceph_osdc_call() to take page vector for response
Ilya Dryomov
1
-5
/
+5
2019-07-08
libceph: rename r_unsafe_item to r_private_item
Ilya Dryomov
1
-2
/
+2
2019-07-08
libceph: fix watch_item_t decoding to use ceph_decode_entity_addr
Jeff Layton
1
-7
/
+13
2019-05-17
Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2019-05-07
libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer
Jeff Layton
1
-1
/
+1
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
1
-1
/
+1
2019-01-08
libceph: allow setting abort_on_full for rbd
Dongsheng Yang
1
-2
/
+2
2018-10-22
libceph: support the RADOS copy-from operation
Luis Henriques
1
-0
/
+90
2018-10-22
libceph: check reply num_data_items in setup_request_data()
Ilya Dryomov
1
-25
/
+23
2018-10-22
libceph: preallocate message data items
Ilya Dryomov
1
-14
/
+88
2018-10-22
libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls
Ilya Dryomov
1
-17
/
+21
2018-10-22
libceph: introduce alloc_watch_request()
Ilya Dryomov
1
-9
/
+19
2018-10-22
libceph: assign cookies in linger_submit()
Ilya Dryomov
1
-21
/
+27
2018-10-22
libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()
Ilya Dryomov
1
-2
/
+2
2018-10-22
libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()
Ilya Dryomov
1
-6
/
+0
2018-10-22
libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()
Ilya Dryomov
1
-0
/
+8
2018-10-22
libceph: introduce ceph_pagelist_alloc()
Ilya Dryomov
1
-10
/
+4
2018-10-22
libceph: osd_req_op_cls_init() doesn't need to take opcode
Ilya Dryomov
1
-5
/
+4
2018-08-02
libceph: add authorizer challenge
Ilya Dryomov
1
-0
/
+11
2018-08-02
libceph: use timespec64 for r_mtime
Arnd Bergmann
1
-4
/
+4
2018-08-02
libceph: make ceph_osdc_notify{,_ack}() payload_len u32
Ilya Dryomov
1
-4
/
+4
2018-06-15
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-86
/
+130
2018-06-07
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+1
2018-06-04
libceph: allocate the locator string with GFP_NOFAIL
Ilya Dryomov
1
-9
/
+1
2018-06-04
libceph: make abort_on_full a per-osdc setting
Ilya Dryomov
1
-5
/
+4
2018-06-04
libceph: don't abort reads in ceph_osdc_abort_on_full()
Ilya Dryomov
1
-1
/
+2
2018-06-04
libceph: avoid a use-after-free during map check
Ilya Dryomov
1
-1
/
+1
2018-06-04
libceph: don't warn if req->r_abort_on_full is set
Ilya Dryomov
1
-4
/
+6
[next]