From d5d74cd7580e783900b74181b61d594670d3b0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mayur=20Patil=20=28=E0=A4=AE=E0=A4=AF=E0=A5=82=E0=A4=B0=20?= =?UTF-8?q?=E0=A4=AA=E0=A4=BE=E0=A4=9F=E0=A5=80=E0=A4=B2=29?= Date: Tue, 5 Nov 2019 22:36:55 +0530 Subject: [PATCH] Reviewed for PR --- distributed-file-systems/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/distributed-file-systems/README.md b/distributed-file-systems/README.md index 9237a95..0ab7530 100644 --- a/distributed-file-systems/README.md +++ b/distributed-file-systems/README.md @@ -1,8 +1,8 @@ # Distributed File Systems -- [Sun NFS](https://github.com/ramlaxman/papers-we-love/blob/master/distributed-file-systems/sandbergnfs.pdf) -- [Google (GFS)](https://github.com/ramlaxman/papers-we-love/blob/master/distributed-file-systems/Google%20file%20System-sosp2003%20-Original%20Paper.pdf) -- [Hadoop (HDFS)](https://github.com/ramlaxman/papers-we-love/blob/master/distributed-file-systems/The%20Hadoop%20Distributed%20File%20System-Original%20paper%20.pdf) -- [Ceph](https://github.com/ramlaxman/papers-we-love/blob/master/distributed-file-systems/Ceph%20A%20Scalable%2C%20High-Performance%20Distributed%20File%20System.pdf) +- [Sun NFS](http://www.cs.ucf.edu/~eurip/papers/sandbergnfs.pdf) +- [Google (GFS)](https://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf) +- [Hadoop (HDFS)](https://storageconference.us/2010/Papers/MSST/Shvachko.pdf) +- [Ceph](https://www.ssrc.ucsc.edu/Papers/weil-osdi06.pdf) - [Coda](http://www.coda.cs.cmu.edu/ljpaper/lj.html) -- [Frangipani](https://github.com/ramlaxman/papers-we-love/blob/master/distributed-file-systems/thekkath-frangipani.pdf) +- [Frangipani](https://pdos.csail.mit.edu/6.824/papers/thekkath-frangipani.pdf)