aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-19libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov1-2/+3
2015-02-19libceph: fix double __remove_osd() problemIlya Dryomov1-8/+18
2014-12-17libceph: specify position of extent operationYan, Zheng1-13/+6
2014-12-17libceph: add CREATE osd operation supportYan, Zheng1-20/+22
2014-12-17libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng1-0/+47
2014-12-17libceph: message signature supportYan, Zheng1-0/+16
2014-11-13libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov1-2/+2
2014-11-13libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov1-0/+2
2014-11-13libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov1-0/+1
2014-10-14libceph: sync osd op definitions in rados.hIlya Dryomov1-62/+3
2014-10-14libceph: don't try checking queue_work() return valueIlya Dryomov1-10/+5
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches1-8/+7
2014-10-14libceph: resend lingering requests with a new tidIlya Dryomov1-19/+54
2014-10-14libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov1-7/+17
2014-07-08libceph: nuke ceph_osdc_unregister_linger_request()Ilya Dryomov1-10/+0
2014-07-08libceph: introduce ceph_osdc_cancel_request()Ilya Dryomov1-6/+25
2014-07-08libceph: fix linger request check in __unregister_request()Ilya Dryomov1-1/+1
2014-07-08libceph: unregister only registered linger requestsIlya Dryomov1-5/+14
2014-07-08libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov1-0/+2
2014-07-08libceph: harden ceph_osdc_request_release() a bitIlya Dryomov1-0/+7
2014-07-08libceph: move and add dout()s to ceph_osdc_request_{get,put}()Ilya Dryomov1-4/+22
2014-07-08libceph: add maybe_move_osd_to_lru() and switch to itIlya Dryomov1-12/+14
2014-07-08libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_itemIlya Dryomov1-4/+4
2014-06-11ceph: remove bogus externstephen hemminger1-1/+1
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-7/+34
2014-04-04libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov1-6/+4
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov1-1/+1
2014-04-03libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov1-0/+27
2014-04-03libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov1-0/+2
2014-02-13net: remove unnecessary return'sstephen hemminger1-2/+0
2014-02-07libceph: take map_sem for read in handle_reply()Ilya Dryomov1-6/+11
2014-02-07libceph: factor out logic from ceph_osdc_start_request()Ilya Dryomov1-23/+39
2014-02-03libceph: fix error handling in ceph_osdc_init()Ilya Dryomov1-1/+4
2014-01-27libceph: follow redirect replies from osdsIlya Dryomov1-9/+158
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov1-15/+15
2014-01-27libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov1-2/+28
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov1-2/+2
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov1-8/+9
2014-01-27libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov1-1/+1
2014-01-27libceph: start using oloc abstractionIlya Dryomov1-3/+5
2014-01-26libceph: dout() is missing a newlineIlya Dryomov1-2/+2
2014-01-14libceph: fix preallocation check in get_reply()Ilya Dryomov1-2/+2
2014-01-14libceph: rename front to front_len in get_reply()Ilya Dryomov1-4/+5
2013-12-13libceph: resend all writes after the osdmap loses the full flagJosh Durgin1-6/+22
2013-12-13libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin1-2/+27
2013-12-13ceph: Add necessary clean up if invalid reply received in handle_reply()Li Wang1-0/+7
2013-09-09libceph: add function to ensure notifies are completeJosh Durgin1-0/+11
2013-08-27libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter1-4/+2
2013-08-27libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter1-0/+2
2013-08-27libceph: fix error handling in handle_reply()Dan Carpenter1-3/+3