aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2-17/+17
2014-01-27libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov2-5/+53
2014-01-27libceph: add ceph_pg_pool_by_id()Ilya Dryomov1-0/+5
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2-14/+19
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov2-9/+11
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-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov3-27/+28
2014-01-14libceph: fix preallocation check in get_reply()Ilya Dryomov2-4/+3
2014-01-14libceph: rename front to front_len in get_reply()Ilya Dryomov1-4/+5
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2-7/+7
2013-12-31libceph: use CEPH_MON_PORT when the specified port is 0Ilya Dryomov1-1/+3
2013-12-31crush: fix crush_choose_firstn commentIlya Dryomov1-1/+5
2013-12-31crush: attempts -> triesIlya Dryomov1-8/+8
2013-12-31crush: add set_choose_local_[fallback_]tries stepsIlya Dryomov1-5/+23
2013-12-31crush: generalize descend_onceIlya Dryomov1-11/+14
2013-12-31crush: CHOOSE_LEAF -> CHOOSELEAF throughoutIlya Dryomov1-5/+5
2013-12-31crush: add SET_CHOOSE_TRIES rule stepIlya Dryomov1-0/+5
2013-12-31crush: apply chooseleaf_tries to firstn mode tooIlya Dryomov1-4/+10
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-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-94/+186
2013-12-01{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-11-30netem: fix gemodel loss generatorstephen hemminger1-1/+1
2013-11-30netem: fix loss 4 state modelstephen hemminger1-2/+2
2013-11-30netem: missing break in ge loss generatorstephen hemminger1-0/+1
2013-11-30net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin1-0/+28
2013-11-30net/hsr: Very small fix of comment style.Arvid Brodin1-1/+2
2013-11-30ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-11-29inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-11-29af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2