index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
/
osd_client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ceph: remove bogus extern
stephen hemminger
2014-06-11
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2014-04-07
1
-7
/
+34
|
\
|
*
libceph: return primary from ceph_calc_pg_acting()
Ilya Dryomov
2014-04-04
1
-6
/
+4
|
*
libceph: split osdmap allocation and decode steps
Ilya Dryomov
2014-04-04
1
-1
/
+1
|
*
libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op
Ilya Dryomov
2014-04-03
1
-0
/
+27
|
*
libceph: encode CEPH_OSD_OP_FLAG_* op flags
Ilya Dryomov
2014-04-03
1
-0
/
+2
*
|
net: remove unnecessary return's
stephen hemminger
2014-02-13
1
-2
/
+0
|
/
*
libceph: take map_sem for read in handle_reply()
Ilya Dryomov
2014-02-07
1
-6
/
+11
*
libceph: factor out logic from ceph_osdc_start_request()
Ilya Dryomov
2014-02-07
1
-23
/
+39
*
libceph: fix error handling in ceph_osdc_init()
Ilya Dryomov
2014-02-03
1
-1
/
+4
*
libceph: follow redirect replies from osds
Ilya Dryomov
2014-01-27
1
-9
/
+158
*
libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}
Ilya Dryomov
2014-01-27
1
-15
/
+15
*
libceph: follow {read,write}_tier fields on osd request submission
Ilya Dryomov
2014-01-27
1
-2
/
+28
*
libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()
Ilya Dryomov
2014-01-27
1
-2
/
+2
*
libceph: introduce and start using oid abstraction
Ilya Dryomov
2014-01-27
1
-8
/
+9
*
libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN
Ilya Dryomov
2014-01-27
1
-1
/
+1
*
libceph: start using oloc abstraction
Ilya Dryomov
2014-01-27
1
-3
/
+5
*
libceph: dout() is missing a newline
Ilya Dryomov
2014-01-26
1
-2
/
+2
*
libceph: fix preallocation check in get_reply()
Ilya Dryomov
2014-01-14
1
-2
/
+2
*
libceph: rename front to front_len in get_reply()
Ilya Dryomov
2014-01-14
1
-4
/
+5
*
libceph: resend all writes after the osdmap loses the full flag
Josh Durgin
2013-12-13
1
-6
/
+22
*
libceph: block I/O when PAUSE or FULL osd map flags are set
Josh Durgin
2013-12-13
1
-2
/
+27
*
ceph: Add necessary clean up if invalid reply received in handle_reply()
Li Wang
2013-12-13
1
-0
/
+7
*
libceph: add function to ensure notifies are complete
Josh Durgin
2013-09-09
1
-0
/
+11
*
libceph: create_singlethread_workqueue() doesn't return ERR_PTRs
Dan Carpenter
2013-08-27
1
-4
/
+2
*
libceph: potential NULL dereference in ceph_osdc_handle_map()
Dan Carpenter
2013-08-27
1
-0
/
+2
*
libceph: fix error handling in handle_reply()
Dan Carpenter
2013-08-27
1
-3
/
+3
*
ceph: punch hole support
Li Wang
2013-08-15
1
-2
/
+9
*
libceph: unregister request in __map_request failed and nofail == false
majianpeng
2013-08-09
1
-0
/
+2
*
libceph: call r_unsafe_callback when unsafe reply is received
Yan, Zheng
2013-07-03
1
-7
/
+7
*
libceph: fix truncate size calculation
Yan, Zheng
2013-07-03
1
-6
/
+8
*
libceph: fix safe completion
Yan, Zheng
2013-07-03
1
-9
/
+8
*
libceph: print more info for short message header
Alex Elder
2013-07-03
1
-2
/
+4
*
libceph: add lingering request reference when registered
Alex Elder
2013-07-03
1
-7
/
+5
*
libceph: must hold mutex for reset_changed_osds()
Alex Elder
2013-05-17
1
-1
/
+1
*
libceph: init sent and completed when starting
Alex Elder
2013-05-13
1
-1
/
+4
*
libceph: use slab cache for osd client requests
Alex Elder
2013-05-02
1
-2
/
+25
*
libceph: fix byte order mismatch
Alex Elder
2013-05-01
1
-2
/
+1
*
libceph: support pages for class request data
Alex Elder
2013-05-01
1
-0
/
+12
*
libceph: support raw data requests
Alex Elder
2013-05-01
1
-4
/
+34
*
libceph: clean up osd data field access functions
Alex Elder
2013-05-01
1
-33
/
+15
*
libceph: kill off osd data write_request parameters
Alex Elder
2013-05-01
1
-14
/
+11
*
libceph: change how "safe" callback is used
Alex Elder
2013-05-01
1
-3
/
+9
*
libceph: make method call data be a separate data item
Alex Elder
2013-05-01
1
-18
/
+44
*
libceph: add, don't set data for a message
Alex Elder
2013-05-01
1
-8
/
+8
*
libceph: kill off osd request r_data_in and r_data_out
Alex Elder
2013-05-01
1
-40
/
+39
*
libceph: set the data pointers when encoding ops
Alex Elder
2013-05-01
1
-32
/
+31
*
libceph: combine initializing and setting osd data
Alex Elder
2013-05-01
1
-33
/
+122
*
libceph: set message data when building osd request
Alex Elder
2013-05-01
1
-5
/
+5
*
libceph: move ceph_osdc_build_request()
Alex Elder
2013-05-01
1
-98
/
+98
[next]