summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | libceph: primary_affinity infrastructureIlya Dryomov2014-04-052-2/+50
| * | | | libceph: primary_temp decode bitsIlya Dryomov2014-04-051-0/+69
| * | | | libceph: primary_temp infrastructureIlya Dryomov2014-04-052-1/+16
| * | | | libceph: generalize ceph_pg_mappingIlya Dryomov2014-04-052-6/+6
| * | | | libceph: introduce get_osdmap_client_data_v()Ilya Dryomov2014-04-051-16/+65
| * | | | libceph: introduce decode{,_new}_pg_temp() and switch to themIlya Dryomov2014-04-051-72/+67Star
| * | | | libceph: switch osdmap_set_max_osd() to krealloc()Ilya Dryomov2014-04-051-15/+17
| * | | | libceph: introduce decode{,_new}_pools() and switch to themIlya Dryomov2014-04-051-37/+57
| * | | | libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()Ilya Dryomov2014-04-051-6/+8
| * | | | libceph: fix and clarify ceph_decode_need() sizesIlya Dryomov2014-04-051-6/+7
| * | | | libceph: nuke bogus encoding version check in osdmap_apply_incremental()Ilya Dryomov2014-04-051-5/+4Star
| * | | | libceph: fixup error handling in osdmap_apply_incremental()Ilya Dryomov2014-04-051-32/+34
| * | | | libceph: fix crush_decode() call site in osdmap_decode()Ilya Dryomov2014-04-051-5/+2Star
| * | | | libceph: check length of osdmap osd arraysIlya Dryomov2014-04-051-4/+10
| * | | | libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov2014-04-051-2/+4
| * | | | libceph: fixup error handling in osdmap_decode()Ilya Dryomov2014-04-051-26/+27
| * | | | libceph: split osdmap allocation and decode stepsIlya Dryomov2014-04-052-16/+30
| * | | | libceph: dump osdmap and enhance output on decode errorsIlya Dryomov2014-04-051-6/+15
| * | | | libceph: dump pg_temp mappings to debugfsIlya Dryomov2014-04-051-0/+11
| * | | | libceph: do not prefix osd lines with \t in debugfs outputIlya Dryomov2014-04-051-1/+1
| * | | | libceph: refer to osdmap directly in osdmap_show()Ilya Dryomov2014-04-051-12/+14
| * | | | crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov2014-04-051-0/+5
| * | | | crush: add chooseleaf_vary_r tunableIlya Dryomov2014-04-051-6/+24
| * | | | crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov2014-04-051-2/+2
| * | | | crush: fix off-by-one errors in total_tries refactorIlya Dryomov2014-04-051-19/+27
| * | | | libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng2014-04-051-0/+6
| * | | | libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-031-0/+27
| * | | | libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov2014-04-031-0/+2
| * | | | libceph: a per-osdc crush scratch bufferIlya Dryomov2014-04-031-9/+16
* | | | | Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-066-68/+93
|\ \ \ \ \
| * | | | | SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_statusTrond Myklebust2014-03-201-0/+2
| * | | | | SUNRPC: Don't let rpc_delay() clobber non-timeout errorsTrond Myklebust2014-03-201-1/+2
| * | | | | SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson2014-03-201-2/+2
| * | | | | SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksTrond Myklebust2014-03-191-0/+4
| * | | | | SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever2014-03-171-5/+5
| * | | | | SUNRPC: Fix large reads on NFS/RDMAChuck Lever2014-03-171-3/+1Star
| * | | | | Merge branch 'devel' into linux-nextTrond Myklebust2014-03-173-57/+77
| |\ \ \ \ \
| | * | | | | SUNRPC: Ensure that call_bind times out correctlyTrond Myklebust2014-03-171-3/+2Star
| | * | | | | SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust2014-03-171-5/+3Star
| | * | | | | SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust2014-02-112-49/+72
* | | | | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-034-51/+11Star
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-192-2/+2
| * | | | | | cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-132-2/+2
| * | | | | | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-083-8/+4Star
| * | | | | | cgroup: drop module supportTejun Heo2014-02-082-2/+0Star
| * | | | | | cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo2014-02-083-37/+3Star
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-03342-7311/+15444
|\ \ \ \ \ \ \
| * | | | | | | netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman2014-04-011-1/+1
| * | | | | | | net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-015-21/+148
| * | | | | | | mac802154: make csma/cca parameters per-wpanPhoebe Buckheister2014-04-019-235/+234Star