summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2013-12-31crush: new SET_CHOOSE_LEAF_TRIES commandIlya Dryomov1-10/+21
2013-12-31crush: pass parent r value for indep callIlya Dryomov1-4/+6
2013-12-31crush: clarify numrep vs endposIlya Dryomov1-8/+8
2013-12-31crush: strip firstn conditionals out of crush_choose, renameIlya Dryomov1-55/+33
2013-12-31crush: add note about r in recursive chooseIlya Dryomov1-0/+8
2013-12-31crush: use breadth-first search for indep modeIlya Dryomov1-9/+163
2013-12-31crush: return CRUSH_ITEM_UNDEF for failed placements with indepIlya Dryomov1-2/+6
2013-12-31crush: eliminate CRUSH_MAX_SET result size limitationIlya Dryomov2-7/+19
2013-12-31crush: fix some commentsIlya Dryomov1-1/+1
2013-12-31crush: reduce scope of some local variablesIlya Dryomov1-3/+3
2013-12-31crush: factor out (trivial) crush_destroy_rule()Ilya Dryomov1-2/+5
2013-12-31crush: pass weight vector size to map functionIlya Dryomov2-6/+13
2013-12-31libceph: update ceph_features.hIlya Dryomov1-1/+3
2013-12-31libceph: all features fields must be u64Ilya Dryomov2-4/+4
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-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches3-27/+25
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+11
2013-09-09libceph: add function to ensure notifies are completeJosh Durgin1-0/+11
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-11/+20
2013-09-03libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calcSage Weil1-1/+1
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
2013-08-15ceph: punch hole supportLi Wang1-2/+9
2013-08-09ceph: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-1/+1
2013-08-09libceph: unregister request in __map_request failed and nofail == falsemajianpeng1-0/+2
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-1/+1
2013-07-03libceph: call r_unsafe_callback when unsafe reply is receivedYan, Zheng1-7/+7
2013-07-03libceph: Fix NULL pointer dereference in auth client codeTyler Hicks1-0/+6
2013-07-03libceph: fix truncate size calculationYan, Zheng1-6/+8
2013-07-03libceph: fix safe completionYan, Zheng1-9/+8
2013-07-03libceph: print more info for short message headerAlex Elder1-2/+4
2013-07-03libceph: add lingering request reference when registeredAlex Elder1-7/+5
2013-05-17libceph: must hold mutex for reset_changed_osds()Alex Elder1-1/+1
2013-05-13libceph: init sent and completed when startingAlex Elder1-1/+4
2013-05-02libceph: use slab cache for osd client requestsAlex Elder2-2/+32
2013-05-02libceph: allocate ceph message data with a slab allocatorAlex Elder1-3/+23
2013-05-02libceph: allocate ceph messages with a slab allocatorAlex Elder1-2/+27
2013-05-01libceph: create source file "net/ceph/snapshot.c"Alex Elder2-1/+79
2013-05-01libceph: fix byte order mismatchAlex Elder1-2/+1
2013-05-01libceph: support pages for class request dataAlex Elder1-0/+12
2013-05-01libceph: fix two messenger bugsAlex Elder1-5/+3
2013-05-01libceph: support raw data requestsAlex Elder1-4/+34
2013-05-01libceph: clean up osd data field access functionsAlex Elder1-33/+15
2013-05-01libceph: kill off osd data write_request parametersAlex Elder1-14/+11
2013-05-01libceph: change how "safe" callback is usedAlex Elder1-3/+9
2013-05-01libceph: make method call data be a separate data itemAlex Elder1-18/+44
2013-05-01libceph: add, don't set data for a messageAlex Elder2-14/+14