97 Commits (b976521c83f41b82774f50dc16397f02fc5110b7)

Author SHA1 Message Date
Harshavardhana e40c29e834 Fail appropriately if the disk has I/O errors (#7972) 5 years ago
Anis Elleuch 000a60f238 xl: Heal empty parts (#7860) 5 years ago
Krishna Srinivas 58d90ed73c Avoid network transfer for bitrot verification during healing (#7375) 5 years ago
Harshavardhana 39b3e4f9b3 Avoid using io.ReadFull() for WriteAll and CreateFile (#7676) 5 years ago
Krishnan Parthasarathi c871456269 File must be sync'd before closing (#7657) 5 years ago
Harshavardhana b3f22eac56 Offload listing to posix layer (#7611) 5 years ago
Anis Elleuch 9c90a28546 Implement bulk delete (#7607) 5 years ago
Harshavardhana 3eb7a8bde8
Sync before Close() to avoid random I/O (#7638) 5 years ago
poornas cf2a436bc8 Show SlowDown error message if backend is busy (#7521) 5 years ago
Praveen raj Mani c113d4e49c Posix CreateFile should work for compressed lengths (#7584) 5 years ago
Krishna Srinivas b93ef73f9b Fix divide by 0 error when directio.AlignSize is 0 (#7591) 5 years ago
Krishna Srinivas a3ec71bc28 Use O_DIRECT while writing to disk (#7479) 5 years ago
Harshavardhana f767a2538a
Optimize listing with leaf check offloaded to posix (#7541) 5 years ago
kannappanr 5ecac91a55
Replace Minio refs in docs with MinIO and links (#7494) 5 years ago
Harshavardhana 4a698c731b HealObjects should remove objects without quorum (#7407) 6 years ago
Kirill Motkov 3d29ab4059 Rewrite if-else chains to switch statements (#7382) 6 years ago
Harshavardhana 6702d23d52 Simplify ReadFileStream closer, make sure to flush all HTTP responses (#7374) 6 years ago
Krishna Srinivas 6dd26b8231 Detect change in underlying mounted disks (#7229) 6 years ago
Harshavardhana df35d7db9d Introduce staticcheck for stricter builds (#7035) 6 years ago
Krishna Srinivas 6f08edfb36 Use O_EXCL when creating file as we never overwrite an existing file (#7189) 6 years ago
Krishna Srinivas 82af0be1aa Healing process should not heal root disk (#7089) 6 years ago
Harshavardhana 8e0910ab3e Fix build issues on BSDs in pkg/cpu (#7116) 6 years ago
Krishna Srinivas 98c950aacd Streaming bitrot verification support (#7004) 6 years ago
poornas 5a80cbec2a Add double encryption at S3 gateway. (#6423) 6 years ago
Harshavardhana b9b353db4b Add env to support synchronous ops for all calls (#6877) 6 years ago
Nitish Tiwari 2a810c7da2
Improve du thread performance (#6849) 6 years ago
Harshavardhana f1f23f6f11 Add sync mode for 'xl.json' (#6798) 6 years ago
Praveen raj Mani ce9d36d954 Add object compression support (#6292) 6 years ago
Anis Elleuch 7571582000 Print storage errors during distributed initialization (#6441) 6 years ago
Krishna Srinivas ce02ab613d Simplify erasure code by separating bitrot from erasure code (#5959) 6 years ago
Oleg Kovalov 37de2dbd3b simplifying if-else chains to switches (#6208) 6 years ago
Harshavardhana ad86454580 Make sure to handle FaultyDisks in listing ops (#6204) 6 years ago
Krishna Srinivas 40ed0d1f5d Support 1GB disk size (#6137) 6 years ago
Harshavardhana de251483d1 Avoid ticker timer to simplify disk usage (#6101) 6 years ago
Praveen raj Mani ea76e72054 Incorrect error message for insufficient volume fix (#6099) 6 years ago
Harshavardhana 25de775560 disable disk-usage when export is root mount path (#6091) 6 years ago
Ashish Kumar Sinha 0bbdd02a57 Updating disk storage for FS/Erasure mode (#6081) 6 years ago
Harshavardhana cb9ee1584a Fix TestHealStartNStatusHandler sporadic failure (#6015) 6 years ago
Bala FA 6a8bfcef1c remove separate file for posix utils. (#5948) 6 years ago
Bala FA 6a53dd1701 Implement HTTP POST based RPC (#5840) 6 years ago
Harshavardhana 6fb0604502 Allow usage check to be configurable (#6006) 6 years ago
Harshavardhana 000e360196 Deprecate showing drive capacity and total free (#5976) 6 years ago
Harshavardhana e6ec645035 Implement support for calculating disk usage per tenant (#5969) 6 years ago
Bala FA 4eb788df79 rename checkPathValid() to getValidPath() (#5949) 6 years ago
Anis Elleuch 6d5f2a4391 Better support of empty directories (#5890) 6 years ago
Harshavardhana ccdb7bc286 Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket (#5842) 6 years ago
Harshavardhana 4a874dfbc1
Ignore prefix renames when dest directory is not empty (#5798) 7 years ago
Harshavardhana 217fb470a7 Add a check to check if disk is writable (#5662) 7 years ago
kannappanr f8a3fd0c2a
Create logger package and rename errorIf to LogIf (#5678) 7 years ago
Aditya Manthramurthy ea8973b7d7 Return bit-rot verified data instead of re-reading from disk (#5568) 7 years ago