index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
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
2013-02-26
libceph: update osd request/reply encoding
Sage Weil
1
-63
/
+170
2013-02-26
libceph: calculate placement based on the internal data types
Sage Weil
1
-4
/
+7
2013-02-26
libceph: decode into cpu-native ceph_pg type
Sage Weil
1
-4
/
+5
2013-02-26
libceph: rename ceph_pg -> ceph_pg_v1
Sage Weil
1
-1
/
+1
2013-02-19
libceph: allow STAT osd operations
Alex Elder
1
-1
/
+2
2013-02-19
libceph: simplify data length calculation
Alex Elder
1
-8
/
+4
2013-02-18
libceph: remove dead code in osd_req_encode_op()
Alex Elder
1
-26
/
+5
2013-02-18
libceph: report defined but unsupported osd ops
Alex Elder
1
-0
/
+54
2013-02-18
libceph: kill ceph_osdc_wait_event()
Alex Elder
1
-18
/
+0
2013-02-18
libceph: kill ceph_osdc_create_event() "one_shot" parameter
Alex Elder
1
-6
/
+5
2013-02-18
libceph: kill ceph_calc_raw_layout()
Alex Elder
1
-45
/
+32
2013-02-18
libdeph: don't export ceph_osdc_init() or ceph_osdc_stop()
Alex Elder
1
-2
/
+0
2013-02-18
libceph: lock outside send_queued()
Alex Elder
1
-10
/
+9
2013-02-18
ceph: kill ceph_osdc_new_request() "num_reply" parameter
Alex Elder
1
-3
/
+3
2013-02-18
ceph: kill ceph_osdc_writepages() "flags" parameter
Alex Elder
1
-4
/
+2
2013-02-18
ceph: kill ceph_osdc_writepages() "dosync" parameter
Alex Elder
1
-2
/
+2
2013-02-18
ceph: kill ceph_osdc_writepages() "nofail" parameter
Alex Elder
1
-3
/
+3
2013-02-13
libceph: don't require r_num_pages for bio requests
Alex Elder
1
-3
/
+4
2013-02-13
rbd: don't take extra bio reference for osd client
Alex Elder
1
-4
/
+0
2013-01-17
libceph: pass num_op with ops
Alex Elder
1
-28
/
+15
2013-01-17
libceph: don't set pages or bio in ceph_osdc_alloc_request()
Alex Elder
1
-13
/
+2
2013-01-17
libceph: don't set flags in ceph_osdc_alloc_request()
Alex Elder
1
-7
/
+4
2013-01-17
libceph: drop osdc from ceph_calc_raw_layout()
Alex Elder
1
-6
/
+4
2013-01-17
libceph: drop snapid in ceph_calc_raw_layout()
Alex Elder
1
-10
/
+4
2013-01-17
libceph: pass length to ceph_calc_file_object_mapping()
Alex Elder
1
-2
/
+4
2013-01-17
libceph: pass length to ceph_osdc_build_request()
Alex Elder
1
-3
/
+3
2013-01-17
libceph: kill op_needs_trail()
Alex Elder
1
-23
/
+4
2013-01-17
libceph: always allow trail in osd request
Alex Elder
1
-31
/
+12
2013-01-17
rbd: drop oid parameters from ceph_osdc_build_request()
Alex Elder
1
-8
/
+5
2013-01-17
libceph: reformat __reset_osd()
Alex Elder
1
-14
/
+18
2013-01-17
ceph: re-calculate truncate_size for strip object
Yan, Zheng
1
-0
/
+8
2012-12-27
libceph: always reset osds when kicking
Alex Elder
1
-2
/
+2
2012-12-27
libceph: move linger requests sooner in kick_requests()
Alex Elder
1
-11
/
+19
2012-12-20
libceph: register request before unregister linger
Alex Elder
1
-1
/
+1
2012-12-20
libceph: don't use rb_init_node() in ceph_osdc_alloc_request()
Alex Elder
1
-1
/
+1
2012-12-20
libceph: init event->node in ceph_osdc_create_event()
Alex Elder
1
-0
/
+1
2012-12-20
libceph: init osd->o_node in create_osd()
Alex Elder
1
-0
/
+1
2012-12-17
rbd: remove linger unconditionally
Alex Elder
1
-1
/
+1
2012-12-17
libceph: avoid using freed osd in __kick_osd_requests()
Alex Elder
1
-1
/
+2
2012-12-17
ceph: don't reference req after put
Alex Elder
1
-1
/
+1
2012-12-13
libceph: remove 'osdtimeout' option
Sage Weil
1
-43
/
+4
2012-10-01
ceph: propagate layout error on osd request creation
Sage Weil
1
-6
/
+9
2012-10-01
libceph: check for invalid mapping
Sage Weil
1
-12
/
+20
2012-07-30
libceph: be less chatty about stray replies
Sage Weil
1
-2
/
+2
2012-07-30
libceph: trivial fix for the incorrect debug output
Jiaju Zhang
1
-1
/
+1
2012-07-30
libceph: resubmit linger ops when pg mapping changes
Sage Weil
1
-5
/
+21
2012-07-30
libceph: initialize rb, list nodes in ceph_osd_request
Sage Weil
1
-0
/
+3
2012-07-30
libceph: initialize msgpool message types
Sage Weil
1
-3
/
+4
2012-07-05
libceph: set peer name on con_open, not init
Sage Weil
1
-4
/
+6
2012-06-15
Merge tag 'v3.5-rc1'
Sage Weil
1
-1
/
+1
[next]