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.13.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
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
2018-06-04
libceph: use for_each_request() in ceph_osdc_abort_on_full()
Ilya Dryomov
1
-53
/
+26
2018-06-04
libceph: defer __complete_request() to a workqueue
Ilya Dryomov
1
-1
/
+18
2018-06-04
libceph: move more code into __complete_request()
Ilya Dryomov
1
-8
/
+6
2018-06-04
libceph: no need to call flush_workqueue() before destruction
Ilya Dryomov
1
-1
/
+0
2018-06-04
libceph: introduce ceph_osdc_abort_requests()
Ilya Dryomov
1
-5
/
+62
2018-06-04
libceph, rbd: add error handling for osd_req_op_cls_init()
Chengguang Xu
1
-3
/
+9
2018-05-10
libceph: add osd_req_op_extent_osd_data_bvecs()
Ilya Dryomov
1
-4
/
+23
2018-04-02
libceph, ceph: add __init attribution to init funcitons
Chengguang Xu
1
-3
/
+1
2018-04-02
libceph, ceph: move ceph_calc_file_object_mapping() to striper.c
Ilya Dryomov
1
-0
/
+1
2018-04-02
libceph: introduce BVECS data type
Ilya Dryomov
1
-0
/
+39
2018-04-02
libceph, rbd: new bio handling code (aka don't clone bios)
Ilya Dryomov
1
-5
/
+8
2018-04-02
libceph, ceph: change ceph_calc_file_object_mapping() signature
Ilya Dryomov
1
-6
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-06
ceph: nuke startsync op
Yanhu Cao
1
-5
/
+0
2017-08-01
libceph: make RECOVERY_DELETES feature create a new interval
Ilya Dryomov
1
-0
/
+5
2017-08-01
libceph: make encode_request_*() work with r_mempool requests
Ilya Dryomov
1
-3
/
+6
2017-07-17
libceph: don't call encode_request_finish() on MOSDBackoff messages
Ilya Dryomov
1
-1
/
+4
2017-07-07
libceph: respect RADOS_BACKOFF backoffs
Ilya Dryomov
1
-0
/
+593
2017-07-07
libceph: avoid unnecessary pi lookups in calc_target()
Ilya Dryomov
1
-4
/
+4
2017-07-07
libceph: use target pi for calc_target() calculations
Ilya Dryomov
1
-1
/
+8
2017-07-07
libceph: always populate t->target_{oid,oloc} in calc_target()
Ilya Dryomov
1
-11
/
+4
2017-07-07
libceph: make sure need_resend targets reflect latest map
Ilya Dryomov
1
-8
/
+25
2017-07-07
libceph: delete from need_resend_linger before check_linger_pool_dne()
Ilya Dryomov
1
-0
/
+1
2017-07-07
libceph: resend on PG splits if OSD has RESEND_ON_SPLIT
Ilya Dryomov
1
-7
/
+14
2017-07-07
libceph: drop need_resend from calc_target()
Ilya Dryomov
1
-7
/
+11
2017-07-07
libceph: MOSDOp v8 encoding (actual spgid + full hash)
Ilya Dryomov
1
-19
/
+134
2017-07-07
libceph: encode_{pgid,oloc}() helpers
Ilya Dryomov
1
-23
/
+27
2017-07-07
libceph: introduce ceph_spg, ceph_pg_to_primary_shard()
Ilya Dryomov
1
-2
/
+5
2017-07-07
libceph: fold [l]req->last_force_resend into ceph_osd_request_target
Ilya Dryomov
1
-11
/
+10
2017-05-10
Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-16
/
+123
2017-05-09
fs: ceph: CURRENT_TIME with ktime_get_real_ts()
Deepa Dinamani
1
-2
/
+2
2017-05-04
libceph: add an epoch_barrier field to struct ceph_osd_client
Jeff Layton
1
-7
/
+72
2017-05-04
libceph: abort already submitted but abortable requests when map or pool goes...
Jeff Layton
1
-0
/
+34
[next]