Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
32f3869184d498850d36b7e6aa3b9f5260ea648a
/
net
/
ceph
/
osd_client.c
70b5bfa
libceph: sync osd op definitions in rados.h
by Ilya Dryomov
· 10 years ago
91883cd
libceph: don't try checking queue_work() return value
by Ilya Dryomov
· 10 years ago
b9a6789
libceph: Convert pr_warning to pr_warn
by Joe Perches
· 10 years ago
2cc6128
libceph: resend lingering requests with a new tid
by Ilya Dryomov
· 10 years ago
f671b58
libceph: abstract out ceph_osd_request enqueue logic
by Ilya Dryomov
· 10 years ago
2d05f08
libceph: nuke ceph_osdc_unregister_linger_request()
by Ilya Dryomov
· 10 years ago
c9f9b93d
libceph: introduce ceph_osdc_cancel_request()
by Ilya Dryomov
· 10 years ago
4f23409
libceph: fix linger request check in __unregister_request()
by Ilya Dryomov
· 10 years ago
af59306
libceph: unregister only registered linger requests
by Ilya Dryomov
· 10 years ago
7c6e6fc
libceph: assert both regular and lingering lists in __remove_osd()
by Ilya Dryomov
· 10 years ago
6562d66
libceph: harden ceph_osdc_request_release() a bit
by Ilya Dryomov
· 10 years ago
9e94af2
libceph: move and add dout()s to ceph_osdc_request_{get,put}()
by Ilya Dryomov
· 10 years ago
bbf37ec
libceph: add maybe_move_osd_to_lru() and switch to it
by Ilya Dryomov
· 10 years ago
1d0326b
libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item
by Ilya Dryomov
· 10 years ago
f6479449
ceph: remove bogus extern
by stephen hemminger
· 10 years ago
240cd6a81
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
8008ab1
libceph: return primary from ceph_calc_pg_acting()
by Ilya Dryomov
· 11 years ago
a2505d6
libceph: split osdmap allocation and decode steps
by Ilya Dryomov
· 11 years ago
c647b8a
libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op
by Ilya Dryomov
· 11 years ago
7b25bf5
libceph: encode CEPH_OSD_OP_FLAG_* op flags
by Ilya Dryomov
· 11 years ago
2045cea
net: remove unnecessary return's
by stephen hemminger
· 11 years ago
ff513ac
libceph: take map_sem for read in handle_reply()
by Ilya Dryomov
· 11 years ago
0bbfdfe
libceph: factor out logic from ceph_osdc_start_request()
by Ilya Dryomov
· 11 years ago
c172ec5
libceph: fix error handling in ceph_osdc_init()
by Ilya Dryomov
· 11 years ago
205ee118
libceph: follow redirect replies from osds
by Ilya Dryomov
· 11 years ago
3c972c9
libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}
by Ilya Dryomov
· 11 years ago
17a13e4
libceph: follow {read,write}_tier fields on osd request submission
by Ilya Dryomov
· 11 years ago
7c13cb6
libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()
by Ilya Dryomov
· 11 years ago
4295f22
libceph: introduce and start using oid abstraction
by Ilya Dryomov
· 11 years ago
2d0ebc5
libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN
by Ilya Dryomov
· 11 years ago
22116525
libceph: start using oloc abstraction
by Ilya Dryomov
· 11 years ago
0b4af2e
libceph: dout() is missing a newline
by Ilya Dryomov
· 11 years ago
f2be82b
libceph: fix preallocation check in get_reply()
by Ilya Dryomov
· 11 years ago
3f0a4ac
libceph: rename front to front_len in get_reply()
by Ilya Dryomov
· 11 years ago
9a1ea2d
libceph: resend all writes after the osdmap loses the full flag
by Josh Durgin
· 11 years ago
d29adb3
libceph: block I/O when PAUSE or FULL osd map flags are set
by Josh Durgin
· 11 years ago
37c89bd
ceph: Add necessary clean up if invalid reply received in handle_reply()
by Li Wang
· 11 years ago
dd935f4
libceph: add function to ensure notifies are complete
by Josh Durgin
· 11 years ago
dbcae08
libceph: create_singlethread_workqueue() doesn't return ERR_PTRs
by Dan Carpenter
· 11 years ago
b72e19b
libceph: potential NULL dereference in ceph_osdc_handle_map()
by Dan Carpenter
· 11 years ago
1874119
libceph: fix error handling in handle_reply()
by Dan Carpenter
· 11 years ago
ad7a60d
ceph: punch hole support
by Li Wang
· 11 years ago
73d9f7e
libceph: unregister request in __map_request failed and nofail == false
by majianpeng
· 11 years ago
61c5d6b
libceph: call r_unsafe_callback when unsafe reply is received
by Yan, Zheng
· 11 years ago
ccca4e3
libceph: fix truncate size calculation
by Yan, Zheng
· 11 years ago
eb845ff
libceph: fix safe completion
by Yan, Zheng
· 11 years ago
4974341
libceph: print more info for short message header
by Alex Elder
· 11 years ago
96e4dac
libceph: add lingering request reference when registered
by Alex Elder
· 11 years ago
14d2f38
libceph: must hold mutex for reset_changed_osds()
by Alex Elder
· 12 years ago
c10ebbf
libceph: init sent and completed when starting
by Alex Elder
· 12 years ago
5522ae0
libceph: use slab cache for osd client requests
by Alex Elder
· 12 years ago
9ef1ee5
libceph: fix byte order mismatch
by Alex Elder
· 12 years ago
6c57b55
libceph: support pages for class request data
by Alex Elder
· 12 years ago
4971977
libceph: support raw data requests
by Alex Elder
· 12 years ago
863c7eb
libceph: clean up osd data field access functions
by Alex Elder
· 12 years ago
406e2c9
libceph: kill off osd data write_request parameters
by Alex Elder
· 12 years ago
26be880
libceph: change how "safe" callback is used
by Alex Elder
· 12 years ago
04017e2
libceph: make method call data be a separate data item
by Alex Elder
· 12 years ago
90af360
libceph: add, don't set data for a message
by Alex Elder
· 12 years ago
5476492
libceph: kill off osd request r_data_in and r_data_out
by Alex Elder
· 12 years ago
ec9123c
libceph: set the data pointers when encoding ops
by Alex Elder
· 12 years ago
a4ce40a
libceph: combine initializing and setting osd data
by Alex Elder
· 12 years ago
39b44cb
libceph: set message data when building osd request
by Alex Elder
· 12 years ago
e65550f
libceph: move ceph_osdc_build_request()
by Alex Elder
· 12 years ago
5f562df
libceph: format class info at init time
by Alex Elder
· 12 years ago
c99d2d4
libceph: specify osd op by index in request
by Alex Elder
· 12 years ago
8c042b0
libceph: add data pointers in osd op structures
by Alex Elder
· 12 years ago
54d5064
libceph: rename data out field in osd request op
by Alex Elder
· 12 years ago
7952873
libceph: keep source rather than message osd op array
by Alex Elder
· 12 years ago
23c08a9cb
libceph: define ceph_osd_data_length()
by Alex Elder
· 12 years ago
c54d47b
libceph: define a few more helpers
by Alex Elder
· 12 years ago
43bfe5d
libceph: define osd data initialization helpers
by Alex Elder
· 12 years ago
9fc6e06
libceph: compute incoming bytes once
by Alex Elder
· 12 years ago
e5975c7
ceph: build osd request message later for writepages
by Alex Elder
· 12 years ago
02ee07d
libceph: hold off building osd request
by Alex Elder
· 12 years ago
acead00
libceph: don't build request in ceph_osdc_new_request()
by Alex Elder
· 12 years ago
a193080
libceph: record message data length
by Alex Elder
· 12 years ago
ace6d3a
libceph: drop ceph_osd_request->r_con_filling_msg
by Alex Elder
· 12 years ago
ef4859d
libceph: define ceph_decode_pgid() only once
by Alex Elder
· 12 years ago
8058fd4
libceph: drop mutex on error in handle_reply()
by Alex Elder
· 12 years ago
b027032
libceph: use osd_req_op_extent_init()
by Alex Elder
· 12 years ago
d18d1e2
libceph: clean up ceph_osd_new_request()
by Alex Elder
· 12 years ago
a19dadf
libceph: don't update op in calc_layout()
by Alex Elder
· 12 years ago
75d1c94
libceph: pass offset and length out of calc_layout()
by Alex Elder
· 12 years ago
33803f3
libceph: define source request op functions
by Alex Elder
· 12 years ago
a8dd0a3
libceph: define osd_req_opcode_valid()
by Alex Elder
· 12 years ago
0baa1bd
libceph: be explicit in masking bottom 16 bits
by Alex Elder
· 12 years ago
7e2766a
libceph: send queued requests when starting new one
by Alex Elder
· 12 years ago
ad88592
libceph: keep request lists in tid order
by Alex Elder
· 12 years ago
e02493c
libceph: requeue only sent requests when kicking
by Alex Elder
· 12 years ago
92451b4
libceph: no more kick_requests() race
by Alex Elder
· 12 years ago
dc4b870
libceph: slightly defer registering osd request
by Alex Elder
· 12 years ago
27859f9
libceph: wrap auth ops in wrapper functions
by Sage Weil
· 12 years ago
0bed9b5
libceph: add update_authorizer auth method
by Sage Weil
· 12 years ago
95e072e
libceph: kill osd request r_trail
by Alex Elder
· 12 years ago
9a5e6d0
libceph: have osd requests support pagelist data
by Alex Elder
· 12 years ago
175face
libceph: let osd ops determine request data length
by Alex Elder
· 12 years ago
7063677
libceph: set response data fields earlier
by Alex Elder
· 12 years ago
ebf18f4
ceph: only set message data pointers if non-empty
by Alex Elder
· 12 years ago
27fa838
libceph: isolate other message data fields
by Alex Elder
· 12 years ago
Next »