summaryrefslogtreecommitdiff
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: do not crash on large auth ticketsIlya Dryomov2014-11-211-37/+132
* libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov2014-11-141-1/+2
* libceph: gracefully handle large reply messages from the monSage Weil2014-09-171-0/+8
* libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2014-09-172-7/+7
* libceph: do not hard code max auth ticket lenIlya Dryomov2014-09-171-35/+29
* libceph: add process_one_ticket() helperIlya Dryomov2014-09-171-104/+124
* libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov2014-09-171-1/+1
* libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-06-071-1/+19
* libceph: resend all writes after the osdmap loses the full flagJosh Durgin2014-03-311-6/+22
* libceph: block I/O when PAUSE or FULL osd map flags are setJosh Durgin2014-03-311-2/+27
* libceph: add function to ensure notifies are completeJosh Durgin2014-01-091-0/+11
* libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter2014-01-091-4/+2
* libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter2014-01-091-0/+2
* libceph: fix error handling in handle_reply()Dan Carpenter2014-01-091-3/+3
* libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng2014-01-091-7/+7
* libceph: fix truncate size calculationYan, Zheng2014-01-091-6/+8
* libceph: fix safe completionYan, Zheng2014-01-091-9/+8
* libceph: add lingering request reference when registeredAlex Elder2014-01-091-7/+5
* libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calcSage Weil2013-09-261-1/+1
* libceph: unregister request in __map_request failed and nofail == falsemajianpeng2013-09-261-0/+2
* libceph: Fix NULL pointer dereference in auth client codeTyler Hicks2013-07-131-0/+6
* libceph: must hold mutex for reset_changed_osds()Alex Elder2013-05-171-1/+1
* libceph: init sent and completed when startingAlex Elder2013-05-131-1/+4
* libceph: use slab cache for osd client requestsAlex Elder2013-05-022-2/+32
* libceph: allocate ceph message data with a slab allocatorAlex Elder2013-05-021-3/+23
* libceph: allocate ceph messages with a slab allocatorAlex Elder2013-05-021-2/+27
* libceph: create source file "net/ceph/snapshot.c"Alex Elder2013-05-012-1/+79
* libceph: fix byte order mismatchAlex Elder2013-05-011-2/+1
* libceph: support pages for class request dataAlex Elder2013-05-011-0/+12
* libceph: fix two messenger bugsAlex Elder2013-05-011-5/+3
* libceph: support raw data requestsAlex Elder2013-05-011-4/+34
* libceph: clean up osd data field access functionsAlex Elder2013-05-011-33/+15
* libceph: kill off osd data write_request parametersAlex Elder2013-05-011-14/+11
* libceph: change how "safe" callback is usedAlex Elder2013-05-011-3/+9
* libceph: make method call data be a separate data itemAlex Elder2013-05-011-18/+44
* libceph: add, don't set data for a messageAlex Elder2013-05-012-14/+14
* libceph: implement multiple data items in a messageAlex Elder2013-05-011-16/+32
* libceph: replace message data pointer with listAlex Elder2013-05-011-15/+31
* libceph: have cursor point to dataAlex Elder2013-05-011-58/+55
* libceph: move cursor into messageAlex Elder2013-05-011-16/+19
* libceph: record bio lengthAlex Elder2013-05-011-0/+1
* libceph: skip message if too big to receiveAlex Elder2013-05-011-1/+9
* libceph: fix possible CONFIG_BLOCK build problemAlex Elder2013-05-011-1/+3
* libceph: kill off osd request r_data_in and r_data_outAlex Elder2013-05-011-40/+39
* libceph: set the data pointers when encoding opsAlex Elder2013-05-011-32/+31
* libceph: combine initializing and setting osd dataAlex Elder2013-05-011-33/+122
* libceph: set message data when building osd requestAlex Elder2013-05-011-5/+5
* libceph: move ceph_osdc_build_request()Alex Elder2013-05-011-98/+98
* libceph: format class info at init timeAlex Elder2013-05-011-14/+15
* libceph: specify osd op by index in requestAlex Elder2013-05-011-25/+39