aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ts_bm.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-22md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen1-3/+227
2015-04-22md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen1-1/+39
2015-04-22md/raid6 algorithms: improve test programMarkus Stockhausen1-15/+36
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen10-8/+50
2015-04-22raid5: handle expansion/resync case with stripe batchingshli@kernel.org2-8/+21
2015-04-22raid5: handle io error of batch listshli@kernel.org2-0/+49
2015-04-22RAID5: batch adjacent full stripe writeshli@kernel.org2-25/+336
2015-04-22raid5: track overwrite disk countshli@kernel.org2-1/+17
2015-04-22raid5: add a new flag to track if a stripe can be batchedshli@kernel.org2-3/+10
2015-04-22raid5: use flex_array for scribble datashli@kernel.org2-38/+57
2015-04-22md raid0: access mddev->queue (request queue member) conditionally because it is not set when accessed from dm-raidHeinz Mauelshagen1-21/+27
2015-04-22md: allow resync to go faster when there is competing IO.NeilBrown1-2/+9
2015-04-22md: remove 'go_faster' option from ->sync_request()NeilBrown5-21/+6
2015-04-22md: don't require sync_min to be a multiple of chunk_size.NeilBrown1-11/+2
2015-04-22md-cluster: re-add capabilitiesGoldwyn Rodrigues5-13/+71
2015-04-22md: re-add a failed diskGoldwyn Rodrigues1-20/+37
2015-04-22md-cluster: remove capabilitiesGoldwyn Rodrigues3-1/+37
2015-04-22md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues2-4/+6
2015-04-22md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues2-8/+10
2015-04-22md-cluster: correct the num for comparisonGuoqing Jiang1-3/+3
2015-04-10md/raid0: fix bug with chunksize not a power of 2.NeilBrown1-1/+2
2015-04-08md: fix md io stats accounting brokenGu Zheng1-1/+5
2015-04-06Linux 4.0-rc7Linus Torvalds1-1/+1
2015-04-06net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein1-1/+2
2015-04-06net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2-17/+10
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong1-0/+1
2015-04-06mvneta: dont call mvneta_adjust_link() manuallyStas Sergeev1-6/+1
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org7-19/+34
2015-04-05Input: alps - document stick behavior for protocol V2Hans de Goede1-0/+8
2015-04-05Input: alps - report V2 Dualpoint Stick events via the right evdev nodeHans de Goede1-1/+6
2015-04-05Input: alps - report interleaved bare PS/2 packets via dev3Hans de Goede1-14/+18
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel1-1/+3
2015-04-03Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel1-15/+9
2015-04-02ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong6-5/+8
2015-04-02ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong1-0/+5
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-04-02xen-netfront: transmit fully GSO-sized packetsJonathan Davies1-4/+1
2015-04-02IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel1-0/+8
2015-04-02perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraintsAndi Kleen1-3/+3
2015-04-02perf/x86/intel: Filter branches for PEBS eventKan Liang1-2/+2
2015-04-02drm/radeon: fix wait in radeon_mn_invalidate_range_startChristian König1-7/+4
2015-04-02drm/radeon: add extra check in radeon_ttm_tt_unpin_userptrChristian König1-0/+4
2015-04-02drm: Exynos: Respect framebuffer pitch for FIMD/MixerDaniel Stone2-10/+15
2015-04-02kgdb/x86: Fix reporting of 'si' in kgdb on x86_64Steffen Liebergeld1-1/+1
2015-04-02x86/asm/entry/64: Disable opportunistic SYSRET if regs->flags has TF setAndy Lutomirski1-1/+15
2015-04-02drm/i915: Reject the colorkey ioctls for primary and cursor planesVille Syrjälä1-2/+2
2015-04-01cxgb4: Fix to dump devlog, even if FW is crashedHariprasad Shenai4-26/+65
2015-04-01cxgb4: Firmware macro changes for fw verison 1.13.32.0Hariprasad Shenai2-6/+41
2015-04-01lguest: now needs PCI_DIRECT.Rusty Russell1-1/+1