-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
744 lines (606 loc) · 29.2 KB
/
index.html
File metadata and controls
744 lines (606 loc) · 29.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Sanidhya Kashyap</title>
<style>
/* Default styles provided by pandoc.
** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
*/
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="files/style.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113129009-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113129009-1');
</script>
<style>
.pub-link {
cursor: pointer;
padding: 2px 4px;
transition: all 0.15s ease;
display: inline;
margin: 0 1px;
text-decoration: none !important;
}
.pub-link:hover {
text-decoration: underline !important;
}
.pub-link.active {
font-weight: bold;
text-decoration: underline !important;
}
.pub.hidden {
display: none;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', function() {
var links = document.querySelectorAll('.pub-link');
var pubs = document.querySelectorAll('.pub');
// Set 'all' as active by default
document.getElementById('pub-all').classList.add('active');
links.forEach(function(link) {
link.addEventListener('click', function(e) {
e.preventDefault();
// Remove active class from all links
links.forEach(function(l) { l.classList.remove('active'); });
// Add active class to clicked link
this.classList.add('active');
var filterId = this.id;
if (filterId === 'pub-all') {
// Show all publications
pubs.forEach(function(pub) {
pub.classList.remove('hidden');
});
} else if (filterId === 'pub-earlier') {
// Show publications not in the displayed year filters
var displayedYears = [];
links.forEach(function(link) {
var linkId = link.id.replace('pub-', '');
if (linkId !== 'all' && linkId !== 'earlier' && linkId.length === 2) {
displayedYears.push('pub-20' + linkId);
}
});
pubs.forEach(function(pub) {
if (displayedYears.indexOf(pub.id) === -1) {
pub.classList.remove('hidden');
} else {
pub.classList.add('hidden');
}
});
} else {
// Show publications for specific year
var yearShort = filterId.replace('pub-', '');
var yearFull = '20' + yearShort;
pubs.forEach(function(pub) {
if (pub.id === 'pub-' + yearFull) {
pub.classList.remove('hidden');
} else {
pub.classList.add('hidden');
}
});
}
});
});
});
</script>
</head>
<body>
<header id="title-block-header">
<h1 class="title">Sanidhya Kashyap</h1>
</header>
<div id="container" data-markdown="1">
<div class="header">
Sanidhya Kashyap
<p>
</p>
</div>
<blockquote>
<p><img src="files/img/sanidhya.jpg" id="photo" alt="[Sanidhya]" />
Assistant Professor<br />
School of Computer and Communication Sciences (IC)<br />
École Polytechnique Fédérale de Lausanne (EPFL)<br />
Lausanne, Switzerland<br />
</p>
<ul>
<li><a href="cv.pdf">CV</a></li>
<li><a href="https://rs3lab.github.io/">RS3Lab</a></li>
<li>sanidhya.kashyap@epfl.ch</li>
</ul>
</blockquote>
<h1 id="research-interest">Research Interest</h1>
<blockquote>
<p>Operating Systems, Concurrency, Distributed Systems, Computer
Architecture</p>
</blockquote>
<h1 id="for-prospective-folks">For prospective folks</h1>
<div class="notify">
<blockquote>
<p><strong>I am currently looking for two postdocs in the area of memory
management, compilers or GPU communication. I am always looking for
motivated PhD students. Please drop me an email if you are interested.
</strong><br />
</p>
</blockquote>
</div>
<h1 id="pub"><span class="pub-title">Publications</span> (<a class='pub-link' id='pub-all'>all</a>/<a class='pub-link' id='pub-26'>26</a>/<a class='pub-link' id='pub-25'>25</a>/<a class='pub-link' id='pub-24'>24</a>/<a class='pub-link' id='pub-23'>23</a>/<a class='pub-link' id='pub-22'>22</a>/<a class='pub-link' id='pub-earlier'>...</a>)</h1>
<ol>
<li class="pub" id="pub-2026">
<b>Operation-aware Hybrid Locking for Modern In-Memory Indexes.</b><br/>
Vishal Gupta, Martin Sanchez Lopez, Victor Laforet, Jean-Pierre Lozi, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 52nd International Conference on Very Large Data Bases (VLDB 2026)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2025">
<b>Towards Structurally Extensible Host Network Stacks.</b><br/>
Kumar Kartikeya Dwivedi, Rishabh Iyer, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 24th ACM Workshop on Hot Topics in Networks (HotNets 2025)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2025">
<b>eBPF Misbehavior Detection: Fuzzing with a Specification-Based Oracle.</b><br/>
Tao Lyu, Kumar Kartikeya Dwivedi, Thomas Bourgeat, Mathias Payer, Meng Xu, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 30th ACM Symposium on Operating Systems Principles (SOSP 2025)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2025">
<b>Scalable Far Memory: Balancing Faults and Evictions.</b><br/>
Yueyang Pan, Yash Lala, Musa Unal, Yujie Ren, Seung-seob Lee, Abhishek Bhattacharjee, Anurag Khandelwal, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 30th ACM Symposium on Operating Systems Principles (SOSP 2025)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2025">
<b>FlexGuard: Fast Mutual Exclusion Independent of Subscription.</b><br/>
Victor Laforet, Sanidhya Kashyap, Călin Iorgulescu, Julia Lawall, Jean-Pierre Lozi<br/>
In <i>Proceedings of the 30th ACM Symposium on Operating Systems Principles (SOSP 2025)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2025">
<b>Analyzing and Enhancing ArckFS: An Anecdotal Example of Benefits of Artifact Evaluation.</b><br/>
Jonguk Jeon, Subeen Park, Sanidhya Kashyap, Sudarsun Kannan, Diyu Zhou, and Jeehoon Kang<br/>
In <i>Proceedings of the 30th ACM Symposium on Operating Systems Principles (SOSP 2025)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2025">
<b>Demystifying CXL Memory Bandwidth Expansion for Analytical Workloads.</b><br/>
Georgiy Lebedev, Hamish Nicholson, Musa Unal, Sanidhya Kashyap, and Anastasia Ailamaki<br/>
In <i>Proceedings of the 16th International Workshop on Accelerating Analytics and Data Management Systems Using Modern Processor and Storage Architectures (ADMS'25)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2025">
<b>Single-Address-Space FaaS with Jord.</b><br/>
Yuanlong Li, Atri Bhattacharyya, Madhur Kumar, Abhishek Bhattacharjee, Yoav Etsion, Babak Falsafi, Sanidhya Kashyap, and Mathias Payer<br/>
<i>52nd International Symposium on Computer Architecture (ISCA'25)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2025">
<b>Tolerate It if You Cannot Reduce It: Handling Latency in Tiered Memory.</b><br/>
Musa Unal, Vishal Gupta, Yueyang Pan, Yujie Ren, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 20th Workshop on Hot Topics in Operating Systems (HotOS XX)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2025">
<b>PolyStore: Exploiting Combined Capabilities of Heterogeneous Storage.</b><br/>
Yujie Ren, David Domingo, Jian Zhang, Paul John, Rekha Pitchumani, Sanidhya Kashyap, and Sudarsun Kannan<br/>
<i>23rd USENIX Conference on File and Storage Technologies (FAST 25)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2024">
<b>Fast, Flexible, and Practical Kernel Extensions.</b><br/>
Kumar Kartikeya Dwivedi, Rishabh Iyer, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 30th ACM Symposium on Operating Systems Principles (SOSP 2024)</i><br/>
<span class='meta'>
<span class="note">Accepted to LPC’23<br/></span>
</span>
</li>
<li class="pub" id="pub-2024">
<b>Monarch: A Fuzzing Framework for Distributed File Systems.</b><br/>
Tao Lyu, Liyi Zhang, Zhiyao Feng, Yueyang Pan, Yujie Ren, Meng Xu, Mathias Payer, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 2024 USENIX Annual Technical Conference (ATC 2024)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2024">
<b>Context-aware Prefetching for Near-Storage Accelerators.</b><br/>
Jian Zhang, Marie Nguyen, Sanidhya Kashyap, and Sudarsun Kannan<br/>
In <i>Proceedings of the 16th ACM Workshop on Hot Topics in Storage and File Systems (HotStorage 2024)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2024">
<b>Transparent Multicore Scaling of Single-Threaded Network Functions.</b><br/>
Lei Yan, Yueyang Pan, Diyu Zhou, George Candea, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 19th ACM European Conference on Computer Systems (EuroSys 2024)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2023">
<b>Enabling High-Performance and Secure Userspace NVM File Systems with the Trio Architecture.</b><br/>
Diyu Zhou, Vojtech Aschenbrenner, Tao Lyu, Jian Zhang, Sudarsun Kannan, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 29th ACM Symposium on Operating Systems Principles (SOSP 2023)</i><br/>
<span class='meta'>
<span class="note">Best paper<br/></span>
</span>
</li>
<li class="pub" id="pub-2023">
<b>Ship your Critical Section, Not Your Data: Enabling Transparent Delegation with TCLocks.</b><br/>
Vishal Gupta, Kumar Kartikeya Dwivedi, Yugesh Kothari, Yueyang Pan, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 2023 USENIX Symposium on Operating Systems Design and Implementation (OSDI 2023)</i><br/>
<span class='meta'>
<span class="note">Also accepted to LPC’23<br/>
Usenix Login article<br/></span>
</span>
</li>
<li class="pub" id="pub-2023">
<b>Using Local Cache Coherence for Disaggregated Memory Systems.</b><br/>
Irina Calciu, M. Talha Imran, Ivan Puddu, Sanidhya Kashyap, Hasan Al Maruf, Onur Mutlu, Aasheesh Kolli<br/>
<i>ACM SIGOPS Operating Systems Review (OSR 2023)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2023">
<b>Skadi: Building a Distributed Runtime for Data Systems in Disaggregated Data Centers.</b><br/>
Cunchen Hu, Chenxi Wang, Sa Wang, Ninghui Sun, Yungang Bao, Jieru Zhao, Sanidhya Kashyap, Xiaoyang Deng, Pengfei Zuo, Rongfeng He, Xushen Chen, Liangliang Xu, Qin Zhang, Hao Feng, and Yizhou Shan<br/>
In <i>Proceedings of the 19th Workshop on Hot Topics in Operating Systems (HotOS XIX)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2023">
<b>TENET: Memory Safe and Fault tolerant Persistent Transactional Memory.</b><br/>
R. Madhava Krishnan, Diyu Zhou, Wook-Hee Kim, Sudarsun Kannan, Sanidhya Kashyap, and Changwoo Min<br/>
<i>21st USENIX Conference on File and Storage Technologies (FAST 23)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2022">
<b>Odinfs: Scaling PM Performance with Opportunistic Delegation.</b><br/>
Diyu Zhou, Yuchen Qian, Vishal Gupta, Zhifei Yang, Changwoo Min, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 2022 USENIX Symposium on Operating Systems Design and Implementation (OSDI 2022)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2022">
<b>Application-Informed Kernel Synchronization Primitives.</b><br/>
Sujin Park, Diyu Zhou, Yuchen Qian, Irina Calciu, Taesoo Kim, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 2022 USENIX Symposium on Operating Systems Design and Implementation (OSDI 2022)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2021">
<b>Birds of a Feather Flock Together: Scaling RDMA RPCs with FLOCK.</b><br/>
Sumit Kumar Monga, Sanidhya Kashyap, and Changwoo Min<br/>
In <i>Proceedings of the 28th ACM Symposium on Operating Systems Principles (SOSP 2021)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2021">
<b>PACTree: A High Performance Persistent Range Index Using PAC Guidelines.</b><br/>
Wook-Hee Kim, R. Madhava Krishnan, Xinwei Fu, Sanidhya Kashyap, and Changwoo Min<br/>
In <i>Proceedings of the 28th ACM Symposium on Operating Systems Principles (SOSP 2021)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2021">
<b>Preventing Use-After-Free Attacks with Fast Forward Allocation.</b><br/>
Brian Wickman, Hong Hu, Insu Yun, Daehee Jang, JungWon Lim, Sanidhya Kashyap, and Taesoo Kim<br/>
In <i>Proceedings of the 30th USENIX Security Symposium (Security 2021)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2021">
<b>NrOs: Effective Replication and Sharing in an Operating System.</b><br/>
Ankit Bhardwaj, Chinmay Kulkarni, Reto Achermann, Irina Calciu, Sanidhya Kashyap, Ryan Stutsman, Amy Tai, and Gerd Zellweger<br/>
In <i>Proceedings of the 2021 USENIX Symposium on Operating Systems Design and Implementation (OSDI 2021)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2021">
<b>Contextual Concurrency Control.</b><br/>
Sujin Park, Irina Calciu, Taesoo Kim, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 18th Workshop on Hot Topics in Operating Systems (HotOS XVIII)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2021">
<b>Rethinking Software Runtimes for Disaggregated Memory.</b><br/>
Irina Calciu, M. Talha Imran, Ivan Puddu, Sanidhya Kashyap, Hasan Al Maruf, Onur Mutlu, Aasheesh Kolli<br/>
In <i>Proceedings of the 26th ACM Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2021)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2020">
<b>KRACE: Data Race Fuzzing for Kernel File Systems.</b><br/>
Meng Xu, Sanidhya Kashyap, Hanqing Zhao, and Taesoo Kim<br/>
In <i>Proceedings of the 41st IEEE Symposium on Security and Privacy (S&P 2020)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2020">
<b>Finding Bugs in File Systems with an Extensible Fuzzing Framework.</b>
[ <a class="code" href="https://github.com/sslab-gatech/hydra"></a> ]<br/>
Seulbae Kim, Meng Xu, Sanidhya Kashyap, Jungyeon Yoon, Wen Xu, and Taesoo Kim<br/>
<i>ACM Transactions on Storage (TOS 2020)</i><br/>
<span class='meta'>
<span class='media'><a
href="https://www.cc.gatech.edu/news/628763/hydra-first-fuzzing-framework-find-any-system-bug">GT
News</a>, <a
href="https://scs.gatech.edu/news/628434/taesoo-kims-systems-group-has-strong-showing-sosp">GT
News</a></span>
</span>
</li>
<li class="pub" id="pub-2019">
<b>Scalable and Practical Locking With Shuffling.</b>
[ <a class="paper" href="pubs/2019/shfllock.pdf"></a>
| <a class="slides" href="pubs/2019/shfllock-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/shfllock"></a> ]<br/>
Sanidhya Kashyap, Irina Calciu, Xiaohe Cheng, Changwoo Min, and Taesoo Kim<br/>
In <i>Proceedings of the 27th ACM Symposium on Operating Systems Principles (SOSP 2019)</i><br/>
<span class='meta'>
<span class='media'><a
href="https://scs.gatech.edu/news/628434/taesoo-kims-systems-group-has-strong-showing-sosp">GT
News</a></span>
</span>
</li>
<li class="pub" id="pub-2019">
<b>Finding Semantic Bugs in File Systems with an Extensible Fuzzing Framework.</b>
[ <a class="paper" href="pubs/2019/hydra.pdf"></a>
| <a class="slides" href="pubs/2019/hydra-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/hydra"></a> ]<br/>
Seulbae Kim, Meng Xu, Sanidhya Kashyap, Jungyeon Yoon, Wen Xu, and Taesoo Kim<br/>
In <i>Proceedings of the 27th ACM Symposium on Operating Systems Principles (SOSP 2019)</i><br/>
<span class='meta'>
<span class='media'><a
href="https://www.cc.gatech.edu/news/628763/hydra-first-fuzzing-framework-find-any-system-bug">GT
News</a>, <a
href="https://scs.gatech.edu/news/628434/taesoo-kims-systems-group-has-strong-showing-sosp">GT
News</a></span>
</span>
</li>
<li class="pub" id="pub-2019">
<b>RECIPE: Converting Concurrent DRAM Indexes to Persistent-Memory Indexes.</b>
[ <a class="paper" href="pubs/2019/recipe.pdf"></a>
| <a class="slides" href="pubs/2019/recipe-slides.pdf"></a>
| <a class="code" href="https://github.com/utsaslab/recipe"></a> ]<br/>
Se Kwon Lee, Jayashree Mohan, Sanidhya Kashyap, Taesoo Kim, and Vijay Chidambaram<br/>
In <i>Proceedings of the 27th ACM Symposium on Operating Systems Principles (SOSP 2019)</i><br/>
<span class='meta'>
<span class='media'><a
href="https://scs.gatech.edu/news/628434/taesoo-kims-systems-group-has-strong-showing-sosp">GT
News</a></span>
</span>
</li>
<li class="pub" id="pub-2019">
<b>SplitFS: Reducing Software Overhead in File Systems for Persistent Memory.</b>
[ <a class="paper" href="pubs/2019/splitfs.pdf"></a>
| <a class="slides" href="pubs/2019/splitfs-slides.pdf"></a>
| <a class="code" href="https://github.com/utsaslab/splitfs"></a> ]<br/>
Rohan Kadekodi, Se Kwon Lee, Sanidhya Kashyap, Taesoo Kim, Aasheesh Kolli, and Vijay Chidambaram<br/>
In <i>Proceedings of the 27th ACM Symposium on Operating Systems Principles (SOSP 2019)</i><br/>
<span class='meta'>
<span class='media'><a
href="https://pirl.nvsl.io/2019/10/24/splitfs-reducing-software-overhead-in-file-systems-for-persistent-memory/">PIRL</a>, <a
href="https://scs.gatech.edu/news/628434/taesoo-kims-systems-group-has-strong-showing-sosp">GT
News</a></span>
</span>
</li>
<li class="pub" id="pub-2019">
<b>Fuzzing File Systems via Two-Dimensional Input Space Exploration.</b>
[ <a class="paper" href="pubs/2019/janus.pdf"></a>
| <a class="slides" href="pubs/2019/janus-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/janus"></a> ]<br/>
Wen Xu, Hyungon Moon, Sanidhya Kashyap, Po-Ning Tseng, and Taesoo Kim<br/>
In <i>Proceedings of the 40th IEEE Symposium on Security and Privacy (S&P 2019)</i><br/>
<span class='meta'>
<span class='media'><a
href="https://www.scs.gatech.edu/news/622029/janus-finds-more-bugs-file-systems-any-fuzzer">GT
News</a></span>
</span>
</li>
<li class="pub" id="pub-2019">
<b>MV-RLU: Scaling Read-Log-Update with Multi-Versioning.</b>
[ <a class="paper" href="pubs/2019/mvrlu.pdf"></a>
| <a class="code" href="https://github.com/cosmoss-vt/mv-rlu"></a> ]<br/>
Jaeho Kim, Ajit Mathew, Sanidhya Kashyap, Madhava Krishnan Ramanathan, and Changwoo Min<br/>
In <i>Proceedings of the 23rd ACM Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2019)</i><br/>
<span class='meta'>
<span class='media'><a
href="http://concurrencyfreaks.blogspot.com/2019/10/how-about-rlu-is-rlu-generic.html">Concurrency
Freaks</a></span>
</span>
</li>
<li class="pub" id="pub-2018">
<b>Scaling Guest OS Critical Sections With $e$CS.</b>
[ <a class="paper" href="pubs/2018/ecs.pdf"></a>
| <a class="slides" href="pubs/2018/ecs-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/eCS"></a> ]<br/>
Sanidhya Kashyap, Changwoo Min, and Taesoo Kim<br/>
In <i>Proceedings of the 2018 USENIX Annual Technical Conference (ATC 2018)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2018">
<b>A Scalable Ordering Primitive for Multicore Machines.</b>
[ <a class="paper" href="pubs/2018/ordo.pdf"></a>
| <a class="slides" href="pubs/2018/ordo-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/ordo"></a> ]<br/>
Sanidhya Kashyap, Changwoo Min, Kangnyeon Kim, and Taesoo Kim<br/>
In <i>Proceedings of the 13th ACM European Conference on Computer Systems (EuroSys 2018)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2018">
<b>SOLROS: A Data-Centric Operating System Architecture for Heterogeneous Computing.</b>
[ <a class="paper" href="pubs/2018/solros.pdf"></a>
| <a class="slides" href="pubs/2018/solros-slides.pdf"></a>
| <a class="code" href="https://github.com/cosmoss-vt/solros"></a> ]<br/>
Changwoo Min, Woonhak Kang, Mohan Kumar, Sanidhya Kashyap, Steffen Maass, and Taesoo Kim<br/>
In <i>Proceedings of the 13th ACM European Conference on Computer Systems (EuroSys 2018)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2018">
<b>LATR: Lazy Translation Coherence.</b>
[ <a class="paper" href="pubs/2018/latr.pdf"></a>
| <a class="slides" href="pubs/2018/latr-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/latr"></a> ]<br/>
Mohan Kumar, Steffen Maass, Sanidhya Kashyap, Jan Vesely, Zi Yan, Taesoo Kim, Abhishek Bhattacharjee, and Tushar Krishna<br/>
In <i>Proceedings of the 23rd ACM Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2018)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2017">
<b>Designing New Operating Primitives to Improve Fuzzing Performance.</b>
[ <a class="paper" href="pubs/2017/os-fuzz.pdf"></a>
| <a class="slides" href="pubs/2017/os-fuzz-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/perf-fuzz"></a> ]<br/>
Wen Xu, Sanidhya Kashyap, Changwoo Min, and Taesoo Kim<br/>
In <i>Proceedings of the 24th ACM Conference on Computer and Communications Security (CCS 2017)</i><br/>
<span class='meta'>
<span class='media'><a
href="https://blog.mozilla.org/blog/2017/05/10/mozilla-awards-nearly-300000-research-grant-winners/">Mozilla
research</a></span>
</span>
</li>
<li class="pub" id="pub-2017">
<b>Scalable NUMA-aware Blocking Synchronization Primitives.</b>
[ <a class="paper" href="pubs/2017/cst.pdf"></a>
| <a class="slides" href="pubs/2017/cst-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/cst-locks"></a> ]<br/>
Sanidhya Kashyap, Changwoo Min, and Taesoo Kim<br/>
In <i>Proceedings of the 2017 USENIX Annual Technical Conference (ATC 2017)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2017">
<b>Mosaic: Processing a Trillion-Edge Graph on a Single Machine.</b>
[ <a class="paper" href="pubs/2017/mosaic.pdf"></a>
| <a class="slides" href="pubs/2017/mosaic-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/mosaic"></a> ]<br/>
Steffen Maass, Changwoo Min, Sanidhya Kashyap, Woonhak Kang, Mohan Kumar, and Taesoo Kim<br/>
In <i>Proceedings of the 12th ACM European Conference on Computer Systems (EuroSys 2017)</i><br/>
<span class='meta'>
<span class="note">Best Student paper<br/></span>
<span class='media'><a href="https://news.ycombinator.com/item?id=14218231">Hacker
News</a>, <a
href="https://www.nextplatform.com/2017/04/27/trillion-edge-graph-single-commodity-node/">The
Next Platform</a>, <a
href="http://www.cc.gatech.edu/news/591078/work-speed-graph-processing-earns-best-student-paper-award">GT
News</a>, <a
href="https://blog.acolyer.org/2017/05/30/mosaic-processing-a-trillion-edge-graph-on-a-single-machine/">the
morning paper</a></span>
</span>
</li>
<li class="pub" id="pub-2016">
<b>Instant OS Updates via Userspace Checkpoint-and-Restart.</b>
[ <a class="paper" href="pubs/2016/kup.pdf"></a>
| <a class="slides" href="pubs/2016/kup-slides.pdf"></a> ]<br/>
Sanidhya Kashyap, Changwoo Min, Byoungyoung Lee, Taesoo Kim, and Pavel Emelyanov<br/>
In <i>Proceedings of the 2016 USENIX Annual Technical Conference (ATC 2016)</i><br/>
<span class='meta'>
<span class='media'><a
href="http://linuxplumbersconf.org/2015/ocw/events/LPC2015/schedule/">Linux
Plumbers Conference 2015</a>, <a
href="https://criu.org/LPC2015_Checkpoint_Restore_notes">CRIU</a></span>
</span>
</li>
<li class="pub" id="pub-2016">
<b>Understanding Manycore Scalability of File Systems.</b>
[ <a class="paper" href="pubs/2016/fxmark.pdf"></a>
| <a class="slides" href="pubs/2016/fxmark-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/fxmark"></a> ]<br/>
Changwoo Min, Sanidhya Kashyap, Steffen Maass, Woonhak Kang, and Taesoo Kim<br/>
In <i>Proceedings of the 2016 USENIX Annual Technical Conference (ATC 2016)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2016">
<b>Opportunistic Spinlocks: Achieving Virtual Machine Scalability in the Clouds.</b>
[ <a class="paper" href="pubs/2016/oppspinlocks.pdf"></a>
| <a class="code" href="https://lwn.net/Articles/650776/"></a> ]<br/>
Sanidhya Kashyap, Changwoo Min, and Taesoo Kim<br/>
<i>ACM SIGOPS Operating Systems Review (OSR), Volumn 50-1</i><br/>
<span class='meta'>
<span class='media'><a href="https://lwn.net/Articles/650776/">LWN: qspinlock in
Linux</a></span>
</span>
</li>
<li class="pub" id="pub-2015">
<b>Cross-checking Semantic Correctness: The Case of Finding File System Bugs.</b>
[ <a class="paper" href="pubs/2015/juxta.pdf"></a>
| <a class="slides" href="pubs/2015/juxta-slides.pdf"></a>
| <a class="code" href="https://github.com/sslab-gatech/juxta"></a> ]<br/>
Changwoo Min, Sanidhya Kashyap, Byoungyoung Lee, Chengyu Song, and Taesoo Kim<br/>
In <i>Proceedings of the 25th ACM Symposium on Operating Systems Principles (SOSP 2015)</i><br/>
<span class='meta'>
<span class='media'><a
href="http://search.gmane.org/?query=taesoo+changwoo+sanidhya+insu+byoungyoung+chengyu&author=&group=gmane.linux.kernel&sort=relevance&DEFAULTOP=or">Bug
Report</a></span>
</span>
</li>
<li class="pub" id="pub-2015">
<b>Scalability in the Clouds! A Myth or Reality?</b>
[ <a class="paper" href="pubs/2015/oticket.pdf"></a>
| <a class="slides" href="pubs/2015/oticket-slides.pdf"></a>
| <a class="code" href="https://lwn.net/Articles/650776/"></a> ]<br/>
Sanidhya Kashyap, Changwoo Min, and Taesoo Kim<br/>
In <i>Proceedings of the 6th Asia-Pacific Workshop on Systems (APSys 2015)</i><br/>
<span class='meta'>
<span class="note">Best paper, nominated to <a
href="http://www.sigops.org/osr.html">Operating Systems Review
(OSR)</a><br/></span>
<span class='media'><a href="https://lwn.net/Articles/650776/">LWN: qspinlock in
Linux</a></span>
</span>
</li>
<li class="pub" id="pub-2014">
<b>RLC: A Reliable Approach to Fast and Efficient Live Migration of Virtual Machines in the Clouds.</b>
[ <a class="paper" href="pubs/2014/rlc.pdf"></a> ]<br/>
Sanidhya Kashyap, Jaspal Singh Dhillon, and Suresh Purini<br/>
In <i>Proceedings of the 8th IEEE Conference on Cloud Computing (CLOUD 2014)</i><br/>
<span class='meta'>
</span>
</li>
<li class="pub" id="pub-2013">
<b>Virtual Machine Coscheduling: A Game Theoretic Approach.</b>
[ <a class="paper" href="pubs/2013/vmcosched.pdf"></a> ]<br/>
Jaspal Singh Dhillon, Suresh Purini, and Sanidhya Kashyap<br/>
In <i>Proceedings of the 6th ACM/IEEE Conference on Utility Computing (UCC 2013)</i><br/>
<span class='meta'>
</span>
</li>
</ol>
<p><a href="" class="footer">Updated: April 10, 2026</a></p>
</div>
</body>
</html>