Maintainer: * Tobias Klauser * Daniel Borkmann Former maintainer: * Emmanuel Roullit Major contributors (> 30 commits): * Daniel Borkmann * Tobias Klauser * Emmanuel Roullit * Markus Amend * Christoph Jaeger * Herbert Haas * * Vadim Kochan * Jon Schipp Minor contributors (<= 30 commits, sorted alphabetically): * Arch3y * Christian Wiese * Dan Horák * Dennis Gilmore * Doug Burks * Eric Dumazet * Erik Bengtsson * Hideo Hattori * Hisao Tanabe * James McCoy * Jaroslav Škarvada * Jesper Dangaard Brouer * Jim Binder * Kartik Mistry * Ken-ichirou MATSUZAWA * Mark Latimer * Markus Kötter * Martin Hauke * Michał Purzyński * Oliver Smith * Paolo Abeni * Peter Stuge * Reiner Herrmann * Ronald W. Henderson * Scott Moeller * Sibir Chakraborty * Stefan Seering * Stephen Wadeley * Teguh * Tillmann Karras * Tobias Geerinckx-Rice * Tommy Beadle * Ulrich Weber * wilson Special thanks to some of our sponsors: * Deutsche Flugsicherung GmbH * ETH Zurich, Communications Systems Group * Max Planck Institute for Human Cognitive and Brain Sciences * Team Cymru Notes: The order of authors with > 30 commits listed here is sorted by contributions from high to low through ``git log --no-merges $@ | grep Author: | \ cut -d: -f2 | cut -d\< -f1 | sort | uniq -c | sort -n -r''. The list of minor contributors is currently unsorted and contains people who have contributed code ``in some way'' (e.g. on the upstream or maintenance repositories), either through Git or email. Note that we have taken over the maintenance and further development of Herbert Haas' mausezahn [ˈmauzəˌtsa:n] utility after he passed away in 2011. There were no Git commit statistics available from the import of his project. The project is currently in a staging area, but will be fully integrated soon. (*) Want to join the core team? Submit enough great patches over a long time, implement what's on the TODO file and show an ongoing, active interest in supporting netsniff-ng. What's in it for you? If you ever come to Switzerland, you get a free beer on Daniel and you can meet some great people involved in this project. ;) this.form.submit();'>space:mode:
authorGeliang Tang <geliangtang@163.com>2016-03-13 15:18:39 +0800
committerIlya Dryomov <idryomov@gmail.com>2016-03-25 18:51:57 +0100
commit5ee61e95b6b33c82f6fa1382585faed66aa01245 (patch)
tree9bb4d4290f54c2796019a58bc7c1a517af1f31e8 /tools/perf
parent99ec269779f1fde25356e14299419551cdb54443 (diff)
libceph: use KMEM_CACHE macro
Use KMEM_CACHE() instead of kmem_cache_create() to simplify the code. Signed-off-by: Geliang Tang <geliangtang@163.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf')