File tree Expand file tree Collapse file tree 5 files changed +48
-2
lines changed
Expand file tree Collapse file tree 5 files changed +48
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ author:
2525 name : " Saravanan D"
2626 pronouns : # example: "she/her"
2727 bio : " Generalist Software Engineer"
28- location : " Menlo Park , California"
28+ location : " Palo Alto , California"
2929 employer : # ""
3030 uri : # URL
3131 email : " saravananinca@gmail.com"
Original file line number Diff line number Diff line change 33 - title : " Publications"
44 url : /publications/
55
6+ - title : " Open Source Contributions"
7+ url : /oss-contributions/
8+
69 - title : " Resume / CV"
710 url : /files/Resume-website.pdf
811
Original file line number Diff line number Diff line change 1+ ---
2+ layout : archive
3+ permalink : /oss-contributions/
4+ title : " Open Source Contributions"
5+ author_profile : true
6+ ---
7+
8+ ### 1) Linux Kernel Patches
9+ x86/mm: Tracking linear mapping split events
10+ [ https://lore.kernel.org/all/20210218235744.1040634-1-saravanand@fb.com/ ] ( https://lore.kernel.org/all/20210218235744.1040634-1-saravanand@fb.com/ )
11+
12+
13+ blk-mq: Fix spurious debugfs directory creation during initialization
14+ [ https://lore.kernel.org/all/20210407175958.4129976-1-saravanand@fb.com/ ] ( https://lore.kernel.org/all/20210407175958.4129976-1-saravanand@fb.com/ )
15+
16+
17+ brd: expose number of allocated pages in debugfs
18+ [ https://lore.kernel.org/all/20210416211829.4002947-1-saravanand@fb.com/ ] ( https://lore.kernel.org/all/20210416211829.4002947-1-saravanand@fb.com/ )
19+
20+ ### 2) SPDK Patch
21+ bdev/nvme: bdev nvme delete public api
22+ [ https://github.com/spdk/spdk/commit/58cc695ee3d779c32dc5979943ccce80dbccbfec ] ( https://github.com/spdk/spdk/commit/58cc695ee3d779c32dc5979943ccce80dbccbfec )
23+
24+ ### 3) Resctl-demo Patches
25+ [ IO info] Add firmware
26+ [ https://github.com/facebookexperimental/resctl-demo/commit/0ddb3b89d56c1649860e6d7fa555ab4ec44b8d5e ] ( https://github.com/facebookexperimental/resctl-demo/commit/0ddb3b89d56c1649860e6d7fa555ab4ec44b8d5e )
27+
28+ bench: Adding versio information to result header
29+ [ https://github.com/facebookexperimental/resctl-demo/commit/d7e54a64137b43259b065209eda4d2243cbb1fb4 ] ( https://github.com/facebookexperimental/resctl-demo/commit/d7e54a64137b43259b065209eda4d2243cbb1fb4 )
30+
31+ bench: Formatted code
32+ [ https://github.com/facebookexperimental/resctl-demo/commit/6453dd9e4de6ee42cc50f54b11473931e7dd1677 ] ( https://github.com/facebookexperimental/resctl-demo/commit/6453dd9e4de6ee42cc50f54b11473931e7dd1677 )
33+
34+ Miscellaneous
35+ [ https://github.com/facebookexperimental/resctl-demo/commits?author=saravan2 ] ( https://github.com/facebookexperimental/resctl-demo/commits?author=saravan2 )
36+
37+ ### 4) IOCost Benchmarks
38+ Miscellaneous
39+ [ https://github.com/iocost-benchmark/iocost-benchmarks/commits?author=saravan2 ] ( https://github.com/iocost-benchmark/iocost-benchmarks/commits?author=saravan2 )
40+
41+ ### 5) IOCost CI
42+ Miscellaneous
43+ [ https://github.com/iocost-benchmark/iocost-benchmarks-ci/commits?author=saravan2 ] ( https://github.com/iocost-benchmark/iocost-benchmarks-ci/commits?author=saravan2 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A list of all the posts and pages found on the site. For you robots out there is
1111
1212<h2 >Pages</h2 >
1313{% for post in site.pages %}
14- {% if post.title == "Welcome" or post.title == "Publications" %}
14+ {% if post.title == "Welcome" or post.title == "Publications" or post.title == "Open Source Contributions" %}
1515 {% include archive-single.html %}
1616 {% endif %}
1717{% endfor %}
You can’t perform that action at this time.
0 commit comments